Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dtty_pty.c126 pti->pt_tty = ttymalloc(); in pty_get_ioctl()
H A Dtty_ptmx.c297 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) { in ptmx_get_ioctl()
H A Dtty.c3265 ttymalloc(void) in ttymalloc() function
/xnu-12377.81.4/bsd/sys/
H A Dtty.h337 struct tty *ttymalloc(void);
/xnu-12377.81.4/bsd/dev/i386/
H A Dkm.c77 km_tty[0] = ttymalloc(); in kminit()
/xnu-12377.81.4/bsd/dev/arm/
H A Dkm.c54 km_tty[0] = ttymalloc(); in kminit()