Searched refs:objp (Results 1 – 2 of 2) sorted by relevance
| /sunrpc/ |
| A D | key_prot.c | 35 xdr_keystatus (XDR * xdrs, keystatus * objp) in xdr_keystatus() argument 37 if (!xdr_enum (xdrs, (enum_t *) objp)) in xdr_keystatus() 45 xdr_keybuf (XDR * xdrs, keybuf objp) in libc_hidden_nolink_sunrpc() 70 if (!xdr_des_block (xdrs, &objp->deskey)) in libc_hidden_nolink_sunrpc() 82 if (!xdr_netobj (xdrs, &objp->remotekey)) in libc_hidden_nolink_sunrpc() 95 switch (objp->status) in libc_hidden_nolink_sunrpc() 109 xdr_unixcred (XDR * xdrs, unixcred * objp) in libc_hidden_nolink_sunrpc() 111 if (!xdr_u_int (xdrs, &objp->uid)) in libc_hidden_nolink_sunrpc() 113 if (!xdr_u_int (xdrs, &objp->gid)) in libc_hidden_nolink_sunrpc() 128 switch (objp->status) in libc_hidden_nolink_sunrpc() [all …]
|
| A D | xdr.c | 67 xdr_free (xdrproc_t proc, char *objp) in xdr_free() argument 72 (*proc) (&x, objp); in xdr_free()
|
Completed in 5 milliseconds