Searched refs:cb_clone_attrs (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_dd.h | 109 int cb_clone_attrs(void *, void *);
|
H A D | qry.c | 382 ec = cache_lookup(lcp, NULL, cb_clone_attrs); in qry_i2g() 448 ec = cache_lookup(lcp, NULL, cb_clone_attrs); in qry_p2g() 502 ec = cache_lookup(lcp, NULL, cb_clone_attrs); in qry_g2i() 547 ec = cache_lookup(lcp, NULL, cb_clone_attrs); in qry_g2p()
|
H A D | dd.c | 271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs); in get_member_info() 840 cb_clone_attrs( in cb_clone_attrs() function
|
H A D | scn.c | 653 while (cache_lookup(&lc_pg, &pg_uid, cb_clone_attrs) == 0 && in extract_scn_portal() 1135 (void) cache_lookup(&lc, NULL, cb_clone_attrs); in scn_gen_portal()
|
H A D | esi.c | 275 if (cb_clone_attrs(p1, p2) == 0) { in cb_esi_portal()
|