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

/darwin-on-arm/xnu/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.c2502 struct cat_entry *cep;
2699 struct cat_entry *cep;

Completed in 23 milliseconds