Home
last modified time | relevance | path

Searched refs:DevicePathType (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defiboot.c82 if (DevicePathType(dp) == MEDIA_DEVICE_PATH && in efi_main()
87 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH && in efi_main()
H A Definet.c297 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()
H A Defidev.c32 if (DevicePathType(dp) == dptype) in efi_device_path_depth()
H A Dboot.c715 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()
H A Deficons.c820 if (DevicePathType(dp) == ACPI_DEVICE_PATH && in efi_com_probe()
/netbsd-src/sys/stand/efiboot/
H A Defidev.c32 if (DevicePathType(dp) == dptype) in efi_device_path_depth()
H A Definet.c371 if (DevicePathType(dp) == MESSAGING_DEVICE_PATH && in efi_net_probe()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h52 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) macro
57 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE )
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defi.c155 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c135 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()
H A Ddpath.c540 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()
H A Dhand.c212 if ((DevicePathType(DevPath) == MEDIA_DEVICE_PATH) && in LibLocateHandleByDiskSignature()