Lines Matching refs:u_int
62 static bool_t xdrmem_getbytes (XDR *, char *, u_int);
63 static bool_t xdrmem_putbytes (XDR *, const char *, u_int);
65 static u_int xdrmem_getpos (XDR *);
66 static bool_t xdrmem_setpos (XDR *, u_int);
67 static int32_t * xdrmem_inline_aligned (XDR *, u_int);
68 static int32_t * xdrmem_inline_unaligned (XDR *, u_int);
107 u_int size, in xdrmem_create()
181 u_int len) in xdrmem_getbytes()
194 u_int len) in xdrmem_putbytes()
204 static u_int
208 return (u_int) ((uintptr_t) xdrs->x_private - (uintptr_t) xdrs->x_base); in xdrmem_getpos()
213 u_int pos) in xdrmem_setpos()
221 || handy != (u_int) handy) in xdrmem_setpos()
225 xdrs->x_handy = (u_int) handy; in xdrmem_setpos()
232 u_int len) in xdrmem_inline_aligned()
247 u_int len) in xdrmem_inline_unaligned()