Home
last modified time | relevance | path

Searched refs:XDR_PUTLONG (Results 1 – 7 of 7) sorted by relevance

/sunrpc/
A Dxdr_float.c111 return (XDR_PUTLONG(xdrs, (long *)&is)); in xdr_float()
114 return (XDR_PUTLONG(xdrs, (long *)fp)); in xdr_float()
117 return (XDR_PUTLONG(xdrs, &tmp)); in xdr_float()
240 return (XDR_PUTLONG(xdrs, lp+!LSW) && in xdr_double()
241 XDR_PUTLONG(xdrs, lp+LSW)); in xdr_double()
247 return (XDR_PUTLONG(xdrs, tmp) && in xdr_double()
248 XDR_PUTLONG(xdrs, tmp+1)); in xdr_double()
A Dxdr.c108 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
148 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
187 return XDR_PUTLONG (xdrs, lp); in libc_hidden_def()
229 return XDR_PUTLONG (xdrs, (long *) ulp); in libc_hidden_def()
255 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); in libc_hidden_def()
291 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); in libc_hidden_def()
348 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
381 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
459 return XDR_PUTLONG (xdrs, &lb); in libc_hidden_def()
503 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
A Dclnt_raw.c154 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_nolink_sunrpc()
A Dclnt_tcp.c254 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_def()
A Dclnt_unix.c233 (!XDR_PUTLONG (xdrs, (long *) &proc)) || in libc_hidden_nolink_sunrpc()
A Dclnt_udp.c338 if ((!XDR_PUTLONG (xdrs, (long *) &proc)) || in clntudp_call()
/sunrpc/rpc/
A Dxdr.h180 #define XDR_PUTLONG(xdrs, longp) \ macro

Completed in 14 milliseconds