Home
last modified time | relevance | path

Searched refs:DeviceHandle (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/resources/
H A Drsxface.c81 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 Dsread.c40 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 Dhand.c302 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 Dt3.c58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle); in efi_main()
76 EFI_HANDLE DeviceHandle; in efi_main()
H A Dt6.c34 BS->HandleProtocol(loaded_image->DeviceHandle, &DevicePathProtocol, (void **) &dev_path); in efi_main()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h160 IN EFI_HANDLE DeviceHandle,
283 IN EFI_HANDLE DeviceHandle,
H A Defilib.h799 IN EFI_HANDLE DeviceHandle
945 OUT EFI_HANDLE *DeviceHandle,
H A Defiprot.h1234 EFI_HANDLE DeviceHandle; member
/netbsd-src/sys/stand/efiboot/
H A Defiboot.c86 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 Defiboot.c75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, in efi_main()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl3.h362 UINT8 DeviceHandle[ACPI_SRAT_DEVICE_HANDLE_SIZE];
357 UINT8 DeviceHandle[ACPI_SRAT_DEVICE_HANDLE_SIZE]; global() member
H A Dacpixf.h1078 ACPI_HANDLE DeviceHandle,
H A Dactbl2.h2077 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 Dmain.c139 i = efifs_get_unit(img->DeviceHandle); in main()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo3.c290 {ACPI_DMT_BUF16, ACPI_SRAT5_OFFSET (DeviceHandle), "Device Handle", 0}, \
H A Ddmtbinfo2.c1386 {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 Dacefiex.h509 ACPI_EFI_HANDLE DeviceHandle; member
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c3287 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 Dchanges.txt58 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.