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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c82 km_tty[0] = ttymalloc();
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c83 km_tty[0] = ttymalloc();
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h328 struct tty *ttymalloc(void);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c185 * the ttymalloc and the tp indirection.
196 if ((tp = pt_tty[minor(dev)] = ttymalloc()) == NULL) {
433 tp = pt_tty[minor(dev)] = ttymalloc();
H A Dtty_ptmx.c242 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */
384 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) {
H A Dtty.c3038 ttymalloc(void) function

Completed in 31 milliseconds