Home
last modified time | relevance | path

Searched refs:nvlist_array (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/libnv/
H A Dcnvlist.c109 CNVLIST_GET_ARRAY(const nvlist_t * const *, nvlist_array, NVLIST_ARRAY)
174 CNVLIST_TAKE_ARRAY(nvlist_t **, nvlist_array, NVLIST_ARRAY)
213 CNVLIST_FREE(nvlist_array)
H A Dnvlist.c1428 NVLIST_EXISTS(nvlist_array, NVLIST_ARRAY) in NVLIST_EXISTS()
2031 NVLIST_FREE(nvlist_array, NVLIST_ARRAY) in NVLIST_FREE()
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dvdev.cc164 uint64_t *nvlist_array; in State() local
181 &nvlist_array, &vsc) == 0) { in State()
182 vs = reinterpret_cast<vdev_stat_t *>(nvlist_array); in State()
H A Dcase_file.cc544 uint64_t *nvlist_array; in ActivateSpare() local
549 ZPOOL_CONFIG_VDEV_STATS, &nvlist_array, &nstats) != 0) { in ActivateSpare()
555 vs = reinterpret_cast<vdev_stat_t *>(nvlist_array); in ActivateSpare()
/freebsd-13.1/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c467 NVLIST_PRINTCTL_AREPLACE(nvlist_array, nvlist_t **)
745 ARENDER(pctl, nvlist_array, nvl, name, val, nelem); in nvlist_print_with_indent()