IPP_STAT_TAG
#define IPP_STAT_INT32 (IPP_STAT_TAG | KSTAT_DATA_INT32)
#define IPP_STAT_UINT32 (IPP_STAT_TAG | KSTAT_DATA_UINT32)
#define IPP_STAT_INT64 (IPP_STAT_TAG | KSTAT_DATA_INT64)
#define IPP_STAT_UINT64 (IPP_STAT_TAG | KSTAT_DATA_UINT64)
#define IPP_STAT_STRING (IPP_STAT_TAG | KSTAT_DATA_CHAR)
if ((type & IPP_STAT_TAG) == 0)
ktype = type & ~IPP_STAT_TAG;
type = knp->data_type | IPP_STAT_TAG;