Searched refs:cache_lookup (Results 1 - 22 of 22) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c91 static dump_conf_t *cache_lookup(char *);
170 if ((dc = cache_lookup(rsrcname)) == NULL) {
201 if ((dc = cache_lookup(rsrcname)) == NULL) {
223 if ((dc = cache_lookup(rsrcname)) == NULL) {
253 if ((dc = cache_lookup(rsrcname)) == NULL) {
283 if ((dc = cache_lookup(rsrcname)) == NULL) {
304 if ((dc = cache_lookup(rsrcname)) == NULL) {
461 } else if ((ent = cache_lookup(curr_dump->device)) != NULL) {
519 cache_lookup(char *rsrc) function
H A Dswap_rcm.c98 static swap_file_t *cache_lookup(char *);
181 if (cache_lookup(rsrcname) == NULL) {
212 if ((sf = cache_lookup(rsrcname)) == NULL) {
234 if ((sf = cache_lookup(rsrcname)) == NULL) {
263 if ((sf = cache_lookup(rsrcname)) == NULL) {
291 if ((sf = cache_lookup(rsrcname)) == NULL) {
312 if ((sf = cache_lookup(rsrcname)) == NULL) {
476 if ((sf = cache_lookup(swt->swt_ent[i].ste_path)) == NULL) {
683 cache_lookup(char *rsrc) function
H A Dbridge_rcm.c115 static link_cache_t *cache_lookup(rcm_handle_t *, char *, uint_t);
292 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
339 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
389 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
454 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
586 * cache_lookup() - Get a cache node for a resource.
593 cache_lookup(rcm_handle_t *hd, char *rsrc, uint_t options) function
700 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
875 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Daggr_rcm.c136 static link_cache_t *cache_lookup(rcm_handle_t *, char *, char);
383 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
442 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
586 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
657 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
830 * cache_lookup() - Get a cache node for a resource.
837 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) function
924 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
1274 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1347 if ((node = cache_lookup(h
[all...]
H A Dibpart_rcm.c129 static link_cache_t *cache_lookup(rcm_handle_t *, char *, char);
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
483 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
590 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
771 * cache_lookup() - Get a cache node for a resource.
778 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) function
906 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
1214 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1278 if ((node = cache_lookup(h
[all...]
H A Dvlan_rcm.c129 static link_cache_t *cache_lookup(rcm_handle_t *, char *, char);
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
473 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
579 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
755 * cache_lookup() - Get a cache node for a resource.
762 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) function
879 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
1182 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1245 if ((node = cache_lookup(h
[all...]
H A Dvnic_rcm.c129 static link_cache_t *cache_lookup(rcm_handle_t *, char *, char);
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
476 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
582 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
758 * cache_lookup() - Get a cache node for a resource.
765 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) function
891 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
1194 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1256 if ((node = cache_lookup(h
[all...]
H A Dnetwork_rcm.c103 static net_cache_t *cache_lookup(const char *resource);
284 node = cache_lookup(rsrc);
438 node = cache_lookup(rsrc);
572 * cache_lookup()
577 cache_lookup(const char *resource) function
689 probe = cache_lookup(resource);
H A Dfilesys_rcm.c108 static hashentry_t *cache_lookup(cache_t *, char *);
292 if ((entry = cache_lookup(mnt_cache, rsrc)) == NULL) {
907 if (cache_lookup(old_cache, entry->special) == NULL) {
928 if (cache_lookup(new_cache, entry->special) == NULL) {
1037 * cache_lookup()
1047 cache_lookup(cache_t *cache, char *rsrc) function
1373 if ((entry = cache_lookup(mnt_cache, rsrc)) == NULL) {
H A Dsvm_rcm.c184 static deventry_t *cache_lookup(cache_t *cache, char *devname);
436 if ((deventry = cache_lookup(svm_cache, rsrc)) == NULL) {
566 deventry = cache_lookup(svm_cache, rsrc);
634 deventry = cache_lookup(svm_cache, rsrc);
777 if ((deventry = cache_lookup(svm_cache, rsrc)) == NULL) {
845 if ((deventry = cache_lookup(svm_cache, rsrc)) == NULL) {
910 if ((deventry = cache_lookup(svm_cache, rsrc)) == NULL) {
2002 * cache_lookup()
2013 cache_lookup(cache_t *cache, char *devname) function
2111 deventry = cache_lookup(old_cach
[all...]
H A Dttymux_rcm.c151 * cache_lookup()
156 cache_lookup(const char *resource) function
252 rsrc_t *rsrc = cache_lookup(resource);
720 rsrc = cache_lookup(resource);
971 rsrc = cache_lookup(rsrcid);
1353 rsrc = cache_lookup(rsrcid);
H A Dip_rcm.c186 static ip_cache_t *cache_lookup(rcm_handle_t *, char *, char);
412 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
553 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
617 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
711 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
951 * cache_lookup() - Get a cache node for a resource.
958 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) function
1129 probe = cache_lookup(hd, rsrc, CACHE_NO_REFRESH);
2245 if ((node = cache_lookup(hd, cached_name, CACHE_REFRESH)) == NULL) {
2278 if (((node = cache_lookup(NUL
[all...]
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h78 int cache_lookup(lookup_ctrl_t *, uint32_t *, int (*)(void *, void *));
H A Dqry.c203 ec = cache_lookup(lcp, NULL, cb_qry_child_uids);
245 uid = (uint32_t)cache_lookup(lcp, NULL,
355 puid = (uint32_t)cache_lookup(&lc, NULL,
382 ec = cache_lookup(lcp, NULL, cb_clone_attrs);
448 ec = cache_lookup(lcp, NULL, cb_clone_attrs);
502 ec = cache_lookup(lcp, NULL, cb_clone_attrs);
547 ec = cache_lookup(lcp, NULL, cb_clone_attrs);
732 match = cache_lookup(&lc, NULL, cb_attrs_match);
1197 ec = cache_lookup(&lc, NULL, cb_qry_rsp);
H A Dcache.c348 * cache_lookup:
360 cache_lookup( function
376 * cache_lookup:
H A Dscn.c653 while (cache_lookup(&lc_pg, &pg_uid, cb_clone_attrs) == 0 &&
660 port = cache_lookup(&lc_p, &uid, cb_get_scn_port);
961 nt = cache_lookup(&lc, NULL, cb_get_node_type);
1131 uid = cache_lookup(&pg_lc, &pg_uid, cb_pg_node);
1135 (void) cache_lookup(&lc, NULL, cb_clone_attrs);
1168 uid = cache_lookup(&pg_lc, &pg_uid, cb_pg_node);
1996 ec = cache_lookup(&lc, &uid, cb_update_scn_bitmap);
2052 ec = cache_lookup(&lc, &uid, cb_update_scn_bitmap);
H A Dadmintf.c1521 ret = cache_lookup(&lc, &uid, cb_get_node_info);
1538 ret = cache_lookup(&lc2, &uid, cb_get_entity_info);
1569 ret = cache_lookup(&lc2, &uid, cb_get_pg_info);
1581 ret = cache_lookup(&lc3, &uid,
1643 ret = cache_lookup(&lc, &uid, cb_get_dd_info);
1650 ret = cache_lookup(&lc, &uid, cb_get_ddset_info);
1848 ret = cache_lookup(&lc, NULL, cb_enumerate_node_info);
1887 ret = cache_lookup(&lc, NULL, cb_enumerate_dd_info);
1925 ret = cache_lookup(&lc, NULL, cb_enumerate_ddset_info);
1975 ret = cache_lookup(
[all...]
H A Dobj.c2445 uid = cache_lookup(&lc, NULL, cb_get_parent);
2451 uid = cache_lookup(&lc, NULL, cb_node_child);
2825 ec = cache_lookup(&lc, NULL, cb_add_child);
2850 (void) cache_lookup(&lc, &uid, cb_set_ref);
2883 ec = cache_lookup(&lc, NULL, cb_verify_ref);
2987 (void) cache_lookup(lcp, &uid, NULL);
3006 return (cache_lookup(&lc, NULL, cb_get_parent));
3579 match = cache_lookup(lcp, &uid, cb_ref_new2old);
3588 ec = cache_lookup(&lc, NULL, cb_new_ref);
3711 if (cache_lookup(lc
[all...]
H A Desi.c333 num_of_portal = (uint32_t)cache_lookup(&lc, NULL, cb_portal_uids);
344 intv = cache_lookup(&lc, NULL, cb_esi_portal);
H A Ddump.c1215 cache_lookup(&lc, &uid, cb_print_obj_n);
1224 cache_lookup(&lc, NULL, cb_print_obj_n);
1244 cache_lookup(&lc, &uid, cb_print_obj_n);
1253 cache_lookup(&lc, NULL, cb_print_obj_n);
H A Ddd.c271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs);
693 return (cache_lookup(&lc, NULL, cb_get_dds_status));
1434 ec = cache_lookup(&lc, &uid, cb_update_ds_attr);
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c845 cache_lookup(rc_node_lookup_t *lp) function
3099 np = cache_lookup(&np_orig->rn_id);
4469 current = cache_lookup(&np->rn_id);
4495 /* held in cache_lookup() */
4506 /* held in cache_lookup() */
4516 /* held in cache_lookup() */
4549 /* held by cache_lookup() */
4562 /* held by cache_lookup() */
4584 /* held by cache_lookup() */
4612 /* held by cache_lookup() */
[all...]

Completed in 265 milliseconds