Searched refs:ttyclose (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c167 ttyclose(tp);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c170 ttyclose(tp);
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h317 int ttyclose(struct tty *tp); /* LEGACY: avoid using */
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c261 (void) ttyclose(tp);
H A Dtty_ptmx.c635 (void) ttyclose(tp);
644 /* unconditional, just like ttyclose() */
1677 * tty's klists to keep ttyclose() happy, and set the hookid to
H A Dtty.c415 * ttyclose
420 * XXX our caller should have done `spltty(); l_close(); ttyclose();'
427 ttyclose(struct tty *tp) function

Completed in 31 milliseconds