Searched refs:x_op (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/sys/rpc/
H A Dauthunix_prot.c71 if (xdrs->x_op == XDR_ENCODE) {
91 if (xdrs->x_op == XDR_ENCODE) {
103 if (xdrs->x_op == XDR_ENCODE) {
121 if (xdrs->x_op == XDR_DECODE) {
H A Drpcb_prot.c121 int freeing = (xdrs->x_op == XDR_FREE);
205 int freeing = (xdrs->x_op == XDR_FREE);
H A Drpc_callmsg.c61 if (xdrs->x_op == XDR_ENCODE) {
104 if (xdrs->x_op == XDR_DECODE) {
H A Drpc_prot.c184 if (xdrs->x_op == XDR_DECODE) {
237 (xdrs->x_op == XDR_ENCODE) &&
/freebsd-9.3-release/sys/xdr/
H A Dxdr.c81 x.x_op = XDR_FREE;
104 switch (xdrs->x_op) {
132 switch (xdrs->x_op) {
160 switch (xdrs->x_op) {
179 switch (xdrs->x_op) {
201 switch (xdrs->x_op) {
230 switch (xdrs->x_op) {
259 switch (xdrs->x_op) {
287 switch (xdrs->x_op) {
316 switch (xdrs->x_op) {
[all...]
H A Dxdr_array.c83 (xdrs->x_op != XDR_FREE)) {
93 switch (xdrs->x_op) {
123 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_reference.c74 switch (xdrs->x_op) {
93 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_mbuf.c69 xdrs->x_op = op;
87 KASSERT(xdrs->x_ops == &xdrmbuf_ops && xdrs->x_op == XDR_ENCODE,
108 KASSERT(xdrs->x_ops == &xdrmbuf_ops && xdrs->x_op == XDR_DECODE,
134 if (xdrs->x_op == XDR_DECODE && xdrs->x_base) {
287 if (xdrs->x_op == XDR_ENCODE) {
H A Dxdr_sizeof.c89 if (xdrs->x_op != XDR_ENCODE) {
152 x.x_op = XDR_ENCODE;
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr.c85 x.x_op = XDR_FREE;
110 switch (xdrs->x_op) {
140 switch (xdrs->x_op) {
170 switch (xdrs->x_op) {
191 switch (xdrs->x_op) {
215 switch (xdrs->x_op) {
246 switch (xdrs->x_op) {
277 switch (xdrs->x_op) {
307 switch (xdrs->x_op) {
337 switch (xdrs->x_op) {
[all...]
H A Dxdr_array.c87 (xdrs->x_op != XDR_FREE)) {
97 switch (xdrs->x_op) {
127 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_reference.c78 switch (xdrs->x_op) {
97 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_sizeof.c94 if (xdrs->x_op != XDR_ENCODE) {
158 x.x_op = XDR_ENCODE;
H A Dxdr_stdio.c92 xdrs->x_op = op;
H A Dxdr_float.c114 switch (xdrs->x_op) {
221 switch (xdrs->x_op) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c173 xdrs->x_op = XDR_ENCODE;
193 xdrs->x_op = XDR_DECODE;
209 int op = xdrs->x_op;
210 xdrs->x_op = XDR_FREE;
212 xdrs->x_op = op;
233 xdrs->x_op = XDR_FREE;
268 xdrs->x_op = XDR_FREE;
H A Dpmap_prot2.c109 freeing = (xdrs->x_op == XDR_FREE);
H A Dsvc_raw.c152 xdrs->x_op = XDR_DECODE;
181 xdrs->x_op = XDR_ENCODE;
242 xdrs->x_op = XDR_FREE;
H A Dauth_unix.c265 xdrs.x_op = XDR_FREE;
304 xdrs.x_op = XDR_ENCODE;
313 xdrs.x_op = XDR_FREE;
H A Dsvc_auth_unix.c119 xdrs.x_op = XDR_FREE;
H A Drpc_callmsg.c68 if (xdrs->x_op == XDR_ENCODE) {
111 if (xdrs->x_op == XDR_DECODE) {
H A Drpcb_prot.c113 int freeing = (xdrs->x_op == XDR_FREE);
202 int freeing = (xdrs->x_op == XDR_FREE);
H A Drpcb_st_xdr.c93 if (xdrs->x_op == XDR_ENCODE) {
132 } else if (xdrs->x_op == XDR_DECODE) {
/freebsd-9.3-release/sys/kgssapi/
H A Dgssd_prot.c81 switch (xdrs->x_op) {
144 switch (xdrs->x_op) {
190 switch (xdrs->x_op) {
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c114 reply_xdr.x_op = XDR_FREE;

Completed in 138 milliseconds

12