Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/
H A Defidevp.h34 (((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE)
37 #define DevicePathSubType(a) ((a)->SubType)
45 ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE)
57 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h102 #define DAT_ERROR(Type, SubType) ((DAT_RETURN)(DAT_CLASS_ERROR | Type | \ argument
103 SubType))
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c130 devpath->SubType == END_INSTANCE_DEVICE_PATH_SUBTYPE) { in efi_devpath_next_instance()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h224 #define DAT_ERROR(Type, SubType) \ argument
225 ((DAT_RETURN)(DAT_CLASS_ERROR | (Type) | (SubType)))
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h51 UINT8 SubType; ///< Varies by Type member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h222 UINT8 SubType; member