| /src/sys/fs/nfs/server/ |
| nfs_nfsdstate.c | 144 static int nfsrv_checkseqid(struct nfsrv_descript *nd, u_int32_t seqid, 958 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; 992 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; 1021 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; 1548 if (new_stp->ls_stateid.seqid == 0x0 && 1553 else if (new_stp->ls_stateid.seqid == 0xffffffff && 1593 * check against the stateid, before incrementing the seqid#, sinc [all...] |
| nfs_nfsdserv.c | 329 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 680 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 835 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 2231 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 2258 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 2318 * seqid# gets updated. nfsrv_lockctrl() will return the value 2329 *tl++ = txdr_unsigned(stateid.seqid); 2517 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); 2552 * seqid# gets incremented. nfsrv_lockctrl() will return the 2563 *tl++ = txdr_unsigned(stateid.seqid); [all...] |
| /src/sys/arch/sparc64/dev/ |
| ldcvar.h | 57 uint32_t seqid; member in struct:ldc_pkt
|
| ldc.c | 342 lp->seqid = lc->lc_tx_seqid++; 380 lp->seqid = lc->lc_tx_seqid++; 418 lp->seqid = lc->lc_tx_seqid++; 470 lp->seqid = lc->lc_tx_seqid++;
|
| /src/sys/fs/nfs/client/ |
| nfs_clcomsubs.c | 514 st->seqid = 0; 519 st->seqid = 0xffffffff; 524 st->seqid = 0; 529 st->seqid = stateidp->seqid;
|
| nfs_clstate.c | 376 nop->nfso_stateid.seqid = 0; 494 stateidp->seqid = 0; 524 stateidp->seqid = dp->nfsdl_stateid.seqid; 556 stateidp->seqid = 557 lp->nfsl_stateid.seqid; 599 stateidp->seqid = op->nfso_stateid.seqid; 2111 nop->nfso_stateid.seqid = 0; 2682 lyp->nfsly_stateid.seqid, recallp) 3160 uint32_t seqid, slotid = 0, highslot, cachethis; local [all...] |
| nfs_clrpcops.c | 415 *tl++ = dp->nfsdl_stateid.seqid; 440 op->nfso_stateid.seqid = *tl++; 468 ndp->nfsdl_stateid.seqid = *tl++; 591 *tl++ = op->nfso_stateid.seqid; 604 op->nfso_stateid.seqid = *tl++; 755 *tl++ = op->nfso_stateid.seqid; 793 *tl++ = op->nfso_stateid.seqid; 804 op->nfso_stateid.seqid = *tl++; 2041 stateid.seqid = *tl++; 2065 dp->nfsdl_stateid.seqid = *tl++ [all...] |
| /src/sys/dev/ic/ |
| isp_target.c | 148 uint32_t seqid; local 290 seqid = ecp->in_seqid; 296 seqid = fcp->in_seqid; 302 seqid = inp->in_seqid; 310 isp_prt(isp, ISP_LOGTDEBUG0, "Immediate Notify On Bus %d, status=0x%x seqid=0x%x", bus, status, seqid); 408 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); 421 isp_prt(isp, level, "Notify Ack Status=0x%x seqid 0x%x", nack_fcp->na_status, nack_fcp->na_seqid); 430 isp_prt(isp, level, "Notify Ack event 0x%x status=0x%x seqid 0x%x", nackp->na_event, nackp->na_status, nackp->na_seqid); 948 uint16_t seqid, loopid local [all...] |
| ispmbox.h | 2107 #define IN_FC_MAKE_TAGID(tid, bus, inst, seqid) \ 2108 tid = seqid; \
|
| /src/sys/fs/nfs/common/ |
| nfsproto.h | 1343 u_int32_t seqid; member in struct:nfsv4stateid
|
| nfs_commonsubs.c | 93 * Ops that are ordered via seqid# are handled separately from these 4069 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, 4079 if (seqid == slots[slotid].nfssl_seq) { 4093 } else if ((slots[slotid].nfssl_seq + 1) == seqid) {
|