Lines Matching defs:tl

3233 	u_int32_t *tl;
3258 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
3259 taglen = fxdr_unsigned(int, *tl);
3280 NFSM_DISSECT(tl, u_int32_t *, 3 * NFSX_UNSIGNED);
3281 minorvers = fxdr_unsigned(u_int32_t, *tl++);
3284 cbident = fxdr_unsigned(u_int32_t, *tl++);
3288 numops = fxdr_unsigned(int, *tl);
3293 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
3295 *repp++ = *tl;
3296 op = fxdr_unsigned(int, *tl);
3376 NFSM_DISSECT(tl, u_int32_t *, NFSX_STATEID +
3378 stateid.seqid = *tl++;
3379 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other,
3381 tl += (NFSX_STATEIDOTHER / NFSX_UNSIGNED);
3382 trunc = fxdr_unsigned(int, *tl);
3413 NFSM_DISSECT(tl, uint32_t *, 4 * NFSX_UNSIGNED);
3414 laytype = fxdr_unsigned(int, *tl++);
3415 iomode = fxdr_unsigned(uint32_t, *tl++);
3416 if (newnfs_true == *tl++)
3420 recalltype = fxdr_unsigned(int, *tl);
3430 NFSM_DISSECT(tl, u_int32_t *, 2 * NFSX_HYPER +
3432 off = fxdr_hyper(tl); tl += 2;
3433 len = fxdr_hyper(tl); tl += 2;
3434 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
3435 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
3476 NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_HYPER);
3477 filesid[0] = fxdr_hyper(tl); tl += 2;
3478 filesid[1] = fxdr_hyper(tl); tl += 2;
3537 NFSM_DISSECT(tl, uint32_t *, NFSX_V4SESSIONID +
3539 bcopy(tl, sessionid, NFSX_V4SESSIONID);
3540 tl += NFSX_V4SESSIONID / NFSX_UNSIGNED;
3541 seqid = fxdr_unsigned(uint32_t, *tl++);
3542 slotid = fxdr_unsigned(uint32_t, *tl++);
3543 highslot = fxdr_unsigned(uint32_t, *tl++);
3544 cachethis = *tl++;
3546 clist = fxdr_unsigned(int, *tl);
3548 NFSM_DISSECT(tl, uint32_t *, NFSX_V4SESSIONID +
3550 tl += NFSX_V4SESSIONID / NFSX_UNSIGNED;
3551 rcalls = fxdr_unsigned(int, *tl);
3553 NFSM_DISSECT(tl, uint32_t *,
3589 NFSM_BUILD(tl, uint32_t *,
3591 bcopy(sessionid, tl, NFSX_V4SESSIONID);
3592 tl += NFSX_V4SESSIONID / NFSX_UNSIGNED;
3593 *tl++ = txdr_unsigned(seqid);
3594 *tl++ = txdr_unsigned(slotid);
3595 *tl++ = txdr_unsigned(NFSV4_CBSLOTS - 1);
3596 *tl = txdr_unsigned(NFSV4_CBSLOTS - 1);
3633 NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
3634 *tl++ = 0;
3635 *tl = 0;