Searched refs:seqid (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-arcnet.c | 121 u_int flag, u_int seqid) in arcnet_print() argument 152 arctypename, seqid, in arcnet_print() 162 arctypename, seqid, in arcnet_print() 169 arctypename, seqid, in arcnet_print() 188 u_int seqid = 0; in arcnet_if_print() local 229 seqid = GET_BE_U_2(ap->arc_seqid2); in arcnet_if_print() 232 seqid = GET_BE_U_2(ap->arc_seqid); in arcnet_if_print() 239 arcnet_print(ndo, p, length, phds, flag, seqid); in arcnet_if_print()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 194 static int nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid, 1209 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks() 1251 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks() 1288 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks() 1844 if (new_stp->ls_stateid.seqid == 0x0 && in nfsrv_lockctrl() 1849 else if (new_stp->ls_stateid.seqid == 0xffffffff && in nfsrv_lockctrl() 2059 if (!error && stp->ls_stateid.seqid!=new_stp->ls_stateid.seqid && in nfsrv_lockctrl() 2064 new_stp->ls_stateid.seqid != 0))) in nfsrv_lockctrl() 2347 stateidp->seqid = ++(stp->ls_stateid.seqid); in nfsrv_lockctrl() 2348 if ((nd->nd_flag & ND_NFSV41) != 0 && stateidp->seqid == 0) in nfsrv_lockctrl() [all …]
|
H A D | nfs_nfsdserv.c | 391 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_setattr() 398 stateid.seqid == 0xffffffff) in nfsrvd_setattr() 799 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_read() 824 stp->ls_stateid.seqid != 0)) in nfsrvd_read() 827 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_read() 1002 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_write() 1027 stp->ls_stateid.seqid != 0)) in nfsrvd_write() 1030 if (stp->ls_stateid.seqid == 0xffffffff && in nfsrvd_write() 2412 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_lock() 2422 stp->ls_stateid.seqid == 1 && in nfsrvd_lock() [all …]
|
H A D | nfs_nfsdport.c | 5364 st.seqid = 0xffffffff; in nfsrv_readdsrpc() 5485 st.seqid = 0xffffffff; in nfsrv_writedsdorpc() 5707 st.seqid = 0xffffffff; in nfsrv_allocatedsdorpc() 5867 st.seqid = 0xffffffff; in nfsrv_deallocatedsdorpc() 6029 st.seqid = 0xffffffff; in nfsrv_setattrdsdorpc() 6214 st.seqid = 0xffffffff; in nfsrv_setacldsdorpc() 6416 st.seqid = 0xffffffff; in nfsrv_seekdsrpc()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 402 nop->nfso_stateid.seqid = 0; in nfscl_newopen() 541 stateidp->seqid = 0; in nfscl_getstateid() 563 stateidp->seqid = 0; in nfscl_getstateid() 601 stateidp->seqid = 0; in nfscl_getstateid() 603 stateidp->seqid = in nfscl_getstateid() 604 dp->nfsdl_stateid.seqid; in nfscl_getstateid() 641 stateidp->seqid = 0; in nfscl_getstateid() 643 stateidp->seqid = lp->nfsl_stateid.seqid; in nfscl_getstateid() 695 stateidp->seqid = 0; in nfscl_getstateid() 697 stateidp->seqid = op->nfso_stateid.seqid; in nfscl_getstateid() [all …]
|
H A D | nfs_clrpcops.c | 586 *tl++ = dp->nfsdl_stateid.seqid; in nfsrpc_openrpc() 616 op->nfso_stateid.seqid = *tl++; in nfsrpc_openrpc() 644 ndp->nfsdl_stateid.seqid = *tl++; in nfsrpc_openrpc() 787 *tl++ = op->nfso_stateid.seqid; in nfsrpc_opendowngrade() 800 op->nfso_stateid.seqid = *tl++; in nfsrpc_opendowngrade() 962 *tl++ = op->nfso_stateid.seqid; in nfsrpc_closerpc() 1003 *tl++ = op->nfso_stateid.seqid; in nfsrpc_openconfirm() 1014 op->nfso_stateid.seqid = *tl++; in nfsrpc_openconfirm() 1568 *tl++ = 0; /* seqid, ignored. */ in nfsrpc_lookup() 1658 stateid.seqid in nfsrpc_lookup() [all...] |
/freebsd/usr.sbin/nfsdumpstate/ |
H A D | nfsdumpstate.c | 204 lp[cnt].ndlck_stateid.seqid, in dump_lockstate() 212 lp[cnt].ndlck_stateid.seqid, in dump_lockstate()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | luks | 84 # seqid; sequence ID, increased on update; called Epoch by cryptsetup with value like: 3 4 8 10
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 489 st->seqid = 0; in nfsm_stateidtom() 494 st->seqid = 0xffffffff; in nfsm_stateidtom() 499 st->seqid = 0; in nfsm_stateidtom() 504 st->seqid = stateidp->seqid; in nfsm_stateidtom() 4816 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, in nfsv4_seqsession() argument 4827 if (seqid == slots[slotid].nfssl_seq) { in nfsv4_seqsession() 4847 } else if ((slots[slotid].nfssl_seq + 1) == seqid) { in nfsv4_seqsession()
|
H A D | nfsproto.h | 1638 u_int32_t seqid; member
|