Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/dev/i386/
H A Dkm.c166 ttyclose(tp); in kmclose()
/xnu-11215.81.4/bsd/sys/
H A Dtty.h326 int ttyclose(struct tty *tp); /* LEGACY: avoid using */
/xnu-11215.81.4/bsd/dev/arm/
H A Dkm.c147 ttyclose(tp); in kmclose()
/xnu-11215.81.4/bsd/kern/
H A Dtty_dev.c351 (void)ttyclose(tp); in ptsclose()
H A Dtty.c376 ttyclose(struct tty *tp) in ttyclose() function