Symbol: b_compound_t
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
120
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->ga_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
281
if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->gr_res))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
290
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
304
if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->lr_res))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
320
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->la_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
332
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->r_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
346
if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->r_res))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
364
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->rd_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
414
if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->rd_res))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
434
if (!xdr_b_compound_args(xdrs, (b_compound_t *)&objp->rl_arg))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
442
if (!xdr_b_compound_res(xdrs, (b_compound_t *)&objp->rl_res))
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
72
xdr_b_compound_args(XDR *xdrs, b_compound_t *objp)
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
87
xdr_b_compound_res(XDR *xdrs, b_compound_t *objp)
usr/src/stand/lib/fs/nfs/nfs4ops.c
665
compound_init(b_compound_t *cp, utf8string *str, uint_t mvers, uint_t arglen,
usr/src/stand/lib/fs/nfs/nfs_inet.h
287
b_compound_t ga_arg; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
293
b_compound_t gr_res; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
306
b_compound_t la_arg; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
314
b_compound_t lr_res; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
331
b_compound_t la_arg; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
341
b_compound_t r_arg; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
349
b_compound_t r_res; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
368
b_compound_t rd_arg; /* compoud + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
378
b_compound_t rd_res; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
390
b_compound_t rl_arg; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
395
b_compound_t rl_res; /* compound + putfh */
usr/src/stand/lib/fs/nfs/nfs_inet.h
440
extern void compound_init(b_compound_t *, utf8string *, uint_t, uint_t,