HomeSort by: relevance | last modified time | path
    Searched defs:check_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c 55 check_cache(char *name, char *pw, int *p_uid, int *p_gid) function in typeref:typename:int
  /src/lib/libc/rpc/
rpcb_clnt.c 111 static struct address_cache *check_cache(const char *, const char *);
152 * may do a delete_cache() operation if a check_cache() fails to return an
162 * The routines check_cache(), add_cache(), delete_cache() manage the
167 check_cache(const char *host, const char *netid) function in typeref:struct:address_cache *
326 ad_cache = check_cache(host, nconf->nc_netid);

Completed in 66 milliseconds