Searched refs:BC_read_history_entry (Results 1 - 1 of 1) sorted by path

/macosx-10.10/BootCache-109/
H A Dkext.c329 struct BC_read_history_entry { struct
425 struct BC_read_history_entry *c_rhistory;
4275 if ((BC_cache->c_rhistory = BC_MALLOC(READ_HISTORY_BUFFER * sizeof(struct BC_read_history_entry),
4278 READ_HISTORY_BUFFER * sizeof(struct BC_read_history_entry));
4282 bzero(BC_cache->c_rhistory, READ_HISTORY_BUFFER * sizeof(struct BC_read_history_entry));

Completed in 216 milliseconds