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

  /src/sys/arch/i386/stand/efiboot/
efidev.c 32 if (DevicePathType(dp) == dptype)
efiboot.c 82 if (DevicePathType(dp) == MEDIA_DEVICE_PATH &&
87 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH &&
efinet.c 297 DevicePathType(pdp) == ACPI_DEVICE_PATH &&
350 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH &&
372 if (DevicePathType(dp) == HARDWARE_DEVICE_PATH) {
boot.c 740 DevicePathType(efi_bootdp),
807 printf("DevicePathType %d\n", DevicePathType(dp0));
827 printf("%d:%d:%s\n", DevicePathType(dp),
eficons.c 838 if (DevicePathType(dp) == ACPI_DEVICE_PATH &&
  /src/sys/stand/efiboot/
efidev.c 32 if (DevicePathType(dp) == dptype)
efinet.c 371 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH &&
  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 155 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 52 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK )
56 //#define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE_UNPACKED )
57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 135 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH ||
hand.c 212 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) &&
dpath.c 540 switch (DevicePathType(&Vendor->Header)) {
651 DevicePathType( & Fibre-> Header ) == MSG_FIBRECHANNEL_DP ? L"" : L"Ex" ,
1164 if (DevicePathType(DevPathNode) == DevPathTable[Index].Type &&

Completed in 64 milliseconds