Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dtty_dev.c287 if (tp->t_oproc) { /* Ctrlr still around. */ in ptsopen()
386 if (tp->t_oproc) { in ptsread()
412 if (tp->t_oproc == 0) { in ptswrite()
498 if (tp->t_oproc || (tp->t_state & TS_ISOPEN)) { in ptcopen()
504 if (!tp->t_oproc) { in ptcopen()
509 tp->t_oproc = ptsstart; in ptcopen()
594 tp->t_oproc = NULL; in ptcclose()
H A Dtty.c1765 ISSET(tp->t_state, TS_CONNECTED) && tp->t_oproc) { in ttywait()
1766 (*tp->t_oproc)(tp); in ttywait()
1967 if (tp->t_oproc != NULL) { /* XXX: Kludge for pty. */ in ttstart()
1968 (*tp->t_oproc)(tp); in ttstart()
/xnu-10002.81.5/bsd/sys/
H A Dtty.h136 void (*t_oproc)(struct tty *); member
/xnu-10002.81.5/bsd/dev/i386/
H A Dkm.c102 tp->t_oproc = kmstart; in kmopen()
/xnu-10002.81.5/bsd/dev/arm/
H A Dkm.c79 tp->t_oproc = kmstart; in kmopen()