Searched defs:IPP_STAT_TAG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp.h84 #define IPP_STAT_TAG 0x80 macro
86 #define IPP_STAT_INT32 (IPP_STAT_TAG | KSTAT_DATA_INT32)
87 #define IPP_STAT_UINT32 (IPP_STAT_TAG | KSTAT_DATA_UINT32)
88 #define IPP_STAT_INT64 (IPP_STAT_TAG | KSTAT_DATA_INT64)
89 #define IPP_STAT_UINT64 (IPP_STAT_TAG | KSTAT_DATA_UINT64)
90 #define IPP_STAT_STRING (IPP_STAT_TAG | KSTAT_DATA_CHAR)

Completed in 57 milliseconds