Home
last modified time | relevance | path

Searched refs:x_setpostn (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/xdr/
H A Dxdr_sizeof.c71 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 Dxdr_sizeof.c72 x_setpostn(XDR *xdrs, u_int pos) in x_setpostn() function
139 ops.x_setpostn = x_setpostn; in xdr_sizeof()
H A Dxdr_mem.c74 .x_setpostn = xdrmem_setpos,
87 .x_setpostn = xdrmem_setpos,
H A Dxdr_mbuf.c56 .x_setpostn = xdrmbuf_setpos,
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr_sizeof.c69 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 Dxdr.h131 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 Dxdr.h111 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 Dxdr.h115 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 Dlibnvpair.abi2734 <var-decl name='x_setpostn' type-id='13fdb43e' visibility='default'/>