Searched refs:DevicePathType (Results 1 – 12 of 12) sorted by relevance
82 if (DevicePathType(dp) == MEDIA_DEVICE_PATH && in efi_main()87 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH && in efi_main()
297 DevicePathType(pdp) == ACPI_DEVICE_PATH && in efi_net_pci_probe()350 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH && in efi_net_probe()372 if (DevicePathType(dp) == HARDWARE_DEVICE_PATH) { in efi_net_probe()
32 if (DevicePathType(dp) == dptype) in efi_device_path_depth()
715 DevicePathType(efi_bootdp), in command_version()782 printf("DevicePathType %d\n", DevicePathType(dp0)); in command_devpath()802 printf("%d:%d:%s\n", DevicePathType(dp), in command_devpath()
820 if (DevicePathType(dp) == ACPI_DEVICE_PATH && in efi_com_probe()
371 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH && in efi_net_probe()
52 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
155 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
135 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()
540 switch (DevicePathType(&Vendor->Header)) { in _DevPathVendor()651 DevicePathType( & Fibre-> Header ) == MSG_FIBRECHANNEL_DP ? L"" : L"Ex" , in _DevPathFibre()1164 if (DevicePathType(DevPathNode) == DevPathTable[Index].Type && in DevicePathToStr()
212 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()