Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dtty_pty.c125 pti->pt_tty = ttymalloc(); in pty_get_ioctl()
H A Dtty_ptmx.c296 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) { in ptmx_get_ioctl()
H A Dtty.c3158 ttymalloc(void) in ttymalloc() function
/xnu-8020.121.3/bsd/dev/i386/
H A Dkm.c83 km_tty[0] = ttymalloc(); in kminit()
/xnu-8020.121.3/bsd/sys/
H A Dtty.h334 struct tty *ttymalloc(void);
/xnu-8020.121.3/bsd/dev/arm/
H A Dkm.c60 km_tty[0] = ttymalloc(); in kminit()