Searched refs:NVLIST_PRINTCTL_AREPLACE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 461 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ macro 471 NVLIST_PRINTCTL_AREPLACE(boolean_array, boolean_t *) 472 NVLIST_PRINTCTL_AREPLACE(byte_array, uchar_t *) 473 NVLIST_PRINTCTL_AREPLACE(int8_array, int8_t *) 474 NVLIST_PRINTCTL_AREPLACE(uint8_array, uint8_t *) 475 NVLIST_PRINTCTL_AREPLACE(int16_array, int16_t *) 476 NVLIST_PRINTCTL_AREPLACE(uint16_array, uint16_t *) 477 NVLIST_PRINTCTL_AREPLACE(int32_array, int32_t *) 478 NVLIST_PRINTCTL_AREPLACE(uint32_array, uint32_t *) 479 NVLIST_PRINTCTL_AREPLACE(int64_array, int64_t *) [all …]
|