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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDevices.c31 @param[in, out] Devices On successful return this buffer will be
51 IN OUT UINTN *Devices,
66 || Devices == NULL
76 *Devices = 0;
97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer);
98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) {
99 for (Count = 0 ; Count < *Devices ; Count++) {
145 UINTN Devices; local
223 Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children, &Name, Language);
224 if (Name != NULL && (Parents != 0 || Devices !
45 GetDeviceHandleInfo( IN EFI_HANDLE TheHandle, IN OUT CHAR16 *Type, IN OUT BOOLEAN *Cfg, IN OUT BOOLEAN *Diag, IN OUT UINTN *Parents, IN OUT UINTN *Devices, IN OUT UINTN *Children, OUT CHAR16 **Name, IN CONST CHAR8 *Language ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.h255 // An array of device that is on the bus. Devices[0] is
256 // for root hub. Device with address i is at Devices[i].
258 USB_DEVICE *Devices[256]; member in struct:_USB_BUS

Completed in 167 milliseconds