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

12

/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr.c83 x.x_op = XDR_FREE;
106 switch (xdrs->x_op) {
134 switch (xdrs->x_op) {
162 switch (xdrs->x_op) {
181 switch (xdrs->x_op) {
203 switch (xdrs->x_op) {
232 switch (xdrs->x_op) {
261 switch (xdrs->x_op) {
289 switch (xdrs->x_op) {
317 switch (xdrs->x_op) {
[all...]
H A Dxdr_array.c89 (xdrs->x_op != XDR_FREE)) {
99 switch (xdrs->x_op) {
129 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_reference.c80 switch (xdrs->x_op) {
99 if (xdrs->x_op == XDR_FREE) {
H A Dxdr_sizeof.c84 if (xdrs->x_op != XDR_ENCODE) {
145 x.x_op = XDR_ENCODE;
H A Dxdr_stdio.c89 xdrs->x_op = op;
H A Dxdr_float.c106 switch (xdrs->x_op) {
209 switch (xdrs->x_op) {
/freebsd-11.0-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-11.0-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) {
288 if (xdrs->x_op == XDR_ENCODE) {
H A Dxdr_sizeof.c89 if (xdrs->x_op != XDR_ENCODE) {
152 x.x_op = XDR_ENCODE;
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_raw.c165 xdrs->x_op = XDR_ENCODE;
185 xdrs->x_op = XDR_DECODE;
201 int op = xdrs->x_op;
202 xdrs->x_op = XDR_FREE;
204 xdrs->x_op = op;
225 xdrs->x_op = XDR_FREE;
255 xdrs->x_op = XDR_FREE;
H A Dpmap_prot2.c107 freeing = (xdrs->x_op == XDR_FREE);
H A Dsvc_raw.c149 xdrs->x_op = XDR_DECODE;
176 xdrs->x_op = XDR_ENCODE;
231 xdrs->x_op = XDR_FREE;
H A Dauth_unix.c255 xdrs.x_op = XDR_FREE;
294 xdrs.x_op = XDR_ENCODE;
303 xdrs.x_op = XDR_FREE;
H A Dsvc_auth_unix.c117 xdrs.x_op = XDR_FREE;
H A Drpc_callmsg.c66 if (xdrs->x_op == XDR_ENCODE) {
109 if (xdrs->x_op == XDR_DECODE) {
H A Drpcb_prot.c109 int freeing = (xdrs->x_op == XDR_FREE);
192 int freeing = (xdrs->x_op == XDR_FREE);
H A Drpcb_st_xdr.c89 if (xdrs->x_op == XDR_ENCODE) {
128 } else if (xdrs->x_op == XDR_DECODE) {
/freebsd-11.0-release/sys/kgssapi/
H A Dgssd_prot.c81 switch (xdrs->x_op) {
146 switch (xdrs->x_op) {
194 switch (xdrs->x_op) {
/freebsd-11.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c114 reply_xdr.x_op = XDR_FREE;

Completed in 139 milliseconds

12