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

  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 26 IN EFI_DEVICE_PATH *DevicePath,
35 Check to see if DevicePath exists for a given Protocol. Return Error if it
36 exists. Return GlobalIoFuncs set match the DevicePath
40 DevicePath - to operate on
41 Protocol - to check the DevicePath against
43 GlobalIoFncs - Returned with DeviceIoProtocol for the DevicePath
58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle);
dpath.c 39 EFI_DEVICE_PATH *DevicePath;
41 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath);
43 DevicePath = NULL;
46 return DevicePath;
52 IN OUT EFI_DEVICE_PATH **DevicePath,
59 DevPath = *DevicePath;
81 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
100 *DevicePath = Next;
112 IN EFI_DEVICE_PATH *DevicePath
    [all...]
hand.c 120 EFI_DEVICE_PATH *DevicePath;
187 (VOID*)&DevicePath
191 // Search DevicePath for a Hard Drive Media Device Path node.
200 if (DevicePath != NULL) {
204 DevPath = DevicePath;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 51 EFI_DEVICE_PATH *DevicePath;
legacyboot.h 46 IN EFI_DEVICE_PATH *DevicePath
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 113 VENDOR_DEVICE_PATH DevicePath;
554 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
590 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
596 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
609 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
616 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
638 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath
efishell.h 242 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
276 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
349 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath,
pci22.h 144 EFI_DEVICE_PATH *DevicePath;
efilib.h 841 IN OUT EFI_DEVICE_PATH **DevicePath,
847 IN EFI_DEVICE_PATH *DevicePath
1024 IN EFI_DEVICE_PATH *DevicePath,
efiapi.h 734 IN OUT EFI_DEVICE_PATH **DevicePath,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 757 ACPI_EFI_DEVICE_PATH **DevicePath,
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 596 DevicePath : "\PCI0\ABCD"

Completed in 21 milliseconds