Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dtty_dev.c292 if (tp->t_oproc) { /* Ctrlr still around. */ in ptsopen()
391 if (tp->t_oproc) { in ptsread()
417 if (tp->t_oproc == 0) { in ptswrite()
503 if (tp->t_oproc || (tp->t_state & TS_ISOPEN)) { in ptcopen()
509 if (!tp->t_oproc) { in ptcopen()
514 tp->t_oproc = ptsstart; in ptcopen()
599 tp->t_oproc = NULL; in ptcclose()
H A Dtty.c1771 ISSET(tp->t_state, TS_CONNECTED) && tp->t_oproc) { in ttywait()
1772 (*tp->t_oproc)(tp); in ttywait()
1973 if (tp->t_oproc != NULL) { /* XXX: Kludge for pty. */ in ttstart()
1974 (*tp->t_oproc)(tp); in ttstart()
/xnu-12377.41.6/bsd/sys/
H A Dtty.h136 void (*t_oproc)(struct tty *); member
/xnu-12377.41.6/bsd/dev/i386/
H A Dkm.c102 tp->t_oproc = kmstart; in kmopen()
/xnu-12377.41.6/bsd/dev/arm/
H A Dkm.c79 tp->t_oproc = kmstart; in kmopen()