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

/macosx-10.5.8/xnu-1228.15.4/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.c331 MALLOC(new_ptmx_ioctl, struct ptmx_ioctl *, sizeof(struct ptmx_ioctl), M_TTYS, M_WAITOK|M_ZERO);
337 FREE(new_ptmx_ioctl, M_TTYS);
354 MALLOC(new_pis_ioctl_list, struct ptmx_ioctl **, sizeof(struct ptmx_ioctl *) * (_state.pis_total + PTMX_GROW_VECTOR), M_TTYS, M_WAITOK|M_ZERO);
358 FREE(new_ptmx_ioctl, M_TTYS);
369 FREE(old_pis_ioctl_list, M_TTYS);
375 FREE(new_ptmx_ioctl, M_TTYS);
446 FREE(old_ptmx_ioctl, M_TTYS);
H A Dtty.c2564 MALLOC(tp, struct tty *, sizeof(struct tty), M_TTYS, M_WAITOK|M_ZERO);
2584 FREE(tp, M_TTYS);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h158 #define M_TTYS 65 /* allocated tty structures */ macro

Completed in 35 milliseconds