Lines Matching refs:tcp
182 term_ioctl(tcp, code, arg) in term_ioctl() argument
183 struct tcb *tcp; in term_ioctl()
201 if (entering(tcp))
210 if (syserror(tcp))
215 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0)
217 if (abbrev(tcp)) {
255 if (syserror(tcp))
260 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0)
262 if (abbrev(tcp)) {
297 if (syserror(tcp))
300 if (!verbose(tcp) || umove(tcp, arg, &ws) < 0)
309 if (syserror(tcp))
312 if (!verbose(tcp) || umove(tcp, arg, &ts) < 0)
340 if (umove(tcp, arg, &arg) < 0)
417 printnum(tcp, arg, "%d");
424 printnum(tcp, arg, "%#x");
434 printstr(tcp, arg, 1);