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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.h141 #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_uint3
162 #undef NVLIST_PRINTCTL_SVDECL macro
[all...]

Completed in 43 milliseconds