Home
last modified time | relevance | path

Searched refs:set_constty (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.61.5/bsd/dev/arm/
H A Dcons.c43 set_constty(struct tty *new_tty) in set_constty() function
170 freetp = set_constty(NULL); in cnioctl()
/xnu-11215.61.5/bsd/kern/
H A Dsubr_prf.c128 extern struct tty *set_constty(struct tty *);
355 freetp = set_constty(NULL); in putchar()
377 freetp = set_constty(NULL); in putchar()
H A Dtty.c390 freetp = set_constty(NULL); in ttyclose()
1195 freetp = set_constty(tp); in ttioctl_locked()
1211 freetp = set_constty(NULL); in ttioctl_locked()
H A Dtty_dev.c547 freetp = set_constty(NULL); in ptcclose()
/xnu-11215.61.5/bsd/machine/
H A Dcons.h65 extern struct tty *set_constty(struct tty *);
/xnu-11215.61.5/bsd/dev/i386/
H A Dcons.c77 set_constty(struct tty *new_tty) in set_constty() function