Home
last modified time | relevance | path

Searched refs:nvl1 (Results 1 – 5 of 5) 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
72 p1 = nvlist_next_nvpair(nvl1, p1); 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
157 (void) nvlist_lookup_nvlist(nvl1, FM_FMRI_AUTHORITY, &auth1); in auth_compare()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1644 nvlist_t *nvl1 = NULL; in same_file_system() local
1647 if ((getattrat(AT_FDCWD, XATTR_VIEW_READONLY, path1, &nvl1) == 0) && in same_file_system()
1649 (nvlist_lookup_uint64(nvl1, A_FSID, &fsid1) == 0) && in same_file_system()
1651 nvlist_free(nvl1); in same_file_system()
1663 nvlist_free(nvl1); 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()
517 (void) nvlist_lookup_string(nvl1, FM_CLASS, &new_class); in fmd_case_match_suspect()