Symbol: stateid4
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
935
xdr_stateid4(register XDR *xdrs, stateid4 *objp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
1255
special_stateid(stateid4 *stateid)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
1268
_sum_stateid(stateid4 *stateid, char *prefix)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
1283
_detail_stateid(stateid4 *stateid, char *prefix)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
564
static char *_sum_stateid(stateid4 *, char *prefix);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
617
static stateid4 spec_stateid_0 =
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
619
static stateid4 spec_stateid_1 =
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
445
for (i = 0; i < sizeof (stateid4); i++)
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
525
"Address", "Dbe", "Owner", "finfo", 2 * sizeof (stateid4),
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
699
for (i = 0; i < sizeof (stateid4); i++)
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
760
"Address", "Dbe", 2 * sizeof (stateid4), "StateID",
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
880
for (i = 0; i < sizeof (stateid4); i++)
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
918
"Address", "Dbe", "Locker", "SeqID", 2 * sizeof (stateid4),
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
110
xdr_b_stateid4(XDR *xdrs, stateid4 *objp)
usr/src/stand/lib/fs/nfs/nfs4_xdr.c
336
if (!xdr_b_stateid4(xdrs, (stateid4 *)&objp->r_stateid))
usr/src/stand/lib/fs/nfs/nfs_inet.h
343
stateid4 r_stateid; /* read arg */
usr/src/uts/common/fs/nfs/nfs4_callback.c
434
sizeof (stateid4)) == 0)) {
usr/src/uts/common/fs/nfs/nfs4_callback.c
452
sizeof (stateid4)) == 0) {
usr/src/uts/common/fs/nfs/nfs4_callback.c
84
stateid4 nfs4_deleg_any = { 0x7FFFFFF0 };
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1706
bzero(&sid_tp->d_sid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1707
bzero(&sid_tp->l_sid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1708
bzero(&sid_tp->o_sid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
1713
nfs4_save_stateid(stateid4 *s1, nfs4_stateid_types_t *sid_tp)
usr/src/uts/common/fs/nfs/nfs4_client_state.c
453
nfs4_get_deleg_stateid(rnode4_t *rp, nfs_opnum4 op, stateid4 *sid)
usr/src/uts/common/fs/nfs/nfs4_client_state.c
475
nfs4_get_lock_stateid(rnode4_t *rp, pid_t pid, stateid4 *sid)
usr/src/uts/common/fs/nfs/nfs4_client_state.c
507
nfs4_get_open_stateid(rnode4_t *rp, cred_t *cr, mntinfo4_t *mi, stateid4 *sid)
usr/src/uts/common/fs/nfs/nfs4_client_state.c
51
stateid4 clnt_special0 = {
usr/src/uts/common/fs/nfs/nfs4_client_state.c
553
stateid4
usr/src/uts/common/fs/nfs/nfs4_client_state.c
557
stateid4 sid;
usr/src/uts/common/fs/nfs/nfs4_client_state.c
56
stateid4 clnt_special1 = {
usr/src/uts/common/fs/nfs/nfs4_client_state.c
577
bzero(&sid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
597
stateid4
usr/src/uts/common/fs/nfs/nfs4_client_state.c
601
stateid4 sid;
usr/src/uts/common/fs/nfs/nfs4_client_state.c
646
bzero(&sid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
652
nfs4_set_lock_stateid(nfs4_lock_owner_t *lop, stateid4 stateid)
usr/src/uts/common/fs/nfs/nfs4_client_state.c
743
bzero(&osp->open_stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_client_state.c
827
bzero(&lop->lock_stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_recovery.c
151
nfs4_server_t *, mntinfo4_t *, stateid4 *, nfs4_lost_rqst_t *, int,
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3109
nfs4_server_t *sp, mntinfo4_t *mi, stateid4 *sidp,
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3119
bzero(&recovp->rc_stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3196
stateid4 *, sidp, int, op);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
341
vnode_t *vp2, stateid4 *sid, nfs4_lost_rqst_t *lost_rqstp, nfs_opnum4 op,
usr/src/uts/common/fs/nfs/nfs4_recovery.c
71
stateid4 rc_stateid;
usr/src/uts/common/fs/nfs/nfs4_srv.c
5479
stateid4 *stateid)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7570
stateid4 stateid =
usr/src/uts/common/fs/nfs/nfs4_srv.c
8831
extern stateid4 invalid_stateid;
usr/src/uts/common/fs/nfs/nfs4_srv.c
9386
stateid4 *stateid;
usr/src/uts/common/fs/nfs/nfs4_srv.c
9831
stateid4 *stateid = &args->lock_stateid;
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
1155
bcopy(&dsp->rds_delegid.stateid, &rec_argp->stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_srv_deleg.c
1298
bcopy(&dsp->rds_delegid.stateid, &cbrap->stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_state.c
3552
rfs4_get_state_lockit(stateid4 *stateid, rfs4_state_t **spp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3583
rfs4_get_state(stateid4 *stateid, rfs4_state_t **spp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3590
rfs4_get_state_nolock(stateid4 *stateid, rfs4_state_t **spp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3597
rfs4_check_stateid_seqid(rfs4_state_t *sp, stateid4 *stateid,
usr/src/uts/common/fs/nfs/nfs4_state.c
3633
rfs4_check_lo_stateid_seqid(rfs4_lo_state_t *lsp, stateid4 *stateid,
usr/src/uts/common/fs/nfs/nfs4_state.c
3669
rfs4_get_deleg_any(stateid4 *stateid, rfs4_deleg_state_t **dspp)
usr/src/uts/common/fs/nfs/nfs4_state.c
3689
rfs4_get_deleg_state(stateid4 *stateid, rfs4_deleg_state_t **dspp)
usr/src/uts/common/fs/nfs/nfs4_state.c
3721
rfs4_get_lo_state(stateid4 *stateid, rfs4_lo_state_t **lspp, bool_t lock_fp)
usr/src/uts/common/fs/nfs/nfs4_state.c
3748
rfs4_get_all_state(stateid4 *sid, rfs4_state_t **spp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3877
stateid4 *stateid, bool_t trunc, bool_t *deleg,
usr/src/uts/common/fs/nfs/nfs4_state.c
53
stateid4 zero_stateid; /* all zeros */
usr/src/uts/common/fs/nfs/nfs4_state.c
54
stateid4 one_stateid = {
usr/src/uts/common/fs/nfs/nfs4_state.c
58
stateid4 current_stateid = {
usr/src/uts/common/fs/nfs/nfs4_state.c
61
stateid4 invalid_stateid = {
usr/src/uts/common/fs/nfs/nfs4_state.c
65
#define ZERO_STATEID(x) (!memcmp((x), &zero_stateid, sizeof (stateid4)))
usr/src/uts/common/fs/nfs/nfs4_state.c
66
#define ONE_STATEID(x) (!memcmp((x), &one_stateid, sizeof (stateid4)))
usr/src/uts/common/fs/nfs/nfs4_state.c
67
#define CURRENT_STATEID(x) (!memcmp((x), &current_stateid, sizeof (stateid4)))
usr/src/uts/common/fs/nfs/nfs4_state.c
87
put_stateid4(struct compound_state *cs, stateid4 *state)
usr/src/uts/common/fs/nfs/nfs4_state.c
90
memcpy(&cs->current_stateid, state, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_state.c
96
get_stateid4(struct compound_state *cs, stateid4 *state)
usr/src/uts/common/fs/nfs/nfs4_state.c
99
memcpy(state, &cs->current_stateid, sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4_subr.c
188
stateid4_cmp(stateid4 *s1, stateid4 *s2)
usr/src/uts/common/fs/nfs/nfs4_subr.c
190
if (bcmp(s1, s2, sizeof (stateid4)) == 0)
usr/src/uts/common/fs/nfs/nfs4_vnops.c
12724
nfs4open_confirm(vnode_t *vp, seqid4 *seqid, stateid4 *stateid, cred_t *cr,
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3803
stateid4 stateid;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
523
sizeof (stateid4));
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1428
stateid4 *sid = &args->ts_stateids.ts_stateids_val[i];
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1469
stateid4 *sid;
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
1880
sizeof (stateid4), (xdrproc_t)xdr_stateid4))
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
3681
xdr_stateid4(XDR *xdrs, stateid4 *objp)
usr/src/uts/common/fs/nfs/nfs4x_xdr.c
479
sizeof (stateid4), (xdrproc_t)xdr_stateid4))
usr/src/uts/common/nfs/nfs4.h
1000
extern nfsstat4 rfs4_get_all_state(stateid4 *, rfs4_state_t **,
usr/src/uts/common/nfs/nfs4.h
1004
extern nfsstat4 rfs4_check_stateid(int, vnode_t *, stateid4 *,
usr/src/uts/common/nfs/nfs4.h
1008
extern int rfs4_check_stateid_seqid(rfs4_state_t *, stateid4 *,
usr/src/uts/common/nfs/nfs4.h
1011
stateid4 *,
usr/src/uts/common/nfs/nfs4.h
1278
stateid4 current_stateid;
usr/src/uts/common/nfs/nfs4.h
1279
stateid4 save_stateid;
usr/src/uts/common/nfs/nfs4.h
1290
extern stateid4 invalid_stateid;
usr/src/uts/common/nfs/nfs4.h
1292
#define INVALID_STATEID(x) (!memcmp((x), &invalid_stateid, sizeof (stateid4))
usr/src/uts/common/nfs/nfs4.h
1531
extern int stateid4_cmp(stateid4 *, stateid4 *);
usr/src/uts/common/nfs/nfs4.h
1557
extern stateid4 clnt_special0;
usr/src/uts/common/nfs/nfs4.h
1558
extern stateid4 clnt_special1;
usr/src/uts/common/nfs/nfs4.h
1604
void put_stateid4(struct compound_state *, stateid4 *);
usr/src/uts/common/nfs/nfs4.h
1605
void get_stateid4(struct compound_state *, stateid4 *);
usr/src/uts/common/nfs/nfs4.h
239
stateid4 stateid;
usr/src/uts/common/nfs/nfs4.h
988
extern nfsstat4 rfs4_get_state(stateid4 *, rfs4_state_t **,
usr/src/uts/common/nfs/nfs4.h
990
extern nfsstat4 rfs4_get_state_nolock(stateid4 *, rfs4_state_t **,
usr/src/uts/common/nfs/nfs4.h
994
extern nfsstat4 rfs4_get_deleg_any(stateid4 *,
usr/src/uts/common/nfs/nfs4.h
996
extern nfsstat4 rfs4_get_deleg_state(stateid4 *,
usr/src/uts/common/nfs/nfs4.h
998
extern nfsstat4 rfs4_get_lo_state(stateid4 *, rfs4_lo_state_t **,
usr/src/uts/common/nfs/nfs4_clnt.h
1564
extern void nfs4open_confirm(vnode_t *, seqid4*, stateid4 *, cred_t *,
usr/src/uts/common/nfs/nfs4_clnt.h
1703
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_clnt.h
1784
stateid4 lock_stateid;
usr/src/uts/common/nfs/nfs4_clnt.h
1815
stateid4 d_sid;
usr/src/uts/common/nfs/nfs4_clnt.h
1816
stateid4 l_sid;
usr/src/uts/common/nfs/nfs4_clnt.h
1817
stateid4 o_sid;
usr/src/uts/common/nfs/nfs4_clnt.h
1888
extern void nfs4_set_lock_stateid(nfs4_lock_owner_t *, stateid4);
usr/src/uts/common/nfs/nfs4_clnt.h
1952
extern void nfs4_save_stateid(stateid4 *, nfs4_stateid_types_t *);
usr/src/uts/common/nfs/nfs4_clnt.h
2043
vnode_t *, vnode_t *, stateid4 *,
usr/src/uts/common/nfs/nfs4_clnt.h
701
stateid4 lru_ostateid; /* reopen only */
usr/src/uts/common/nfs/nfs4_kprot.h
1475
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1481
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1537
stateid4 deleg_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1604
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1611
stateid4 lock_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1645
stateid4 lock_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1668
stateid4 lock_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1676
stateid4 lock_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1810
stateid4 delegate_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1816
stateid4 delegate_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1828
stateid4 oc_delegate_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1872
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1879
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1927
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1946
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1953
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1958
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
1968
stateid4 open_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2003
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2163
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2223
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2511
stateid4 fsa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2534
stateid4 gddr_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2635
stateid4 loca_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2670
stateid4 loga_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2677
stateid4 logr_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2705
stateid4 lrs_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2810
stateid4 *ts_stateids_val;
usr/src/uts/common/nfs/nfs4_kprot.h
2878
stateid4 cl_src_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2879
stateid4 cl_dst_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2892
stateid4 ca_src_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2893
stateid4 ca_dst_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2928
stateid4 cna_src_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2935
stateid4 cnr_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2952
stateid4 oca_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2962
stateid4 osa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2984
stateid4 aa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
2996
stateid4 da_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3023
stateid4 iaa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3053
stateid4 lea_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3075
stateid4 lsa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3089
stateid4 rpa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3122
stateid4 sa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3143
stateid4 wsa_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3375
stateid4 stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3405
stateid4 lor_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3506
stateid4 cna_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
3819
extern bool_t xdr_stateid4(XDR *, stateid4*);
usr/src/uts/common/nfs/nfs4_kprot.h
524
typedef struct stateid4 stateid4;
usr/src/uts/common/nfs/nfs4_kprot.h
613
stateid4 lrf_stateid;
usr/src/uts/common/nfs/nfs4_kprot.h
798
stateid4 *wr_callback_id_val;
usr/src/uts/common/nfs/rnode4.h
288
stateid4 r_deleg_stateid;
usr/src/uts/common/nfs/rnode4.h
465
extern stateid4 nfs4_get_w_stateid(cred_t *, rnode4_t *, pid_t, mntinfo4_t *,
usr/src/uts/common/nfs/rnode4.h
467
extern stateid4 nfs4_get_stateid(cred_t *, rnode4_t *, pid_t, mntinfo4_t *,