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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h212 #define CE_LIST_SIZE(entries) \ macro
H A Dhfs_attrlist.c214 MALLOC(ce_list, struct cat_entrylist *, CE_LIST_SIZE(maxentries), M_TEMP, M_WAITOK);
219 bzero(ce_list, CE_LIST_SIZE(maxentries));

Completed in 20 milliseconds