Lines Matching defs:tinfo
1398 struct netconfig *nconf, ushort_t port, struct t_info *tinfo,
1413 if ((fd = t_open(nconf->nc_device, O_RDWR, tinfo)) == -1)
1756 char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp,
1772 tinfo, fhp, get_pubfh, fspath, error));
1814 vers, nconf, port, tinfo,
1843 tinfo, fhp, get_pubfh, fspath, error)) == NULL)
1874 port, tinfo, fhp, get_pubfh, fspath, error))
2415 struct t_info tinfo;
2429 nfsvers_to_use, nconfp, NULL, port, &tinfo,
2435 nfsvers_to_use, nconfp, nfs_proto, port, &tinfo,
2440 nconfp, nfs_proto, port, &tinfo, &args->fh, get_pubfh,
2559 if (tinfo.tsdu > 0 && tinfo.tsdu < NFS_MAXDATA + NFS_RPC_HDR) {
2561 if (args->rsize == 0 || args->rsize > tinfo.tsdu - NFS_RPC_HDR)
2562 args->rsize = tinfo.tsdu - NFS_RPC_HDR;
2563 if (args->wsize == 0 || args->wsize > tinfo.tsdu - NFS_RPC_HDR)
2564 args->wsize = tinfo.tsdu - NFS_RPC_HDR;