| /netbsd-src/sys/external/bsd/acpica/dist/resources/ |
| H A D | rsxface.c | 81 ACPI_HANDLE DeviceHandle, 102 ACPI_HANDLE DeviceHandle, in AcpiRsValidateParameters() argument 116 if (!DeviceHandle) in AcpiRsValidateParameters() 121 Node = AcpiNsValidateHandle (DeviceHandle); in AcpiRsValidateParameters() 175 ACPI_HANDLE DeviceHandle, in AcpiGetIrqRoutingTable() argument 187 Status = AcpiRsValidateParameters (DeviceHandle, RetBuffer, &Node); in AcpiGetIrqRoutingTable() 226 ACPI_HANDLE DeviceHandle, in ACPI_EXPORT_SYMBOL() 238 Status = AcpiRsValidateParameters (DeviceHandle, RetBuffer, &Node); in ACPI_EXPORT_SYMBOL() 274 ACPI_HANDLE DeviceHandle, in ACPI_EXPORT_SYMBOL() 286 Status = AcpiRsValidateParameters (DeviceHandle, RetBuffer, &Node); in ACPI_EXPORT_SYMBOL() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | sread.c | 40 OUT EFI_HANDLE *DeviceHandle, in OpenSimpleReadFile() argument 93 *DeviceHandle = NULL; in OpenSimpleReadFile() 103 … Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle); in OpenSimpleReadFile() 105 FileHandle = LibOpenRoot (*DeviceHandle); in OpenSimpleReadFile() 217 …tatus = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle); in OpenSimpleReadFile()
|
| H A D | hand.c | 302 IN EFI_HANDLE DeviceHandle in LibOpenRoot() argument 314 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volum… in LibOpenRoot()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | t3.c | 58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle); in efi_main() 76 EFI_HANDLE DeviceHandle; in efi_main()
|
| H A D | t6.c | 34 BS->HandleProtocol(loaded_image->DeviceHandle, &DevicePathProtocol, (void **) &dev_path); in efi_main()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efishell.h | 160 IN EFI_HANDLE DeviceHandle, 283 IN EFI_HANDLE DeviceHandle,
|
| H A D | efilib.h | 799 IN EFI_HANDLE DeviceHandle 945 OUT EFI_HANDLE *DeviceHandle,
|
| H A D | efiprot.h | 1234 EFI_HANDLE DeviceHandle; member
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efiboot.c | 86 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp); in efi_main()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efiboot.c | 75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, in efi_main()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | actbl3.h | 362 UINT8 DeviceHandle[ACPI_SRAT_DEVICE_HANDLE_SIZE]; 357 UINT8 DeviceHandle[ACPI_SRAT_DEVICE_HANDLE_SIZE]; global() member
|
| H A D | acpixf.h | 1078 ACPI_HANDLE DeviceHandle,
|
| H A D | actbl2.h | 2077 UINT32 DeviceHandle; 2186 UINT32 DeviceHandle; 1973 UINT32 DeviceHandle; global() member 2082 UINT32 DeviceHandle; global() member
|
| /netbsd-src/sys/arch/ia64/stand/ia64/efi/ |
| H A D | main.c | 139 i = efifs_get_unit(img->DeviceHandle); in main()
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtbinfo3.c | 290 {ACPI_DMT_BUF16, ACPI_SRAT5_OFFSET (DeviceHandle), "Device Handle", 0}, \
|
| H A D | dmtbinfo2.c | 1386 {ACPI_DMT_UINT32, ACPI_NFIT1_OFFSET (DeviceHandle), "Device Handle", 0}, 1485 {ACPI_DMT_UINT32, ACPI_NFIT6_OFFSET (DeviceHandle), "Device Handle", 0},
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 509 ACPI_EFI_HANDLE DeviceHandle; member
|
| /netbsd-src/usr.sbin/acpitools/acpidump/ |
| H A D | acpi.c | 3287 printf("\tDeviceHandle=%u\n", (u_int)mmap->DeviceHandle); in acpi_print_nfit() 3379 printf("\tDeviceHandle=%u\n", (u_int)fladdr->DeviceHandle); in acpi_print_nfit()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 58 Added a define for size of acpi_srat_generic_affinity DeviceHandle. Replaced a magic number with a define. The Linux kernel code will utilize this. Reported by Dave Jiang dave.jiang@intel.com.
|