Home
last modified time | relevance | path

Searched refs:xdrmem_getbytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/xdr/
H A Dxdr_mem.c61 static bool_t xdrmem_getbytes(XDR *, char *, u_int);
72 xdrmem_getbytes,
83 xdrmem_getbytes,
166 xdrmem_getbytes(XDR *xdrs, char *addr, u_int len) in xdrmem_getbytes() function
/freebsd/sys/xdr/
H A Dxdr_mem.c57 static bool_t xdrmem_getbytes(XDR *, char *, u_int);
70 .x_getbytes = xdrmem_getbytes,
83 .x_getbytes = xdrmem_getbytes,
168 xdrmem_getbytes(XDR *xdrs, char *addr, u_int len) in xdrmem_getbytes() function