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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h178 * A cat_entry is used for bulk enumerations (hfs_readdirattr).
180 struct cat_entry { struct
198 (1 + (8192 - sizeof (struct cat_entrylist)) / sizeof (struct cat_entry))
209 struct cat_entry entry[1]; /* array of entries */
213 sizeof (*ce_list) + (((entries) - 1) * sizeof (struct cat_entry))
H A Dhfs_catalog.c2843 struct cat_entry *cep;
3045 struct cat_entry *cep;

Completed in 13 milliseconds