Searched refs:M_TTYS (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c106 MALLOC_ZONE(clp->c_cs, u_char *, size, M_TTYS, M_WAITOK);
112 MALLOC_ZONE(clp->c_cq, u_char *, QMEM(size), M_TTYS, M_WAITOK);
114 FREE_ZONE(clp->c_cs, size, M_TTYS);
132 FREE_ZONE(clp->c_cs, clp->c_cn, M_TTYS);
134 FREE_ZONE(clp->c_cq, QMEM(clp->c_cn), M_TTYS);
H A Dtty_ptmx.c379 MALLOC(new_ptmx_ioctl, struct ptmx_ioctl *, sizeof(struct ptmx_ioctl), M_TTYS, M_WAITOK|M_ZERO);
385 FREE(new_ptmx_ioctl, M_TTYS);
402 MALLOC(new_pis_ioctl_list, struct ptmx_ioctl **, sizeof(struct ptmx_ioctl *) * (_state.pis_total + PTMX_GROW_VECTOR), M_TTYS, M_WAITOK|M_ZERO);
406 FREE(new_ptmx_ioctl, M_TTYS);
417 FREE(old_pis_ioctl_list, M_TTYS);
423 FREE(new_ptmx_ioctl, M_TTYS);
490 FREE(old_ptmx_ioctl, M_TTYS);
H A Dtty.c3042 MALLOC(tp, struct tty *, sizeof(struct tty), M_TTYS, M_WAITOK|M_ZERO);
3107 FREE(tp, M_TTYS);
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h158 #define M_TTYS 65 /* allocated tty structures */ macro

Completed in 28 milliseconds