Lines Matching refs:arg
181 int term_ioctl(struct tcb *tcp, long code, long arg)
212 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0)
257 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0)
297 if (!verbose(tcp) || umove(tcp, arg, &ws) < 0)
309 if (!verbose(tcp) || umove(tcp, arg, &ts) < 0)
316 /* ioctls with a direct decodable arg */
320 printxval(tcxonc_options, arg, "TC???");
326 printxval(tcflsh_options, arg, "TC???");
337 if (umove(tcp, arg, &i) < 0)
414 printnum_int(tcp, arg, "%d");
423 printstr(tcp, arg, 1);