OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOS_EQUIP
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/memdisk/
bda.h
24
#define
BIOS_EQUIP
0x410 /* BIOS equipment list */
dskprobe.c
160
uint8_t equip = rdz_8(
BIOS_EQUIP
);
setup.c
1058
wrz_8(
BIOS_EQUIP
, rdz_8(
BIOS_EQUIP
) & ~0xc1);
1090
uint8_t equip = rdz_8(
BIOS_EQUIP
);
[
all
...]
Completed in 205 milliseconds