Searched refs:DeviceStatus (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/ |
H A D | UsbDxeLib.c | 517 Recipient, and Target and place the result in the buffer specified by DeviceStatus. 520 If DeviceStatus is NULL, then ASSERT(). 528 @param DeviceStatus A pointer to the device status to be retrieved. 543 OUT UINT16 *DeviceStatus, 550 ASSERT (DeviceStatus != NULL); 585 DeviceStatus, 539 UsbGetStatus( IN EFI_USB_IO_PROTOCOL *UsbIo, IN USB_TYPES_DEFINITION Recipient, IN UINT16 Target, OUT UINT16 *DeviceStatus, OUT UINT32 *Status ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | UefiUsbLib.h | 504 Recipient, and Target, and place the result in the buffer specified by DeviceStatus. 507 If DeviceStatus is NULL, then ASSERT(). 515 @param DeviceStatus A pointer to the device status to be retrieved. 530 OUT UINT16 *DeviceStatus,
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Pci.h | 448 UINT16 DeviceStatus; member in struct:__anon12831
|
H A D | Pci.c | 4029 PcieDeviceStatus = PciExpressCap->DeviceStatus;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
H A D | ConSplitter.c | 2952 EFI_STATUS DeviceStatus; local 3005 DeviceStatus = EFI_DEVICE_ERROR; 3011 DeviceStatus = ConSplitterAddGraphicsOutputMode (Private, GraphicsOutput, UgaDraw); 3039 if (!EFI_ERROR (Status) && EFI_ERROR (DeviceStatus)) {
|
Completed in 278 milliseconds