Searched refs:nvl1 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.h39 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
H A Devnv.c54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) argument
74 p1 = nvlist_next_nvpair(nvl1, p1);
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c143 auth_compare(nvlist_t *nvl1, nvlist_t *nvl2) argument
157 (void) nvlist_lookup_nvlist(nvl1, FM_FMRI_AUTHORITY, &auth1);
/illumos-gate/usr/src/cmd/fm/fmd/common/
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))
517 (void) nvlist_lookup_string(nvl1, FM_CLASS, &new_class);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1513 nvlist_t *nvl1 = NULL; local
1516 if ((getattrat(AT_FDCWD, XATTR_VIEW_READONLY, path1, &nvl1) == 0) &&
1518 (nvlist_lookup_uint64(nvl1, A_FSID, &fsid1) == 0) &&
1520 nvlist_free(nvl1);
1532 nvlist_free(nvl1);

Completed in 71 milliseconds