Symbol: open_delegation4
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
1697
xdr_open_delegation4(register XDR *xdrs, open_delegation4 *objp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
3416
sum_delegation(char *buf, size_t buflen, open_delegation4 *delp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
3441
detail_delegation(open_delegation4 *delp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
565
static void sum_delegation(char *buf, size_t buflen, open_delegation4 *delp);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
566
static void detail_delegation(open_delegation4 *delp);
usr/src/uts/common/fs/nfs/nfs4_srv.c
7340
open_delegation4 *delegation = &resp->delegation;
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
2241
rfs4_set_deleg_response(rfs4_deleg_state_t *dsp, open_delegation4 *dp,
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3221
(open_delegation4 *)&objp->delegation))
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3233
(open_delegation4 *)&objp->delegation));
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
925
xdr_open_delegation4(XDR *xdrs, open_delegation4 *objp)
usr/src/uts/common/nfs/nfs4.h
1048
open_delegation4 *, nfsace4 *, int);
usr/src/uts/common/nfs/nfs4_kprot.h
1919
typedef struct open_delegation4 open_delegation4;
usr/src/uts/common/nfs/nfs4_kprot.h
1931
open_delegation4 delegation;
usr/src/uts/common/nfs/nfs4_kprot.h
2848
open_delegation4 wdr_resok4;
usr/src/uts/common/nfs/nfs4_kprot.h
3522
open_delegation4 cpda_delegation;
usr/src/uts/common/nfs/nfs4_kprot.h
3997
extern bool_t xdr_open_delegation4(XDR *, open_delegation4*);