Searched refs:NVLIST_PRTFUNC (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 188 #define NVLIST_PRTFUNC(type_and_variant, vtype, ptype, vfmt) \ macro 202 NVLIST_PRTFUNC(boolean, int, int, "%d") 203 NVLIST_PRTFUNC(boolean_value, boolean_t, int, "%d") 204 NVLIST_PRTFUNC(byte, uchar_t, uchar_t, "0x%2.2x") 205 NVLIST_PRTFUNC(int8, int8_t, int, "%d") 206 NVLIST_PRTFUNC(uint8, uint8_t, uint8_t, "0x%x") 207 NVLIST_PRTFUNC(int16, int16_t, int16_t, "%d") 208 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x") 209 NVLIST_PRTFUNC(int32, int32_t, int32_t, "%d") 210 NVLIST_PRTFUNC(uint3 [all...] |
Completed in 21 milliseconds