Lines Matching refs:tl
673 uint32_t retseq, retval, retval0, slotseq, *tl; in newnfs_request() local
1101 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED); in newnfs_request()
1102 nd->nd_repstat = fxdr_unsigned(u_int32_t, *tl); in newnfs_request()
1113 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED); in newnfs_request()
1114 i = fxdr_unsigned(int, *tl); in newnfs_request()
1118 NFSM_DISSECT(tl, u_int32_t *, 3 * NFSX_UNSIGNED); in newnfs_request()
1119 opcnt = fxdr_unsigned(int, *tl++); in newnfs_request()
1120 i = fxdr_unsigned(int, *tl++); in newnfs_request()
1121 j = fxdr_unsigned(int, *tl); in newnfs_request()
1142 NFSM_DISSECT(tl, uint32_t *, in newnfs_request()
1146 NFSM_DISSECT(tl, uint32_t *, in newnfs_request()
1150 if (bcmp(tl, sep->nfsess_sessionid, in newnfs_request()
1152 tl += NFSX_V4SESSIONID / NFSX_UNSIGNED; in newnfs_request()
1153 retseq = fxdr_unsigned(uint32_t, *tl++); in newnfs_request()
1154 slot = fxdr_unsigned(int, *tl++); in newnfs_request()
1195 retval0 = fxdr_unsigned(uint32_t,*tl++); in newnfs_request()
1196 retval = fxdr_unsigned(uint32_t, *tl); in newnfs_request()
1216 NFSM_DISSECT(tl, uint32_t *, in newnfs_request()
1218 i = fxdr_unsigned(int, *tl++); in newnfs_request()
1219 j = fxdr_unsigned(int, *tl); in newnfs_request()
1286 tl = nd->nd_sequence; in newnfs_request()
1287 bcopy(sessionid, tl, in newnfs_request()
1289 tl += NFSX_V4SESSIONID / in newnfs_request()
1291 *tl++ = txdr_unsigned(slotseq); in newnfs_request()
1292 *tl++ = txdr_unsigned(slotpos); in newnfs_request()
1293 *tl = txdr_unsigned(maxslot); in newnfs_request()
1381 NFSM_DISSECT(tl,u_int32_t *,2 * NFSX_UNSIGNED); in newnfs_request()
1382 i = fxdr_unsigned(int, *tl++); in newnfs_request()
1383 j = fxdr_unsigned(int, *tl); in newnfs_request()