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

/macosx-10.9.5/BootCache-106/
H A Dlibrary.c56 if (hc->h_mounts)
57 free(hc->h_mounts);
581 for (hm = hc->h_mounts; hm < (hc->h_mounts + hc->h_nmounts); hm++) {
621 hm = hc->h_mounts + he->he_mount_idx;
745 if ((hc->h_mounts = malloc(bc.bc_data1_size)) == NULL) {
758 bc.bc_data1 = (uintptr_t) hc->h_mounts;
768 if (hc->h_mounts || hc->h_entries) {
1296 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
H A DBootCache.h294 struct BC_history_mount *h_mounts; /* array of mounts */ member in struct:BC_history
H A Dcontrol.c1177 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),

Completed in 235 milliseconds