Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/include/
H A Defi.h52 #define DevicePathSubType(a) ((a)->SubType)
57 #define IsDevicePathEndSubType(a) ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE)
62 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c97 imgpath->SubType != devpath->SubType) in nodes_match()
160 switch (devpath->SubType) { in devpath_node_str()
194 devpath->SubType); in devpath_node_str()
198 switch (devpath->SubType) { in devpath_node_str()
208 devpath->SubType); in devpath_node_str()
245 switch (devpath->SubType) { in devpath_node_str()
262 devpath->SubType); in devpath_node_str()
265 return snprintf(buf, size, "bbs(0x%02x)", devpath->SubType); in devpath_node_str()
271 devpath->SubType); in devpath_node_str()
/dragonfly/lib/libefivar/
H A Duefi-dputil.c240 return ((const EFI_DEVICE_PATH_PROTOCOL *)(Node))->SubType; in DevicePathSubType()
447 DevicePath->SubType = NodeSubType; in CreateDeviceNode()
H A Duefi-dplib.h100 UINT8 SubType; member
H A Defivar-dp-parse.c617 IN UINT8 SubType in ConvertFromTextVendor() argument
636 SubType, in ConvertFromTextVendor()
3679 DeviceNode->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibConvertTextToDevicePath()
H A Defivar-dp-format.c2315 DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDeviceNodeToText()
2379 DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType in UefiDevicePathLibConvertDevicePathToText()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h51 UINT8 SubType; ///< Varies by Type member
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefiex.h222 UINT8 SubType; member