Searched refs:h_entries (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/BootCache-109/
H A DBootCache.h289 struct BC_history_entry *h_entries; /* array of entries */ member in struct:BC_history
H A Dcontrol.c1172 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
1173 hc->h_entries[i].he_offset, hc->h_entries[i].he_length,
1174 hc->h_entries[i].he_pid,
1175 hc->h_entries[i].he_flags & BC_HE_HIT ? " hit" :
1176 hc->h_entries[i].he_flags & BC_HE_WRITE ? " write" :
1177 hc->h_entries[i].he_flags & BC_HE_TAG ? " tag" : " miss",
1178 hc->h_entries[i].he_flags & BC_HE_SHARED ? " shared" : "");
H A Dlibrary.c58 if (hc->h_entries)
59 free(hc->h_entries);
598 for (he = hc->h_entries; he < (hc->h_entries + hc->h_nentries); he++) {
616 warnx("History entry %ld referenced mount index %d, but there are only %d mounts", (long)(he - hc->h_entries), he->he_mount_idx, hc->h_nmounts);
750 if ((hc->h_entries = malloc(bc.bc_data2_size)) == NULL) {
759 bc.bc_data2 = (uintptr_t) hc->h_entries;
768 if (hc->h_mounts || hc->h_entries) {
1296 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
1297 hc->h_entries[
[all...]

Completed in 141 milliseconds