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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_subr.c85 #define QMEM(n) ((((n)-1)/NBBY)+1) macro
87 #define QMEM(n) (n) macro
112 MALLOC_ZONE(clp->c_cq, u_char *, QMEM(size), M_TTYS, M_WAITOK);
117 bzero(clp->c_cs, QMEM(size));
134 FREE_ZONE(clp->c_cq, QMEM(clp->c_cn), M_TTYS);

Completed in 508 milliseconds