Home
last modified time | relevance | path

Searched refs:termioschars (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/dev/i386/
H A Dkm.c118 termioschars(&tp->t_termios); in kmopen()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h308 void termioschars(struct termios *t);
/xnu-8019.80.24/bsd/dev/arm/
H A Dkm.c95 termioschars(&tp->t_termios); in kmopen()
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c273 termioschars(&tp->t_termios); /* Set up default chars */ in ptsopen()
H A Dtty.c1793 termioschars(struct termios *t) in termioschars() function