Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.h141 #define NVLIST_PRINTCTL_SVDECL(funcname, valtype) \ macro
146 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_boolean, int);
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);
155 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int64, int64_t);
157 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_double, double);
[all …]