Lines Matching refs:tcp
181 int term_ioctl(struct tcb *tcp, long code, long arg) in term_ioctl() argument
198 if (entering(tcp)) in term_ioctl()
207 if (syserror(tcp)) in term_ioctl()
212 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0) in term_ioctl()
214 if (abbrev(tcp)) { in term_ioctl()
252 if (syserror(tcp)) in term_ioctl()
257 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0) in term_ioctl()
259 if (abbrev(tcp)) { in term_ioctl()
294 if (syserror(tcp)) in term_ioctl()
297 if (!verbose(tcp) || umove(tcp, arg, &ws) < 0) in term_ioctl()
306 if (syserror(tcp)) in term_ioctl()
309 if (!verbose(tcp) || umove(tcp, arg, &ts) < 0) in term_ioctl()
337 if (umove(tcp, arg, &i) < 0) in term_ioctl()
414 printnum_int(tcp, arg, "%d"); in term_ioctl()
423 printstr(tcp, arg, 1); in term_ioctl()