Searched refs:nvp2 (Results 1 – 2 of 2) sorted by relevance
311 nvt_nvpair_match(nvpair_t *nvp1, nvpair_t *nvp2, uint32_t nvflag) in nvt_nvpair_match() argument315 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()
6409 nvpair_t *nvp2 = NULL; in print_holds() local6411 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()