Searched refs:term (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c175 * The converted command argument and potentially modified 'term'
187 * struct termios *term A local stack termios structure from
211 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) argument
233 term->c_ispeed = compatspcodes[speed];
235 term->c_ispeed = tp->t_ispeed;
239 term->c_ospeed = compatspcodes[speed];
241 term->c_ospeed = tp->t_ospeed;
242 term->c_cc[VERASE] = sg->sg_erase;
243 term->c_cc[VKILL] = sg->sg_kill;
245 ttcompatsetflags(tp, term);
376 struct termios term; local
[all...]

Completed in 16 milliseconds