Searched refs:xdr_long (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sbin/mount_nfs/ |
| H A D | getnfsargs.c | 325 if (!xdr_long(xdrsp, &np->fhsize)) in xdr_fh() 331 if (!xdr_long(xdrsp, &authcnt)) in xdr_fh() 334 if (!xdr_long(xdrsp, &auth)) in xdr_fh()
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | pmap_svc.c | 242 if ((!svc_sendreply(xprt, (xdrproc_t) xdr_long, (caddr_t) &ans)) && in pmapproc_change() 323 if ((!svc_sendreply(xprt, (xdrproc_t) xdr_long, (caddr_t)&lport)) && in pmapproc_getport()
|
| /netbsd-src/usr.sbin/mountd/ |
| H A D | mountd.c | 648 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, (caddr_t) &bad)) in mntsrv() 683 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, in mntsrv() 691 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, in mntsrv() 706 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, (caddr_t) &bad)) in mntsrv() 774 if (!xdr_long(xdrsp, &ok)) in xdr_fhs() 781 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 790 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 792 return (xdr_long(xdrsp, &auth)); in xdr_fhs()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | rnusers.x | 137 % if (!xdr_long(xdrs, &objp->ut_time))
|
| /netbsd-src/common/lib/libc/rpc/ |
| H A D | xdr.c | 86 __weak_alias(xdr_long,_xdr_long) 210 xdr_long(XDR *xdrs, long *lp) in xdr_long() function
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | Makefile.inc | 150 xdr.3 xdr_long.3 \
|
| /netbsd-src/common/include/rpc/ |
| H A D | xdr.h | 280 extern bool_t xdr_long(XDR *, long *);
|
| /netbsd-src/sys/fs/nfs/nlm/ |
| H A D | nlm_prot_xdr.c | 236 if (!xdr_long(xdrs, &objp->state)) in xdr_nlm_notify()
|
| /netbsd-src/lib/libc/include/ |
| H A D | namespace.h | 841 #define xdr_long _xdr_long 833 #define xdr_long _xdr_long global() macro
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5572 XDR_INTERCEPTOR(xdr_long, long) 5646 COMMON_INTERCEPT_FUNCTION(xdr_long); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5874 XDR_INTERCEPTOR(xdr_long, long) 5948 COMMON_INTERCEPT_FUNCTION(xdr_long); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5737 XDR_INTERCEPTOR(xdr_long, long) 5811 COMMON_INTERCEPT_FUNCTION(xdr_long); \
|