OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BDA_NUM_DRIVES
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/arch/i386/include/
bios.h
8
#define
BDA_NUM_DRIVES
0x0075
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
int13.c
70
get_real ( num_drives, BDA_SEG,
BDA_NUM_DRIVES
);
79
put_real ( num_drives, BDA_SEG,
BDA_NUM_DRIVES
);
88
get_real ( check_num_drives, BDA_SEG,
BDA_NUM_DRIVES
);
238
get_real ( ix86->regs.dl, BDA_SEG,
BDA_NUM_DRIVES
);
511
: : "i" ( int13 ), "i" ( BDA_SEG ), "i" (
BDA_NUM_DRIVES
) );
601
get_real ( num_drives, BDA_SEG,
BDA_NUM_DRIVES
);
Completed in 131 milliseconds