Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dcnvlist.c108 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 Dnvlist.c1441 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 Dvdev.cc160 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 Dcase_file.cc580 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 Dlibnvpair.c482 NVLIST_PRINTCTL_AREPLACE(nvlist_array, nvlist_t **)
760 ARENDER(pctl, nvlist_array, nvl, name, val, nelem); in nvlist_print_with_indent()