Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c99 imgpath->SubType != devpath->SubType) in nodes_match()
162 switch (devpath->SubType) { in devpath_node_str()
196 devpath->SubType); in devpath_node_str()
200 switch (devpath->SubType) { in devpath_node_str()
210 devpath->SubType); in devpath_node_str()
247 switch (devpath->SubType) { in devpath_node_str()
264 devpath->SubType); in devpath_node_str()
267 return snprintf(buf, size, "bbs(0x%02x)", devpath->SubType); in devpath_node_str()
273 devpath->SubType); in devpath_node_str()
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h35 UINT8 SubType; member
50 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
53 #define DevicePathSubType(a) ( (a)->SubType )
58 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
70 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/titanic_53/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h104 #define DAT_ERROR(Type, SubType) ((DAT_RETURN)(DAT_CLASS_ERROR | Type | \ argument
105 SubType))
/titanic_53/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h230 #define DAT_ERROR(Type, SubType) \ argument
231 ((DAT_RETURN)(DAT_CLASS_ERROR | (Type) | (SubType)))
/titanic_53/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h87 UINT8 SubType; member