Searched refs:nvlist_array (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libnv/ |
H A D | cnvlist.c | 108 CNVLIST_GET_ARRAY(const nvlist_t * const *, nvlist_array, NVLIST_ARRAY) 173 CNVLIST_TAKE_ARRAY(nvlist_t **, nvlist_array, NVLIST_ARRAY) 212 CNVLIST_FREE(nvlist_array)
|
H A D | nvlist.c | 1441 NVLIST_EXISTS(nvlist_array, NVLIST_ARRAY) in NVLIST_EXISTS() 2044 NVLIST_FREE(nvlist_array, NVLIST_ARRAY) in NVLIST_FREE()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 160 uint64_t *nvlist_array; in State() local 177 &nvlist_array, &vsc) == 0) { in State() 178 vs = reinterpret_cast<vdev_stat_t *>(nvlist_array); in State()
|
H A D | case_file.cc | 580 uint64_t *nvlist_array; in ActivateSpare() local 585 ZPOOL_CONFIG_VDEV_STATS, &nvlist_array, &nstats) != 0) { in ActivateSpare() 591 vs = reinterpret_cast<vdev_stat_t *>(nvlist_array); in ActivateSpare()
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 482 NVLIST_PRINTCTL_AREPLACE(nvlist_array, nvlist_t **) 760 ARENDER(pctl, nvlist_array, nvl, name, val, nelem); in nvlist_print_with_indent()
|