Home
last modified time | relevance | path

Searched refs:b_compound_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h256 } b_compound_t; typedef
287 b_compound_t ga_arg; /* compound + putfh */
293 b_compound_t gr_res; /* compound + putfh */
306 b_compound_t la_arg; /* compound + putfh */
331 b_compound_t la_arg; /* compound + putfh */
341 b_compound_t r_arg; /* compound + putfh */
349 b_compound_t r_res; /* compound + putfh */
368 b_compound_t rd_arg; /* compoud + putfh */
378 b_compound_t rd_res; /* compound + putfh */
390 b_compound_t rl_arg; /* compound + putfh */
[all …]
H A Dnfs4_xdr.c72 xdr_b_compound_args(XDR *xdrs, b_compound_t *objp) in xdr_b_compound_args()
87 xdr_b_compound_res(XDR *xdrs, b_compound_t *objp) in xdr_b_compound_res()
120 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->ga_arg)) in xdr_getattr4_args()
281 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->gr_res)) in xdr_getattr4_res()
290 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg)) in xdr_lookup4_args()
304 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->lr_res)) in xdr_lookup4_res()
320 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg)) in xdr_lookupp4_args()
332 if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->r_arg)) in xdr_read4_args()
346 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->r_res)) in xdr_read4_res()
414 if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->rd_res)) in xdr_readdir4_res()
[all …]
H A Dnfs4ops.c665 compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen, in compound_init()