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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c21 SCSI_COMMAND_SET gSupportedATAPICommands[] = { variable
1755 ArrayLen = (UINT8) (sizeof (gSupportedATAPICommands) / sizeof (gSupportedATAPICommands[0]));
1757 for (Index = 0; (Index < ArrayLen) && (CompareMem (&gSupportedATAPICommands[Index], &gEndTable, sizeof (SCSI_COMMAND_SET)) != 0); Index++) {
1759 if (*OpCode == gSupportedATAPICommands[Index].OpCode) {
1768 if (gSupportedATAPICommands[Index].Direction == DataOut) {
1778 if (gSupportedATAPICommands[Index].Direction == DataIn) {
1998 ArrayLen = (UINT8) (sizeof (gSupportedATAPICommands) / sizeof (gSupportedATAPICommands[0]));
2000 for (Index = 0; (Index < ArrayLen) && (CompareMem (&gSupportedATAPICommands[Inde
[all...]

Completed in 747 milliseconds