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