Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Duefi-dputil.c235 DevicePathSubType ( in DevicePathSubType() function
347 …return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_… in IsDevicePathEnd()
H A Defivar-dp-xlate.c139 DevicePathSubType(walker) == MEDIA_FILEPATH_DP) in efi_hd_to_unix()
350 if (DevicePathSubType(walker) == MEDIA_HARDDRIVE_DP) in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2203 UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2208 …atPrint (Str, "%s(%d", mUefiDevicePathLibToTextTableGeneric[Index].Text, DevicePathSubType (Node)); in DevPathToTextNodeGeneric()
2315 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()
2379 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDevicePathToText()
/dragonfly/stand/boot/efi/include/
H A Defi.h52 #define DevicePathSubType(a) ((a)->SubType) macro
/dragonfly/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h72 DevicePathSubType (
/dragonfly/stand/boot/efi/loader/
H A Defi_main.c152 DevicePathSubType(img->FilePath) != MEDIA_FILEPATH_DP || in efi_main()
H A Dmain.c157 (DevicePathSubType(path) == ACPI_DP || in has_keyboard()
158 DevicePathSubType(path) == ACPI_EXTENDED_DP)) { in has_keyboard()
173 DevicePathSubType(path) == MSG_USB_CLASS_DP) { in has_keyboard()
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c125 DevicePathSubType(node) == MEDIA_CDROM_DP) { in efipart_init()