Home
last modified time | relevance | path

Searched refs:t_stop (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dtty.h138 void (*t_stop)(struct tty *, int); member
/xnu-10002.41.9/bsd/kern/
H A Dtty_dev.c513 tp->t_stop = ptsstop; in ptcopen()