Home
last modified time | relevance | path

Searched refs:ls_seq (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/tcpdump/dist/
H A Dospf.h178 nd_uint32_t ls_seq; member
/netbsd-src/sys/fs/nfs/common/
H A Dnfsrvstate.h174 u_int32_t ls_seq; /* seq id */ member
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c1715 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
1739 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_lockctrl()
2189 new_stp->ls_seq = new_stp->ls_opentolockseq; in nfsrv_lockctrl()
2296 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp, in nfsrv_opencheck()
2979 ownerstp->ls_seq = new_stp->ls_seq; in nfsrv_openctrl()
3270 error = nfsrv_checkseqid(nd, new_stp->ls_seq, in nfsrv_openupdate()
3818 if ((stp->ls_seq + 1) == seqid) { in nfsrv_checkseqid()
3823 stp->ls_seq = seqid; in nfsrv_checkseqid()
3825 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
H A Dnfs_nfsdserv.c2230 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_lock()
2262 stp->ls_seq = fxdr_unsigned(int, *tl); in nfsrvd_lock()
2516 stp->ls_seq = fxdr_unsigned(int, *tl++); in nfsrvd_locku()
2616 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_open()
3032 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_close()
3182 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_openconfirm()
3236 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_opendowngrade()