HomeSort by: relevance | last modified time | path
    Searched refs:DeviceHandle (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsxface.c 189 ACPI_HANDLE DeviceHandle,
198 * PARAMETERS: DeviceHandle - Handle to a device
210 ACPI_HANDLE DeviceHandle,
224 if (!DeviceHandle)
229 Node = AcpiNsValidateHandle (DeviceHandle);
262 * PARAMETERS: DeviceHandle - Handle to the Bus device we are querying
277 * the object indicated by the passed DeviceHandle.
283 ACPI_HANDLE DeviceHandle,
295 Status = AcpiRsValidateParameters (DeviceHandle, RetBuffer, &Node);
312 * PARAMETERS: DeviceHandle - Handle to the device object for th
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/apps/
t6.c 34 BS->HandleProtocol(loaded_image->DeviceHandle, &DevicePathProtocol, (void **) &dev_path);
t3.c 58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle);
76 EFI_HANDLE DeviceHandle;
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 40 OUT EFI_HANDLE *DeviceHandle,
93 *DeviceHandle = NULL;
103 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
105 FileHandle = LibOpenRoot (*DeviceHandle);
217 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle);
hand.c 302 IN EFI_HANDLE DeviceHandle
314 Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volume);
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle,
  /src/sys/stand/efiboot/
efiboot.c 86 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 160 IN EFI_HANDLE DeviceHandle,
283 IN EFI_HANDLE DeviceHandle,
efilib.h 799 IN EFI_HANDLE DeviceHandle
945 OUT EFI_HANDLE *DeviceHandle,
efiprot.h 1234 EFI_HANDLE DeviceHandle;
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 470 UINT8 DeviceHandle[ACPI_SRAT_DEVICE_HANDLE_SIZE];
acpixf.h 1192 ACPI_HANDLE DeviceHandle,
actbl2.h 2464 UINT32 DeviceHandle;
2573 UINT32 DeviceHandle;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c 398 {ACPI_DMT_BUF16, ACPI_SRAT5_OFFSET (DeviceHandle), "Device Handle", 0}, \
dmtbinfo2.c 1527 {ACPI_DMT_UINT32, ACPI_NFIT1_OFFSET (DeviceHandle), "Device Handle", 0},
1626 {ACPI_DMT_UINT32, ACPI_NFIT6_OFFSET (DeviceHandle), "Device Handle", 0},
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 139 i = efifs_get_unit(img->DeviceHandle);
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 617 ACPI_EFI_HANDLE DeviceHandle;
  /src/usr.sbin/acpitools/acpidump/
acpi.c 3287 printf("\tDeviceHandle=%u\n", (u_int)mmap->DeviceHandle);
3379 printf("\tDeviceHandle=%u\n", (u_int)fladdr->DeviceHandle);

Completed in 58 milliseconds