Searched refs:xdrmem_getbytes (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/xdr/ |
H A D | xdr_mem.c | 61 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 D | xdr_mem.c | 57 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
|