Home
last modified time | relevance | path

Searched refs:nvl2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.h37 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
H A Devnv.c52 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) in evnv_cmpnvl() argument
73 p2 = nvlist_next_nvpair(nvl2, p2); in evnv_cmpnvl()
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c143 auth_compare(nvlist_t *nvl1, nvlist_t *nvl2) in auth_compare() argument
158 (void) nvlist_lookup_nvlist(nvl2, FM_FMRI_AUTHORITY, &auth2); in auth_compare()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1645 nvlist_t *nvl2 = NULL; in same_file_system() local
1648 (getattrat(AT_FDCWD, XATTR_VIEW_READONLY, path2, &nvl2) == 0) && in same_file_system()
1650 (nvlist_lookup_uint64(nvl2, A_FSID, &fsid2) == 0)) { in same_file_system()
1652 nvlist_free(nvl2); in same_file_system()
1664 nvlist_free(nvl2); in same_file_system()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c506 fmd_case_match_suspect(nvlist_t *nvl1, nvlist_t *nvl2) in fmd_case_match_suspect() argument
510 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_ASRU)) in fmd_case_match_suspect()
512 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_RESOURCE)) in fmd_case_match_suspect()
514 if (!fmd_case_compare_elem(nvl1, nvl2, FM_FAULT_FRU)) in fmd_case_match_suspect()
516 (void) nvlist_lookup_string(nvl2, FM_CLASS, &class); in fmd_case_match_suspect()
H A Dfmd_api.c2688 nvlist_t *nvl2, *nvl3; in fmd_xprt_add_domain() local
2704 (void) nvpair_value_nvlist(nvp, &nvl2); in fmd_xprt_add_domain()
2705 for (nvp2 = nvlist_next_nvpair(nvl2, NULL); in fmd_xprt_add_domain()
2707 nvp2 = nvlist_next_nvpair(nvl2, nvp2)) { in fmd_xprt_add_domain()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4838 nvlist_t *nvl2 = NULL; in parse_fs_perm() local
4850 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm()
4926 (void) parse_who_perm(who_perm, nvl2, perm_locality); in parse_fs_perm()
4939 nvlist_t *nvl2 = NULL; in parse_fs_perm_set() local
4957 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm_set()
4960 (void) parse_fs_perm(fsperm, nvl2); in parse_fs_perm_set()
5933 nvlist_t *nvl2; in print_holds() local
5935 (void) nvpair_value_nvlist(nvp, &nvl2); in print_holds()
5936 while ((nvp2 = nvlist_next_nvpair(nvl2, nvp2)) != NULL) { in print_holds()