Searched refs:lookup_cache (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | gtxt.c | 201 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 D | ncgrpw.c | 135 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 D | nhash.h | 69 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
|
H A D | nhash.c | 161 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache() function
|
H A D | mapfile-vers | 126 lookup_cache;
|
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_hash.h | 74 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
|
H A D | med_db.c | 135 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 D | med_hash.c | 170 lookup_cache(Cache *cp, void *datap, int datalen) in lookup_cache() function
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | cache.c | 64 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 D | config_admin.c | 1842 lookup_cache(lib_loc_t *libloc_p) in lookup_cache() function 1928 if (lookup_cache(libloc_p) == CFGA_OK) in find_ap_common()
|