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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c41 void *lookup_shared_entry(struct nm_next_hdr *,
127 if ((shared & NM_SHARED) && (lookup_shared_entry(nh, key, (char *)0,
698 did_shn = (struct did_shr_name *)lookup_shared_entry(nh,
703 did_shn = (struct did_shr_name *)lookup_shared_entry(nh,
729 if ((shn = (struct nm_shared_name *)lookup_shared_entry(nh,
770 lookup_shared_entry(nh, shrkey, (char *)0, &recid, devid_nm) :
771 lookup_shared_entry(nh, shrkey, (char *)0, &recid, 0L));
791 shn = (char *)lookup_shared_entry(nh, 0, shrname, &recid, devid_nm);
811 shn = (struct nm_shared_name *)lookup_shared_entry(nh, shrkey,
1213 if ((shn = (struct nm_shared_name *)lookup_shared_entry(n
1378 lookup_shared_entry( function
[all...]

Completed in 268 milliseconds