Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 2 of 2) sorted by relevance

/sunrpc/
A Dxdr_ref.c66 caddr_t loc = *pp; in xdr_reference() local
69 if (loc == NULL) in xdr_reference()
76 *pp = loc = (caddr_t) calloc (1, size); in xdr_reference()
77 if (loc == NULL) in xdr_reference()
87 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference()
91 mem_free (loc, size); in xdr_reference()
A Dsvc_udp.c523 u_int loc; in libc_hidden_nolink_sunrpc() local
533 loc = CACHE_LOC (xprt, victim->cache_xid); in libc_hidden_nolink_sunrpc()
534 for (vicp = &uc->uc_entries[loc]; in libc_hidden_nolink_sunrpc()
575 loc = CACHE_LOC (xprt, victim->cache_xid); in libc_hidden_nolink_sunrpc()
576 victim->cache_next = uc->uc_entries[loc]; in libc_hidden_nolink_sunrpc()
577 uc->uc_entries[loc] = victim; in libc_hidden_nolink_sunrpc()
590 u_int loc; in cache_get() local
597 loc = CACHE_LOC (xprt, su->su_xid); in cache_get()
598 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) in cache_get()

Completed in 6 milliseconds