Home
last modified time | relevance | path

Searched refs:nvp2 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c311 nvt_nvpair_match(nvpair_t *nvp1, nvpair_t *nvp2, uint32_t nvflag) in nvt_nvpair_match() argument
315 if (strcmp(NVP_NAME(nvp1), NVP_NAME(nvp2)) == 0 && in nvt_nvpair_match()
316 NVP_TYPE(nvp1) == NVP_TYPE(nvp2)) in nvt_nvpair_match()
320 if (strcmp(NVP_NAME(nvp1), NVP_NAME(nvp2)) == 0) in nvt_nvpair_match()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6409 nvpair_t *nvp2 = NULL; in print_holds() local
6411 while ((nvp2 = nvlist_next_nvpair(nvl2, nvp2)) != NULL) { in print_holds()
6413 char *tagname = nvpair_name(nvp2); in print_holds()
6418 (void) nvpair_value_uint64(nvp2, &val); in print_holds()