Searched refs:xdr_long (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/librpcsvc/ |
H A D | rstat.c | 58 (xdrproc_t)xdr_long, (char *) &have) != 0) in havedisk()
|
/freebsd/lib/libc/xdr/ |
H A D | Symbol.map | 6 xdr_long;
|
H A D | Makefile.inc | 30 xdr.3 xdr_long.3 \
|
H A D | xdr.c | 154 xdr_long(XDR *xdrs, long *lp) in xdr_long() function 489 return (xdr_long(xdrs, (long *)(void *)ep)); in xdr_enum()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | pmap_svc.c | 236 if ((!svc_sendreply(xprt, (xdrproc_t) xdr_long, (caddr_t) &ans)) && in pmapproc_change() 317 if ((!svc_sendreply(xprt, (xdrproc_t) xdr_long, (caddr_t)&lport)) && in pmapproc_getport()
|
/freebsd/usr.sbin/nfsuserd/ |
H A D | nfsuserd.c | 768 return (xdr_long(xdrsp, &ifp->id)); in xdr_getid() 780 if (!xdr_long(xdrsp, &len)) in xdr_getname() 800 return (xdr_long(xdrsp, &val)); in xdr_retval()
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 151 xdr_long(XDR *xdrs, long *lp) in xdr_long() function 419 return (xdr_long(xdrs, (long *)(void *)ep)); in xdr_enum()
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 1117 if (!xdr_long(xdrsp, &np->fhsize)) in xdr_fh() 1123 if (!xdr_long(xdrsp, &authcnt)) in xdr_fh() 1126 if (!xdr_long(xdrsp, &auth)) in xdr_fh()
|
/freebsd/include/rpc/ |
H A D | xdr.h | 284 extern bool_t xdr_long(XDR *, long *);
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1261 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, in mntsrv() 1282 if (!svc_sendreply(transp, (xdrproc_t)xdr_long, in mntsrv() 1309 if (bad && !svc_sendreply(transp, (xdrproc_t)xdr_long, in mntsrv() 1404 if (!xdr_long(xdrsp, &ok)) in xdr_fhs() 1411 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 1425 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 1427 return (xdr_long(xdrsp, &auth)); in xdr_fhs()
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 300 extern bool_t xdr_long(XDR *, long *);
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_xdr.c | 229 if (!xdr_long(xdrs, &objp->state)) in xdr_nlm_notify()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3346 fun:xdr_long=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5814 XDR_INTERCEPTOR(xdr_long, long) 5888 COMMON_INTERCEPT_FUNCTION(xdr_long); \
|