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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c930 @param SResult Sense result for this packet command.
939 OUT SENSE_RESULT *SResult
965 ParseSenseData (IdeDev, SenseCount, SResult);
983 @param SResult Sense result for this packet command
996 OUT SENSE_RESULT *SResult
1051 ParseSenseData (IdeDev, SenseCount, SResult);
1053 if (!EFI_ERROR (Status) && *SResult == SenseNoSenseKey) {
1191 SENSE_RESULT SResult; local
1213 Status = AtapiTestUnitReady (IdeDev, &SResult);
1234 switch (SResult) {
[all...]

Completed in 116 milliseconds