Searched refs:nvl2 (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | evnv.h | 39 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
|
H A D | evnv.c | 54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) in evnv_cmpnvl() argument 75 p2 = nvlist_next_nvpair(nvl2, p2); in evnv_cmpnvl()
|
/titanic_44/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 143 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()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1514 nvlist_t *nvl2 = NULL; in same_file_system() local 1517 (getattrat(AT_FDCWD, XATTR_VIEW_READONLY, path2, &nvl2) == 0) && in same_file_system() 1519 (nvlist_lookup_uint64(nvl2, A_FSID, &fsid2) == 0)) { in same_file_system() 1521 nvlist_free(nvl2); in same_file_system() 1533 nvlist_free(nvl2); in same_file_system()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_case.c | 506 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 D | fmd_api.c | 2688 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()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4453 nvlist_t *nvl2 = NULL; in parse_fs_perm() local 4465 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm() 4535 (void) parse_who_perm(who_perm, nvl2, perm_locality); in parse_fs_perm() 4548 nvlist_t *nvl2 = NULL; in parse_fs_perm_set() local 4566 if (nvpair_value_nvlist(nvp, &nvl2) != 0) in parse_fs_perm_set() 4569 (void) parse_fs_perm(fsperm, nvl2); in parse_fs_perm_set() 5498 nvlist_t *nvl2; in print_holds() local 5500 (void) nvpair_value_nvlist(nvp, &nvl2); in print_holds() 5501 while ((nvp2 = nvlist_next_nvpair(nvl2, nvp2)) != NULL) { in print_holds()
|