Searched refs:xdr_long (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/usr.sbin/amd/rpcx/ |
| D | mount_xdr.c | 61 if (!xdr_long(xdrsp, &objp->fhs_size)) in xdr_fhstatus() 67 if (!xdr_long(xdrsp, &authcnt)) in xdr_fhstatus() 70 if (!xdr_long(xdrsp, &auth)) in xdr_fhstatus()
|
| /openbsd/src/lib/libc/rpc/ |
| D | xdr.c | 151 xdr_long(XDR *xdrs, long int *lp) in xdr_long() function 164 DEF_WEAK(xdr_long); 428 return (xdr_long(xdrs, (long *)ep)); in xdr_enum()
|
| /openbsd/src/lib/libc/hidden/rpc/ |
| D | xdr.h | 35 PROTO_NORMAL(xdr_long);
|
| /openbsd/src/sbin/mount_nfs/ |
| D | mount_nfs.c | 546 if (!xdr_long(xdrsp, &np->fhsize)) in xdr_fh() 552 if (!xdr_long(xdrsp, &authcnt)) in xdr_fh() 555 if (!xdr_long(xdrsp, &auth)) in xdr_fh()
|
| /openbsd/src/usr.sbin/portmap/ |
| D | portmap.c | 375 if ((!svc_sendreply(xprt, xdr_long, (caddr_t)&ans)) && in reg_service() 422 if ((!svc_sendreply(xprt, xdr_long, (caddr_t)&ans)) && in reg_service() 441 if ((!svc_sendreply(xprt, xdr_long, (caddr_t)&port)) && in reg_service()
|
| /openbsd/src/sbin/mountd/ |
| D | mountd.c | 814 if (!svc_sendreply(transp, xdr_long, in mntsrv() 829 if (!svc_sendreply(transp, xdr_long, in mntsrv() 853 if (bad && !svc_sendreply(transp, xdr_long, (caddr_t)&bad)) in mntsrv() 916 if (!xdr_long(xdrsp, &ok)) in xdr_fhs() 923 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 929 if (!xdr_long(xdrsp, &len)) in xdr_fhs() 931 return (xdr_long(xdrsp, &auth)); in xdr_fhs()
|
| /openbsd/src/include/rpc/ |
| D | xdr.h | 245 extern bool_t xdr_long(XDR *, long *);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1329 xdr_long
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3341 fun:xdr_long=uninstrumented
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 5951 XDR_INTERCEPTOR(xdr_long, long) 6025 COMMON_INTERCEPT_FUNCTION(xdr_long); \
|