Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Defivar-dp-xlate.c138 if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()
141 else if (DevicePathType(walker) == MEDIA_DEVICE_PATH && in efi_hd_to_unix()
142 DevicePathType(walker) == END_DEVICE_PATH_TYPE) in efi_hd_to_unix()
329 while (DevicePathType(walker) != MEDIA_DEVICE_PATH && in efivar_device_path_to_unix_path()
330 DevicePathType(walker) != END_DEVICE_PATH_TYPE) { in efivar_device_path_to_unix_path()
337 if (DevicePathType(walker) != MEDIA_DEVICE_PATH) in efivar_device_path_to_unix_path()
H A Duefi-dputil.c212 DevicePathType ( in DevicePathType() function
320 return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE); in IsDevicePathEndType()
H A Defivar-dp-format.c239 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor()
2194 if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) { in DevPathToTextNodeGeneric()
2203 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2314 if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type && in UefiDevicePathLibConvertDeviceNodeToText()
2378 if (DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type && in UefiDevicePathLibConvertDevicePathToText()
/dragonfly/stand/boot/efi/include/
H A Defi.h51 #define DevicePathType(a) (((a)->Type) & EFI_DP_TYPE_MASK) macro
55 #define IsDevicePathType(a, t) (DevicePathType(a) == t)
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h54 DevicePathType (
/dragonfly/stand/boot/efi/loader/
H A Defi_main.c151 (DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH || in efi_main()
H A Dmain.c156 if (DevicePathType(path) == ACPI_DEVICE_PATH && in has_keyboard()
172 } else if (DevicePathType(path) == MESSAGING_DEVICE_PATH && in has_keyboard()
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c124 if (DevicePathType(node) == MEDIA_DEVICE_PATH && in efipart_init()