Home
last modified time | relevance | path

Searched refs:cb_clone_attrs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_dd.h109 int cb_clone_attrs(void *, void *);
H A Dqry.c382 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 Ddd.c271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs); in get_member_info()
840 cb_clone_attrs( in cb_clone_attrs() function
H A Dscn.c653 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 Desi.c275 if (cb_clone_attrs(p1, p2) == 0) { in cb_esi_portal()