Searched defs:did_shr_nh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c2237 struct nm_next_hdr *did_shr_nh, *did_nh = NULL, *nh = NULL; local
2274 did_shr_nh = get_first_record(setno, 1, NM_DEVID | NM_SHARED);
2275 if (did_shr_nh == NULL) {
2297 did_shr_nh, did_n->min_devid_key, (char *)0,
2364 struct nm_next_hdr *did_shr_nh, *did_nh = NULL; local
2403 did_shr_nh = get_first_record(setno, 0, NM_DEVID | NM_SHARED);
2404 if (did_shr_nh == NULL) {
2428 did_shr_nh, did_n->min_devid_key, (char *)0,
2821 struct nm_next_hdr *nh, *did_shr_nh, *did_nh = NULL; local
2903 NM_NOTSHARED)) == NULL) || ((did_shr_nh
3214 struct nm_next_hdr *did_shr_nh; local
3587 struct nm_next_hdr *shared_nh, *did_shr_nh; local
4174 struct nm_next_hdr *nh, *did_nh, *this_nh, *did_shr_nh; local
[all...]
H A Dmd_mddb.c12735 struct nm_next_hdr *did_shr_nh; local
12763 did_shr_nh = get_first_record(setno, 0, NM_DEVID |
12765 if (did_shr_nh == NULL) {
12770 did_shr_nh, n->min_devid_key, (char *)0,
12787 (void) remove_shared_entry(did_shr_nh,
12793 alloc_entry(did_shr_nh,

Completed in 95 milliseconds