Symbol: COMPOUND4args
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
2789
xdr_COMPOUND4args(register XDR *xdrs, COMPOUND4args *objp)
usr/src/cmd/dtrace/test/tst/common/nfs/tst.call.c
56
COMPOUND4args args;
usr/src/cmd/fs.d/nfs/tests/rpcsec_gss_conn/rpcsec_gss_conn.c
38
COMPOUND4args args;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
380
COMPOUND4args *cap;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
392
cap = (COMPOUND4args *)ap;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
517
rfs4_send_minor_mismatch(SVCXPRT *xprt, COMPOUND4args *argsp)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
55
static void rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
561
COMPOUND4args *argsp;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
566
argsp = (COMPOUND4args *)args;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
576
rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
631
COMPOUND4args *cmp;
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
640
cmp = (COMPOUND4args *)ap;
usr/src/uts/common/fs/nfs/nfs4_srv.c
6116
rfs4_compound(COMPOUND4args *args, COMPOUND4res *resp, compound_state_t *cs,
usr/src/uts/common/fs/nfs/nfs4_srv.c
6155
cs, COMPOUND4args *, args);
usr/src/uts/common/fs/nfs/nfs4_srv.c
6173
COMPOUND4args *, args);
usr/src/uts/common/fs/nfs/nfs4_srv.c
6308
rfs4_idempotent_req(const COMPOUND4args *args)
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4995
xdr_COMPOUND4args_srv(XDR *xdrs, COMPOUND4args *objp)
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
119
COMPOUND4args *cap;
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
125
cap = (COMPOUND4args *)ap;
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
30
rfs4_err_resp(COMPOUND4args *args, COMPOUND4res *resp, nfsstat4 err)
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
67
verify_compound_args(COMPOUND4args *args)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
940
rfs4x_sequence_prep(COMPOUND4args *args, COMPOUND4res *resp,
usr/src/uts/common/fs/nfs/nfs_server.c
1078
.dis_argsz = sizeof (COMPOUND4args),
usr/src/uts/common/fs/nfs/nfs_server.c
1220
COMPOUND4args nfs4_compound_args;
usr/src/uts/common/nfs/nfs4.h
1580
extern void rfs4_compound(COMPOUND4args *, COMPOUND4res *,
usr/src/uts/common/nfs/nfs4.h
1588
extern bool_t rfs4_idempotent_req(const COMPOUND4args *);
usr/src/uts/common/nfs/nfs4_kprot.h
3343
typedef struct COMPOUND4args COMPOUND4args;
usr/src/uts/common/nfs/nfs4_kprot.h
3768
extern bool_t xdr_COMPOUND4args_srv(XDR *, COMPOUND4args *);
usr/src/uts/common/nfs/nfs4_kprot.h
4131
extern bool_t xdr_COMPOUND4args(XDR *, COMPOUND4args*);
usr/src/uts/common/nfs/nfs4x.h
267
int rfs4x_sequence_prep(COMPOUND4args *, COMPOUND4res *,