Searched refs:NVLIST_PRINTCTL_SVDECL (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libnvpair/ |
H A D | libnvpair.h | 141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ macro 146 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_boolean, int); 147 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_boolean_value, boolean_t); 148 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_byte, uchar_t); 149 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int8, int8_t); 150 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_uint8, uint8_t); 151 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int16, int16_t); 152 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_uint16, uint16_t); 153 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int32, int32_t); 154 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_uint32, uint32_t); [all …]
|