/freebsd/sys/contrib/openzfs/include/os/linux/spl/rpc/ |
H A D | xdr.h | 56 bool_t (*xdr_array)(XDR *, caddr_t *, uint_t *, const uint_t, 144 static inline bool_t xdr_array(XDR *xdrs, caddr_t *arrp, uint_t *sizep, 147 return xdrs->x_ops->xdr_array(xdrs, arrp, sizep, maxsize, elsize, in xdr_array() 58 bool_t (*xdr_array)(XDR *, caddr_t *, uint_t *, const uint_t, global() member 146 static inline bool_t xdr_array(XDR *xdrs, caddr_t *arrp, uint_t *sizep, xdr_array() function
|
/freebsd/lib/libc/xdr/ |
H A D | Makefile.inc | 2 SRCS+= xdr.c xdr_array.c xdr_float.c xdr_mem.c \ 17 xdr.3 xdr_array.3 \
|
H A D | Symbol.map | 30 xdr_array;
|
H A D | xdr_array.c | 62 xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) in xdr_array() function
|
/freebsd/stand/libsa/zfs/ |
H A D | nvlist.c | 328 xdr_array(xdr_t *xdr, const unsigned nelem, const xdrproc_t elproc) in xdr_array() function 522 if (!xdr_array(xdr, nelem, (xdrproc_t)xdr_u_int)) in nvlist_xdr_nvp() 528 if (!xdr_array(xdr, nelem, (xdrproc_t)xdr_uint64)) in nvlist_xdr_nvp() 1264 xdr_array(&xdr, nelem, (xdrproc_t)xdr_char); in nvlist_add_common() 1276 xdr_array(&xdr, nelem, (xdrproc_t)xdr_short); in nvlist_add_common() 1280 xdr_array(&xdr, nelem, (xdrproc_t)xdr_u_short); in nvlist_add_common() 1294 xdr_array(&xdr, nelem, (xdrproc_t)xdr_int); in nvlist_add_common() 1298 xdr_array(&xdr, nelem, (xdrproc_t)xdr_u_int); in nvlist_add_common() 1310 xdr_array(&xdr, nelem, (xdrproc_t)xdr_int64); in nvlist_add_common() 1314 xdr_array(&xdr, nelem, (xdrproc_t)xdr_uint64); in nvlist_add_common() [all …]
|
/freebsd/sys/modules/xdr/ |
H A D | Makefile | 4 xdr_array.c \
|
/freebsd/lib/libc/rpc/ |
H A D | authunix_prot.c | 66 xdr_array(xdrs, (char **) paup_gids, in xdr_authunix_parms()
|
H A D | key_prot_xdr.c | 124 if (!xdr_array(xdrs, (char **) pgids_val, (u_int *) &objp->gids.gids_len, MAXGIDS, in xdr_unixcred()
|
/freebsd/sys/xdr/ |
H A D | xdr_array.c | 58 xdr_array(XDR *xdrs, in xdr_array() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-xdr.c | 72 * 3) Arrays passed to xdr_array() are packed and the compiler/architecture 407 * xdr_array() allocates memory and *arrp points to it". in xdr_dec_array() 501 .xdr_array = xdr_enc_array 512 .xdr_array = xdr_dec_array
|
/freebsd/sys/kgssapi/ |
H A D | gssd_prot.c | 131 if (!xdr_array(xdrs, &addr, &len, ~0, sizeof(gss_OID_desc), in xdr_gss_OID_set_desc()
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | nvpair.c | 3415 ret = xdr_array(xdr, &buf, &nelem, buflen, sizeof (int8_t), in nvs_xdr_nvp_op() 3420 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (int16_t), in nvs_xdr_nvp_op() 3425 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (uint16_t), in nvs_xdr_nvp_op() 3431 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (int32_t), in nvs_xdr_nvp_op() 3436 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (uint32_t), in nvs_xdr_nvp_op() 3441 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (int64_t), in nvs_xdr_nvp_op() 3446 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (uint64_t), in nvs_xdr_nvp_op()
|
/freebsd/include/rpc/ |
H A D | xdr.h | 299 extern bool_t xdr_array(XDR *, char **, u_int *, u_int, u_int, xdrproc_t);
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 312 extern bool_t xdr_array(XDR *, char **, u_int *, u_int, u_int, xdrproc_t);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3315 fun:xdr_array=uninstrumented
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2840 <function-decl name='xdr_array' visibility='default' binding='global' size-in-bits='64'>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5837 // FIXME: intercept xdr_array, opaque, union, vector, reference, pointer,
|
/freebsd/sys/conf/ |
H A D | files | 5283 xdr/xdr_array.c optional xdr | krpc | nfslockd | nfscl | nfsd | zfs
|