Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty_dev.c285 if (tp->t_oproc) { /* Ctrlr still around. */ in ptsopen()
378 if (tp->t_oproc) { in ptsread()
404 if (tp->t_oproc == 0) { in ptswrite()
490 if (tp->t_oproc || (tp->t_state & TS_ISOPEN)) { in ptcopen()
496 if (!tp->t_oproc) { in ptcopen()
501 tp->t_oproc = ptsstart; in ptcopen()
564 tp->t_oproc = NULL; in ptcclose()
H A Dtty.c1661 ISSET(tp->t_state, TS_CONNECTED) && tp->t_oproc) { in ttywait()
1662 (*tp->t_oproc)(tp); in ttywait()
1863 if (tp->t_oproc != NULL) { /* XXX: Kludge for pty. */ in ttstart()
1864 (*tp->t_oproc)(tp); in ttstart()
/xnu-8796.121.2/bsd/sys/
H A Dtty.h136 void (*t_oproc)(struct tty *); member
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c108 tp->t_oproc = kmstart; in kmopen()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c85 tp->t_oproc = kmstart; in kmopen()