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

/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c274 cdb_atapi atapicmd; local
296 _fmemset(&atapicmd, 0, sizeof(atapicmd));
297 atapicmd.command = 0x28; // READ 10 command
298 atapicmd.lba = swap_32(0x11);
299 atapicmd.nsect = swap_16(1);
306 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, 2048L, ATA_DATA_IN, &buffer);
330 atapicmd.command = 0x28; // READ 10 command
331 atapicmd.lba = swap_32(lba);
332 atapicmd
473 cdb_atapi atapicmd; local
688 cdb_atapi atapicmd; local
[all...]

Completed in 1388 milliseconds