Searched refs:mount_idx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/BootCache-106/
H A Dlibrary.c352 int i, oentries, mount_idx; local
362 for (mount_idx = 0; mount_idx < pc->p_nmounts; mount_idx++)
363 pc->p_mounts[mount_idx].pm_nentries = 0;
561 int error, mount_idx, curbatch; local
625 for (mount_idx = 0; mount_idx < pc->p_nmounts; mount_idx++) {
626 if (0 == uuid_compare(pc->p_mounts[mount_idx]
[all...]
H A Dkext.c3059 int error, mount_idx, i; local
3102 for (mount_idx = 0; mount_idx < BC_cache->c_nmounts; mount_idx++) {
3103 if (BC_cache->c_mounts + mount_idx == cm) continue;
3105 cd = BC_cache->c_mounts[mount_idx].cm_disk;
3339 int mount_idx, error, i; local
3361 for (mount_idx = 0; mount_idx < BC_cache->c_nmounts; mount_idx
4152 int error = 0, copyin_error, mount_idx; local
4350 int error, mount_idx; local
4522 int mount_idx = 0; local
4586 int mount_idx, entry_idx; local
[all...]

Completed in 178 milliseconds