Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dkm.c172 ttyclose(tp); in kmclose()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h323 int ttyclose(struct tty *tp); /* LEGACY: avoid using */
/xnu-8019.80.24/bsd/dev/arm/
H A Dkm.c153 ttyclose(tp); in kmclose()
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c342 (void)ttyclose(tp); in ptsclose()
H A Dtty.c338 ttyclose(struct tty *tp) in ttyclose() function