Home
last modified time | relevance | path

Searched refs:lookup_cache (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgtxt.c201 lookup_cache(struct db_info *db, const char *curloc, const char *catname) in lookup_cache() function
287 db = lookup_cache(NULL, curloc, catname); in __gtxt()
301 db = lookup_cache(NULL, def_locale, catname); in __gtxt()
323 while ((db = lookup_cache(db, NULL, catname)) != NULL) in __gtxt()
/titanic_41/usr/src/lib/libpkg/common/
H A Dncgrpw.c135 if ((itemp = lookup_cache(grnam_cache, nam, len)) == Null_Item) { in cgrnam()
202 if ((itemp = lookup_cache(pwnam_cache, nam, len)) == Null_Item) { in cpwnam()
294 if ((itemp = lookup_cache(grgid_cache, &gid, len)) == Null_Item) { in cgrgid()
359 if ((itemp = lookup_cache(pwuid_cache, &uid, len)) == Null_Item) { in cpwuid()
H A Dnhash.h69 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
H A Dnhash.c161 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache() function
H A Dmapfile-vers126 lookup_cache;
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h74 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
H A Dmed_db.c135 if ((itemp = lookup_cache(med_db_cache, medp, len)) == Null_Item) { in add_key()
199 if ((itemp = lookup_cache(med_db_cache, medp, len)) == Null_Item) in del_key()
218 if ((itemp = lookup_cache(med_db_cache, medp, len)) == Null_Item) in find_key()
H A Dmed_hash.c170 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache() function
/titanic_41/usr/src/cmd/nscd/
H A Dcache.c64 static nscd_rc_t lookup_cache(nsc_lookup_args_t *, nscd_cfg_cache_t *,
1433 rc = lookup_cache(largs, &cfg, &args, whoami, &this_entry); in lookup_int()
2071 lookup_cache(nsc_lookup_args_t *largs, nscd_cfg_cache_t *cfgp, in lookup_cache() function
/titanic_41/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1842 lookup_cache(lib_loc_t *libloc_p) in lookup_cache() function
1928 if (lookup_cache(libloc_p) == CFGA_OK) in find_ap_common()