Searched refs:BC_history_entry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/BootCache-106/
H A DBootCache.h142 * BC_history_mount and BC_history_entry structures at bc_data1 and bc_data2,
155 struct BC_history_entry { struct
295 struct BC_history_entry *h_entries; /* array of entries */
H A Dkext.c286 /* see BC_history_entry and BC_history_mount in BootCache.h */
307 struct BC_history_entry hec_data[0];
314 sizeof(struct BC_history_entry)) - 1)
320 sizeof(struct BC_history_entry)) - 1)
4585 struct BC_history_entry *he;
4794 return(nentries * sizeof(struct BC_history_entry));
4863 cluster_entries * sizeof(struct BC_history_entry))) != 0)
4865 uptr += cluster_entries * sizeof(struct BC_history_entry);
H A Dlibrary.c560 struct BC_history_entry *he;
756 hc->h_nentries = bc.bc_data2_size / sizeof(struct BC_history_entry);
770 hc->h_nentries = bc.bc_data2_size / sizeof(struct BC_history_entry);

Completed in 60 milliseconds