Lines Matching refs:tl
1342 u_int32_t *tl;
1345 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1346 *tl = newnfs_false;
1348 NFSM_BUILD(tl, u_int32_t *, 7 * NFSX_UNSIGNED);
1349 *tl++ = newnfs_true;
1350 txdr_hyper(before_nvap->na_size, tl);
1351 tl += 2;
1352 txdr_nfsv3time(&(before_nvap->na_mtime), tl);
1353 tl += 2;
1354 txdr_nfsv3time(&(before_nvap->na_ctime), tl);
1363 u_int32_t *tl;
1365 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1367 *tl = newnfs_false;
1369 *tl = newnfs_true;
1441 u_int32_t *tl;
1445 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
1446 len = fxdr_unsigned(int, *tl);
1479 NFSM_DISSECT(tl, u_int32_t *, len);
1482 !NFSBCMP((caddr_t)tl, nfs_v2pubfh, NFSX_V2FH)) {
1486 NFSBCOPY(tl, (caddr_t)fhp->nfsrvfh_data, copylen);
1720 u_int32_t *tl, *retnump;
1769 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1770 *tl = txdr_unsigned(NFDIR);
1774 NFSM_BUILD(tl, u_int32_t *, NFSX_V4FSID);
1775 *tl++ = 0;
1776 *tl++ = txdr_unsigned(NFSV4ROOT_FSID0);
1777 *tl++ = 0;
1778 *tl = txdr_unsigned(NFSV4ROOT_REFERRAL);
1782 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1784 *tl = txdr_unsigned(NFSERR_MOVED);
1786 *tl = 0;
1791 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1792 *tl = txdr_unsigned(refp->nfr_srvcnt);
1796 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
1797 *tl = txdr_unsigned(1);
1818 NFSM_BUILD(tl, u_int32_t *, NFSX_HYPER);
1819 *tl++ = 0;
1820 *tl = txdr_unsigned(refp->nfr_dfileno);
1844 u_int32_t *tl;
1864 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
1865 len = fxdr_unsigned(int, *tl);
2099 uint32_t *tl;
2103 NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
2104 taglen = fxdr_unsigned(int, *tl);
2116 NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
2117 *minversp = fxdr_unsigned(u_int32_t, *tl);