Searched refs:x_setpostn (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/xdr/ |
H A D | xdr_sizeof.c | 71 x_setpostn(XDR *xdrs, u_int pos) in x_setpostn() function 137 ops.x_setpostn = x_setpostn; in xdr_sizeof()
|
/freebsd/sys/xdr/ |
H A D | xdr_sizeof.c | 72 x_setpostn(XDR *xdrs, u_int pos) in x_setpostn() function 139 ops.x_setpostn = x_setpostn; in xdr_sizeof()
|
H A D | xdr_mem.c | 74 .x_setpostn = xdrmem_setpos, 87 .x_setpostn = xdrmem_setpos,
|
H A D | xdr_mbuf.c | 56 .x_setpostn = xdrmbuf_setpos,
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | xdr_sizeof.c | 69 x_setpostn(XDR *xdrs, u_int pos) in x_setpostn() function 135 ops.x_setpostn = x_setpostn; in xdr_sizeof()
|
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | xdr.h | 131 bool_t (*x_setpostn)(struct XDR *, u_int); member 182 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos) 184 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
|
/freebsd/include/rpc/ |
H A D | xdr.h | 111 bool_t (*x_setpostn)(struct XDR *, u_int); member 199 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos) 201 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 115 bool_t (*x_setpostn)(struct XDR *, u_int); member 208 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos) 210 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2734 <var-decl name='x_setpostn' type-id='13fdb43e' visibility='default'/>
|