Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FDOS/kernel
/ functions
Functions
745 in github.com/FDOS/kernel
⨍
Functions
745
◇
Types & classes
228
↓ 2 callers
Function
nlsIsDBCS
kernel/nls.c:445
↓ 2 callers
Function
nlsLoadPackage
kernel/nls.c:402
↓ 2 callers
Function
nlsSetPackage
kernel/nls.c:373
↓ 2 callers
Function
nlsUpMem
kernel/nls.c:422
↓ 2 callers
Function
nlsYesNo
kernel/nls.c:462
↓ 2 callers
Function
parse_reg_field
* Parse a single register field from a .ref line. * Handles "????", "HHHH", "??HH" (lo only), "HH??" (hi only). * Returns pointer past the field (
tests/testlib.c:505
↓ 2 callers
Function
patchPSP
kernel/task.c:295
↓ 2 callers
Function
play_dj
kernel/dsk.c:188
↓ 2 callers
Function
pop_dmp
kernel/dosfns.c:1041
↓ 2 callers
Function
prev_mcb
kernel/config.c:494
↓ 2 callers
Function
print_probe_verbose
tests/testlib.c:409
↓ 2 callers
Function
print_warning_suspect
kernel/initdisk.c:844
↓ 2 callers
Function
push_ddt
kernel/initdisk.c:538
↓ 2 callers
Function
raw_get_char
kernel/chario.c:343
↓ 2 callers
Function
readConfigSettings
Reads in the current kernel configuration settings, return 0 on success, nonzero on error. If there was an actual error the return value is p
sys/fdkrncfg.c:120
↓ 2 callers
Function
read_char_sft_dev
kernel/chario.c:300
↓ 2 callers
Function
read_line
reads a line (buffered, called by int21/ah=0ah, 3fh) */
kernel/chario.c:365
↓ 2 callers
Function
read_mbr
tests/absread/absread.c:107
↓ 2 callers
Function
rqblockio
kernel/fatfs.c:1735
↓ 2 callers
Function
scan
kernel/config.c:2028
↓ 2 callers
Function
showUsage
Displays command line syntax */
sys/fdkrncfg.c:76
↓ 2 callers
Function
upMMem
* This function assumes that 'map' is adjusted such that * map[0x80] is the uppercase of character 0x80. *== 128 byte chartables, lower range conf
kernel/nls.c:261
↓ 2 callers
Function
update_counts_and_reset_suite
tests/greatest.h:863
↓ 2 callers
Function
update_dcb
check for a block device and update device control block */
kernel/main.c:537
↓ 2 callers
Function
wipe_out
wipe out all FAT entries for create, delete, etc. */ called by delete_dir_entry and dos_open open in O_TRUNC mode */
kernel/fatfs.c:614
↓ 2 callers
Function
wipe_out_clusters
/ wipe out all FAT entries starting from st for create, delete, etc. */ /
kernel/fatfs.c:571
↓ 2 callers
Function
xUpMem
kernel/nls.c:433
↓ 1 callers
Function
AllocateHMASpace
kernel/blockio.c:491
↓ 1 callers
Function
BIOS_nrdrives
kernel/initdisk.c:1177
↓ 1 callers
Function
CalculateFATData
kernel/initdisk.c:385
↓ 1 callers
Function
CfgLastdrive
kernel/config.c:1283
↓ 1 callers
Function
CheckContinueBootFromHarddisk
kernel/main.c:783
↓ 1 callers
Function
CloneHandle
kernel/dosfns.c:655
↓ 1 callers
Function
Config_Buffers
kernel/config.c:1194
↓ 1 callers
Function
ConvPartTableEntryToIntern
kernel/initdisk.c:799
↓ 1 callers
Function
ConvertPathNameToFCBName
kernel/dosfns.c:439
↓ 1 callers
Function
DMA_max_transfer
kernel/dsk.c:943
↓ 1 callers
Function
DayToBcd
STATIC int BcdToByte(int x) { return ((x >> 4) & 0xf) * 10 + (x & 0xf); } */
kernel/sysclk.c:53
↓ 1 callers
Function
DaysFromYearMonthDay
kernel/systime.c:63
↓ 1 callers
Function
DeselectLastLine
Deselect the previously selected line */
kernel/config.c:91
↓ 1 callers
Function
DeviceOpenSft
initialize SFT fields (for open/creat) for character devices */
kernel/dosfns.c:451
↓ 1 callers
Function
DoInstall
kernel/config.c:2704
↓ 1 callers
Function
DoMenu
kernel/config.c:2312
↓ 1 callers
Function
DosChangeDir
kernel/dosfns.c:989
↓ 1 callers
Function
DosComLoader
kernel/task.c:462
↓ 1 callers
Function
DosDefinePartition
kernel/initdisk.c:549
↓ 1 callers
Function
DosDup
kernel/dosfns.c:670
↓ 1 callers
Function
DosExeLoader
kernel/task.c:625
↓ 1 callers
Function
DosExec
mode = LOAD or EXECUTE ep = EXE block lp = filename to load (string) leb = local copy of exe block */
kernel/task.c:840
↓ 1 callers
Function
DosGetCodepage
* Called for DOS-66-01 get CP */
kernel/nls.c:632
↓ 1 callers
Function
DosGetCountryInformation
kernel/nls.c:613
↓ 1 callers
Function
DosGetCuDir
kernel/dosfns.c:970
↓ 1 callers
Function
DosGetDBCS
kernel/nls.c:651
↓ 1 callers
Function
DosGetExtFree
kernel/dosfns.c:883
↓ 1 callers
Function
DosGetFattr
kernel/dosfns.c:1185
↓ 1 callers
Function
DosGetFtime
kernel/dosfns.c:1152
↓ 1 callers
Function
DosLoadPackage
kernel/nls.c:409
↓ 1 callers
Function
DosLockUnlock
kernel/dosfns.c:1340
↓ 1 callers
Function
DosMkTmp
kernel/newstuff.c:66
↓ 1 callers
Function
DosSetCodepage
* Called for DOS-66-02 set CP * Note: One cannot change the system CP. Why it is necessary * to specify it, is lost to me. (2000/02/13 ska) */
kernel/nls.c:644
↓ 1 callers
Function
DosSetCountry
kernel/nls.c:623
↓ 1 callers
Function
DosSetDate
kernel/systime.c:155
↓ 1 callers
Function
DosSetFattr
This function is almost identical to DosGetFattr(). Maybe it is nice to join both functions. -- 2001/09/03 ska*/
kernel/dosfns.c:1219
↓ 1 callers
Function
DosSetFtimeSft
kernel/dosfns.c:1166
↓ 1 callers
Function
DosSetPackage
kernel/nls.c:385
↓ 1 callers
Function
DosSetTime
kernel/systime.c:93
↓ 1 callers
Function
DosUpChar
* This function is also called by the backdoor entry specified by * the "upCaseFct" member of the Country Information structure. Therefore * the H
kernel/nls.c:513
↓ 1 callers
Function
DosUpString
kernel/nls.c:522
↓ 1 callers
Function
DosYesNo
kernel/nls.c:491
↓ 1 callers
Function
DynLast
kernel/dyninit.c:90
↓ 1 callers
Function
EnableHMA
kernel/inithma.c:126
↓ 1 callers
Function
FDKrnConfigMain
Main, processes command line options and calls above functions as required. */
sys/fdkrncfg.c:407
↓ 1 callers
Function
FatGetDrvData
kernel/fcbfns.c:55
↓ 1 callers
Function
FcbClose
kernel/fcbfns.c:605
↓ 1 callers
Function
FcbCloseAll
close all files the current process opened by FCBs */
kernel/fcbfns.c:634
↓ 1 callers
Function
FcbDelete
kernel/fcbfns.c:478
↓ 1 callers
Function
FcbGetFileSize
kernel/fcbfns.c:285
↓ 1 callers
Function
FcbRename
kernel/fcbfns.c:518
↓ 1 callers
Function
FcbSetRandom
kernel/fcbfns.c:318
↓ 1 callers
Function
Files
kernel/config.c:1264
↓ 1 callers
Function
FreeProcessMem
kernel/memmgr.c:418
↓ 1 callers
Function
GREATEST_INIT
tests/greatest.h:1141
↓ 1 callers
Function
GREATEST_PRINT_REPORT
Report passes, failures, skipped tests, the number of \ * assertions, and the overall run time. */
tests/greatest.h:1157
↓ 1 callers
Function
GetNextMemdiskLine
Given a pointer to a memdisk command line and buffer will copy the next config.sys equivalent line to pLine and return updated cLine. Call rep
kernel/config.c:653
↓ 1 callers
Function
Getlogdev
0 if not set, 1 = a, 2 = b, etc, assume set. page 424 MS Programmer's Ref. */
kernel/dsk.c:301
↓ 1 callers
Function
HMAalloc
kernel/inithma.c:284
↓ 1 callers
Function
InitIO
kernel/main.c:693
↓ 1 callers
Function
InitPgm
kernel/config.c:1754
↓ 1 callers
Function
InitPrinters
kernel/main.c:720
↓ 1 callers
Function
InitSerialPorts
kernel/main.c:737
↓ 1 callers
Function
Init_clk_driver
kernel/initclk.c:46
↓ 1 callers
Function
InitializeAllBPBs
InitializeAllBPBs() or MakeNortonDiskEditorHappy() it has been determined, that FDOS's BPB tables are initialized, only when us
kernel/main.c:153
↓ 1 callers
Function
InstallExec
kernel/config.c:2650
↓ 1 callers
Function
InstallVDISK
now protect against HIMEM/FDXMS/... by simulating a VDISK FDXMS should detect us and not give HMA access to ohers unfortunately this also d
kernel/inithma.c:249
↓ 1 callers
Function
LoadCountryInfo
LoadCountryInfo(): * Searches a file in the COUNTRY.SYS format for an entry * matching the specified code page and country code, and loa
kernel/config.c:1523
↓ 1 callers
Function
LoadCountryInfoHardCoded
kernel/config.c:2542
↓ 1 callers
Function
LookUp
kernel/config.c:1006
↓ 1 callers
Function
PSPInit
kernel/main.c:165
↓ 1 callers
Function
ParseSkipWh
kernel/fcbfns.c:177
↓ 1 callers
Function
PostConfig
Do third pass initialization. */ Also, run config.sys to load drivers. */
kernel/config.c:404
← previous
next →
301–400 of 745, ranked by callers