Home
last modified time | relevance | path

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

/sunrpc/
A Dxdr.c407 xdr_char (XDR *xdrs, char *cp) in libc_hidden_def()
411 i = (*cp); in libc_hidden_def()
416 *cp = i; in libc_hidden_def()
429 xdr_u_char (XDR *xdrs, u_char *cp) in libc_hidden_def()
433 u = (*cp); in libc_hidden_def()
438 *cp = u; in libc_hidden_def()
542 xdr_opaque (XDR *xdrs, caddr_t cp, u_int cnt) in libc_hidden_def()
563 if (!XDR_GETBYTES (xdrs, cp, cnt)) in libc_hidden_def()
572 if (!XDR_PUTBYTES (xdrs, cp, cnt)) in libc_hidden_def()
A Dsvcauth_des.c451 register struct cache_entry *cp; in cache_spot() local
456 for (cp = authdes_cache, i = 0; i < AUTHDES_CACHESZ; ++i, ++cp) in cache_spot()
458 if (cp->key.key.high == hi && in cache_spot()
459 cp->key.key.low == key->key.low && in cache_spot()
460 cp->rname != NULL && in cache_spot()
461 memcmp (cp->rname, name, strlen (name) + 1) == 0) in cache_spot()
463 if (BEFORE (timestamp, &cp->laststamp)) in cache_spot()

Completed in 7 milliseconds