Home | History | Annotate | Download | only in client

Lines Matching defs:tl

137 	u_int32_t *tl;
195 NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
197 *tl++ = txdr_unsigned(NFSV41_MINORVERSION);
199 *tl++ = txdr_unsigned(NFSV4_MINORVERSION);
201 *opcntpp = tl;
202 *tl = txdr_unsigned(opcnt);
205 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
206 *tl = txdr_unsigned(NFSV4OP_SEQUENCE);
216 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
217 *tl = txdr_unsigned(NFSV4OP_PUTFH);
222 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
223 *tl = txdr_unsigned(NFSV4OP_GETATTR);
240 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
241 *tl = txdr_unsigned(nfsv4_opmap[procnum].op);
460 u_int32_t *tl;
469 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
470 flag = fxdr_unsigned(int, *tl);
472 NFSM_DISSECT(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
484 NFSM_DISSECT(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
486 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
488 flag = fxdr_unsigned(int, *tl);
489 } else if (fxdr_unsigned(int, *tl)) {