Searched refs:hm_uuid (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.10.1/BootCache-109/
H A DBootCache.h145 uuid_t hm_uuid; /* The UUID of the mount */ member in struct:BC_history_mount
H A Dcontrol.c1172 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
H A Dkext.c2714 if (uuid_is_null(hmd->hmd_mount.hm_uuid))
4390 if (hmd == NULL || (! uuid_is_null(hmd->hmd_mount.hm_uuid))) {
4428 debug("can't determine if physical disk for history mount %s is an ssd", uuid_string(hmd->hmd_mount.hm_uuid));
4462 uuid_copy(hmd->hmd_mount.hm_uuid, attr.f_uuid);
4547 uuid_clear(tmphmd->hmd_mount.hm_uuid);
4649 if (uuid_is_null(hmd->hmd_mount.hm_uuid)) {
H A Dlibrary.c582 if (! uuid_is_null(hm->hm_uuid)) {
584 uuid_copy(pm->pm_uuid, hm->hm_uuid);
626 if (0 == uuid_compare(pc->p_mounts[mount_idx].pm_uuid, hm->hm_uuid)) {
1296 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),

Completed in 100 milliseconds