Searched defs:cdemu (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c148 write_byte(ebda_seg,(uint16_t)&EbdaData->cdemu.active, 0x00);
156 return read_byte(ebda_seg,(uint16_t)&EbdaData->cdemu.active);
164 return read_byte(ebda_seg,(uint16_t)&EbdaData->cdemu.emulated_drive);
175 cdemu_t __far *cdemu; local
177 cdemu = ebda_seg :> &EbdaData->cdemu;
195 //@todo: maybe our cdemu struct should match El Torito to allow memcpy()?
197 write_byte(DS,SI+0x01,cdemu->media);
198 write_byte(DS,SI+0x02,cdemu->emulated_drive);
199 write_byte(DS,SI+0x03,cdemu
279 cdemu_t __far *cdemu; local
474 cdemu_t __far *cdemu; local
[all...]
H A Debda.h281 // I made the ata and cdemu structs begin at 0x121 in the EBDA seg
296 cdemu_t cdemu; /* El Torito floppy/HD emulation data. */ member in struct:__anon14993

Completed in 824 milliseconds