Searched refs:seqid (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-arcnet.c59 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
86 (void)printf("%02x %02x %s seqid %04x %d: ",
87 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
93 (void)printf("%02x %02x %s seqid %04x "
95 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
98 (void)printf("%02x %02x %s seqid %04x "
100 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
118 u_int seqid = 0; local
155 seqid = EXTRACT_16BITS(&ap->arc_seqid2);
159 seqid
[all...]
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c114 static int nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid,
924 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
958 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
987 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
1510 if (new_stp->ls_stateid.seqid == 0x0 &&
1515 else if (new_stp->ls_stateid.seqid == 0xffffffff &&
1555 * check against the stateid, before incrementing the seqid#, sinc
3691 nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid, struct nfsstate *stp, struct nfsrvcache *op) argument
[all...]
H A Dnfs_nfsdserv.c315 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
666 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
822 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2208 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2235 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2295 * seqid# gets updated. nfsrv_lockctrl() will return the value
2306 *tl++ = txdr_unsigned(stateid.seqid);
2494 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2529 * seqid# gets incremented. nfsrv_lockctrl() will return the
2540 *tl++ = txdr_unsigned(stateid.seqid);
[all...]
/freebsd-10.1-release/usr.sbin/nfsdumpstate/
H A Dnfsdumpstate.c184 lp[cnt].ndlck_stateid.seqid,
192 lp[cnt].ndlck_stateid.seqid,
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c512 st->seqid = 0;
517 st->seqid = 0xffffffff;
522 st->seqid = 0;
527 st->seqid = stateidp->seqid;
H A Dnfs_clstate.c374 nop->nfso_stateid.seqid = 0;
492 stateidp->seqid = 0;
522 stateidp->seqid = dp->nfsdl_stateid.seqid;
554 stateidp->seqid =
555 lp->nfsl_stateid.seqid;
597 stateidp->seqid = op->nfso_stateid.seqid;
2109 nop->nfso_stateid.seqid = 0;
2680 lyp->nfsly_stateid.seqid, recall
3158 uint32_t seqid, slotid = 0, highslot, cachethis; local
[all...]
H A Dnfs_clrpcops.c404 *tl++ = dp->nfsdl_stateid.seqid;
429 op->nfso_stateid.seqid = *tl++;
457 ndp->nfsdl_stateid.seqid = *tl++;
578 *tl++ = op->nfso_stateid.seqid;
591 op->nfso_stateid.seqid = *tl++;
742 *tl++ = op->nfso_stateid.seqid;
780 *tl++ = op->nfso_stateid.seqid;
791 op->nfso_stateid.seqid = *tl++;
2029 stateid.seqid = *tl++;
2053 dp->nfsdl_stateid.seqid
[all...]
/freebsd-10.1-release/sys/dev/isp/
H A Disp_target.c119 uint32_t seqid; local
261 seqid = ecp->in_seqid;
267 seqid = fcp->in_seqid;
273 seqid = inp->in_seqid;
281 isp_prt(isp, ISP_LOGTDEBUG0, "Immediate Notify On Bus %d, status=0x%x seqid=0x%x", bus, status, seqid);
389 isp_prt(isp, level, "Notify Ack Status=0x%x; Subcode 0x%x seqid=0x%x", nack_24xx->na_status, nack_24xx->na_status_subcode, nack_24xx->na_rxid);
402 isp_prt(isp, level, "Notify Ack Status=0x%x seqid 0x%x", nack_fcp->na_status, nack_fcp->na_seqid);
411 isp_prt(isp, level, "Notify Ack event 0x%x status=0x%x seqid 0x%x", nackp->na_event, nackp->na_status, nackp->na_seqid);
936 uint16_t seqid, loopi local
[all...]
H A Dispmbox.h2093 #define IN_FC_MAKE_TAGID(tid, bus, inst, seqid) \
2094 tid = seqid; \
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfsproto.h1326 u_int32_t seqid; member in struct:nfsv4stateid
H A Dnfs_commonsubs.c85 * Ops that are ordered via seqid# are handled separately from these
3694 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, argument
3704 if (seqid == slots[slotid].nfssl_seq) {
3718 } else if ((slots[slotid].nfssl_seq + 1) == seqid) {

Completed in 240 milliseconds