Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/ !
H A Dtty_dev.c284 if (tp->t_oproc) { /* Ctrlr still around. */ in ptsopen()
377 if (tp->t_oproc) { in ptsread()
403 if (tp->t_oproc == 0) { in ptswrite()
489 if (tp->t_oproc || (tp->t_state & TS_ISOPEN)) { in ptcopen()
495 if (!tp->t_oproc) { in ptcopen()
500 tp->t_oproc = ptsstart; in ptcopen()
552 tp->t_oproc = NULL; in ptcclose()
H A Dtty.c1660 ISSET(tp->t_state, TS_CONNECTED) && tp->t_oproc) { in ttywait()
1661 (*tp->t_oproc)(tp); in ttywait()
1862 if (tp->t_oproc != NULL) { /* XXX: Kludge for pty. */ in ttstart()
1863 (*tp->t_oproc)(tp); in ttstart()
/xnu-8019.80.24/bsd/dev/i386/ !
H A Dkm.c108 tp->t_oproc = kmstart; in kmopen()
/xnu-8019.80.24/bsd/sys/ !
H A Dtty.h136 void (*t_oproc)(struct tty *); member
/xnu-8019.80.24/bsd/dev/arm/ !
H A Dkm.c85 tp->t_oproc = kmstart; in kmopen()