Searched refs:elproc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/xdr/
H A Dxdr_array.c65 * elsize is the size (in bytes) of each element, and elproc is the
69 xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument
76 * xdrproc_t elproc; // xdr routine to handle each element
124 stat = (*elproc)(xdrs, target);
/freebsd-12-stable/sys/xdr/
H A Dxdr_array.c60 * elsize is the size (in bytes) of each element, and elproc is the
69 xdrproc_t elproc) /* xdr routine to handle each element */
116 stat = (*elproc)(xdrs, target);
64 xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, xdrproc_t elproc) argument

Completed in 101 milliseconds