Searched refs:add_cache (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.h68 extern int add_cache(Cache *cp, Item *itemp);
H A Dncgrpw.c49 #define ERR_ADDFAIL "%s: add_cache() failed.\n"
169 if (add_cache(grnam_cache, itemp) == -1)
239 if (add_cache(pwnam_cache, itemp) == -1)
325 if (add_cache(grgid_cache, itemp) == -1)
392 if (add_cache(pwuid_cache, itemp) == -1)
H A Dnhash.c109 add_cache(Cache *cp, Item *itemp) function
150 pkg_gt("add_cache(): out of memory\n"));
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c153 * The routines check_cache(), add_cache(), delete_cache() manage the
207 add_cache(char *host, char *netid, struct netbuf *taddr, char *uaddr) function
286 syslog(LOG_ERR, "add_cache : out of memory.");
427 add_cache(host, nconf->nc_netid, addr, tmpaddr);

Completed in 42 milliseconds