Searched refs:Devices (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
H A D | Devices.c | 31 @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/StdLib/ |
H A D | StdLib.inc | 55 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf 56 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf 57 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbEnumer.c | 549 // Devices[0] is the root hub. 552 Child = Bus->Devices[Index]; 562 Bus->Devices[Index] = NULL; 571 Bus->Devices[Device->Address] = NULL; 603 Device = Bus->Devices[Index]; 733 if (Bus->Devices[Address] == NULL) { 747 Bus->Devices[Address] = Child; 810 Bus->Devices[Address] = NULL;
|
H A D | UsbBus.c | 111 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], 284 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], 1029 UsbBus->Devices[0] = RootHub; 1435 RootHub = Bus->Devices[0]; 1442 if (Bus->Devices[Index] != NULL) { 1443 UsbRemoveDevice (Bus->Devices[Index]);
|
H A D | UsbBus.h | 255 // 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
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-test1.asm | 4 ; VBoxManage setextradata bs-test1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1 5 ; VBoxManage setextradata bs-test1 VBoxInternal/Devices/VMMDev/0/Config/TestingMMIO 1
|
H A D | bootsector2-cpu-instr-1.asm | 6 ; VBoxManage setextradata bs-cpu-instr-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-vbinstst-64-1.asm | 4 ; VBoxManage setextradata bs-vbinstst-64-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-vbinstst-big-template.asm | 5 ; VBoxManage setextradata bs-vbinstst-64-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-cpu-xcpt-1.asm | 6 ; VBoxManage setextradata bs-cpu-xcpt-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-cpu-xcpt-2.asm | 6 ; VBoxManage setextradata bs-cpu-xcpt-2 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-cpu-hidden-regs-1.asm | 6 ; VBoxManage setextradata bs-cpu-hidden-regs-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
H A D | bootsector2-vbinstst-kernel.asm | 4 ; VBoxManage setextradata bs-vbinstst-64-1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macio.c | 42 #include <Devices.h>
|
Completed in 206 milliseconds