Lines Matching defs:tl
485 u_int32_t retseq, retval, *tl;
817 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
818 nd->nd_repstat = fxdr_unsigned(u_int32_t, *tl);
828 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
829 i = fxdr_unsigned(int, *tl);
833 NFSM_DISSECT(tl, u_int32_t *, 3 * NFSX_UNSIGNED);
834 opcnt = fxdr_unsigned(int, *tl++);
835 i = fxdr_unsigned(int, *tl++);
836 j = fxdr_unsigned(int, *tl);
849 NFSM_DISSECT(tl, uint32_t *,
853 NFSM_DISSECT(tl, uint32_t *,
857 tl += NFSX_V4SESSIONID / NFSX_UNSIGNED;
858 retseq = fxdr_unsigned(uint32_t, *tl++);
859 slot = fxdr_unsigned(int, *tl++);
863 retval = fxdr_unsigned(uint32_t, *++tl);
873 NFSM_DISSECT(tl, uint32_t *,
875 i = fxdr_unsigned(int, *tl++);
876 j = fxdr_unsigned(int, *tl);
939 NFSM_DISSECT(tl,u_int32_t *,2 * NFSX_UNSIGNED);
940 i = fxdr_unsigned(int, *tl++);
941 j = fxdr_unsigned(int, *tl);