Searched defs:nvl2 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) argument
75 p2 = nvlist_next_nvpair(nvl2, p2);
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c143 auth_compare(nvlist_t *nvl1, nvlist_t *nvl2) argument
158 (void) nvlist_lookup_nvlist(nvl2, FM_FMRI_AUTHORITY, &auth2);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c2688 nvlist_t *nvl2, *nvl3; local
2704 (void) nvpair_value_nvlist(nvp, &nvl2);
2705 for (nvp2 = nvlist_next_nvpair(nvl2, NULL);
2707 nvp2 = nvlist_next_nvpair(nvl2, nvp2)) {
H A Dfmd_case.c506 fmd_case_match_suspect(nvlist_t *nvl1, nvlist_t *nvl2) argument
510 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_ASRU))
512 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_RESOURCE))
514 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_FRU))
516 (void) nvlist_lookup_string(nvl2, FM_CLASS, &class);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1514 nvlist_t *nvl2 = NULL; local
1517 (getattrat(AT_FDCWD, XATTR_VIEW_READONLY, path2, &nvl2) == 0) &&
1519 (nvlist_lookup_uint64(nvl2, A_FSID, &fsid2) == 0)) {
1521 nvlist_free(nvl2);
1533 nvlist_free(nvl2);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4481 nvlist_t *nvl2 = NULL; local
4493 if (nvpair_value_nvlist(nvp, &nvl2) != 0)
4569 (void) parse_who_perm(who_perm, nvl2, perm_locality);
4582 nvlist_t *nvl2 = NULL; local
4600 if (nvpair_value_nvlist(nvp, &nvl2) != 0)
4603 (void) parse_fs_perm(fsperm, nvl2);
5542 nvlist_t *nvl2; local
5544 (void) nvpair_value_nvlist(nvp, &nvl2);
5545 while ((nvp2 = nvlist_next_nvpair(nvl2, nvp2)) != NULL) {

Completed in 247 milliseconds