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

  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 51 EFI_DEVICE_PATH *DevicePath;
  /src/sys/external/bsd/gnu-efi/dist/lib/
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;
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...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
pci22.h 144 EFI_DEVICE_PATH *DevicePath;
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

Completed in 13 milliseconds