Lines Matching refs:info
171 static struct t_info info;174 if (t_getinfo(fd, &info) != 0) {188 if (info.tsdu <= 0 || nbytes <= info.tsdu)191 /* (info.tsdu > 0) and buf exceeds it */193 while (nbytes >= info.tsdu) {194 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu)196 i += info.tsdu;197 nbytes -= info.tsdu;