Home
last modified time | relevance | path

Searched refs:BDA_NUM_DRIVES (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dint13.c70 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_set_num_drives()
79 put_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_set_num_drives()
88 get_real ( check_num_drives, BDA_SEG, BDA_NUM_DRIVES ); in int13_check_num_drives()
238 get_real ( ix86->regs.dl, BDA_SEG, BDA_NUM_DRIVES ); in int13_get_parameters()
511 : : "i" ( int13 ), "i" ( BDA_SEG ), "i" ( BDA_NUM_DRIVES ) ); in hook_int13()
601 get_real ( num_drives, BDA_SEG, BDA_NUM_DRIVES ); in register_int13_drive()
/external/syslinux/gpxe/src/arch/i386/include/
Dbios.h8 #define BDA_NUM_DRIVES 0x0075 macro