Searched refs:NVLIST_PRINTCTL_REPLACE (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 420 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ macro 430 NVLIST_PRINTCTL_REPLACE(boolean, int) 431 NVLIST_PRINTCTL_REPLACE(boolean_value, boolean_t) 432 NVLIST_PRINTCTL_REPLACE(byte, uchar_t) 433 NVLIST_PRINTCTL_REPLACE(int8, int8_t) 434 NVLIST_PRINTCTL_REPLACE(uint8, uint8_t) 435 NVLIST_PRINTCTL_REPLACE(int16, int16_t) 436 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t) 437 NVLIST_PRINTCTL_REPLACE(int32, int32_t) 438 NVLIST_PRINTCTL_REPLACE(uint32, uint32_t) [all …]
|