Searched refs:NVLIST_PRINTCTL_AREPLACE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 446 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ macro 456 NVLIST_PRINTCTL_AREPLACE(boolean_array, boolean_t *) 457 NVLIST_PRINTCTL_AREPLACE(byte_array, uchar_t *) 458 NVLIST_PRINTCTL_AREPLACE(int8_array, int8_t *) 459 NVLIST_PRINTCTL_AREPLACE(uint8_array, uint8_t *) 460 NVLIST_PRINTCTL_AREPLACE(int16_array, int16_t *) 461 NVLIST_PRINTCTL_AREPLACE(uint16_array, uint16_t *) 462 NVLIST_PRINTCTL_AREPLACE(int32_array, int32_t *) 463 NVLIST_PRINTCTL_AREPLACE(uint32_array, uint32_t *) 464 NVLIST_PRINTCTL_AREPLACE(int64_array, int64_t *) [all …]
|