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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h132 #define M_FILEDESC 39 /* Open file descriptor table */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c3592 sizeof(*newfdp), M_FILEDESC, M_WAITOK);
3662 FREE_ZONE(newfdp, sizeof *newfdp, M_FILEDESC);
3695 FREE_ZONE(newfdp, sizeof(*newfdp), M_FILEDESC);
3842 FREE_ZONE(fdp, sizeof(*fdp), M_FILEDESC);

Completed in 25 milliseconds