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

/macosx-10.10/BootCache-109/
H A DBootCache.h136 * BC_history_mount and BC_history_entry structures at bc_data1 and bc_data2,
144 struct BC_history_mount { struct
288 struct BC_history_mount *h_mounts; /* array of mounts */
H A Dkext.c286 /* see BC_history_entry and BC_history_mount in BootCache.h */
289 * Wrapper around BC_history_mount so we
298 struct BC_history_mount hmd_mount;
4777 return(nmounts * sizeof(struct BC_history_mount));
4826 sizeof(struct BC_history_mount))) != 0)
4828 uptr += sizeof(struct BC_history_mount);
H A Dlibrary.c559 struct BC_history_mount *hm;
755 hc->h_nmounts = bc.bc_data1_size / sizeof(struct BC_history_mount);
769 hc->h_nmounts = bc.bc_data1_size / sizeof(struct BC_history_mount);

Completed in 286 milliseconds