Searched refs:SET_DL (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h15 #define SET_DL(val8) DX = ((DX & 0xff00) | (val8)) macro
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h172 #define SET_DL(val8) DX = ((DX & 0xff00) | (val8)) macro
H A Dfloppy.c999 SET_DL(num_floppies);
1021 SET_DL(num_floppies);
H A Ddisk.c260 SET_DL(count); /* FIXME returns 0, 1, or n hard drives */
H A Deltorito.c619 SET_DL( 0x02 ); // FIXME ElTorito Various. should send the real count of drives 1 or 2

Completed in 1592 milliseconds