Searched refs:disk_count (Results 1 – 3 of 3) sorted by relevance
76 uint32_t disk_count = 0; in VbTryLoadKernel() local85 if (VBERROR_SUCCESS != VbExDiskGetInfo(&disk_info, &disk_count, in VbTryLoadKernel()87 disk_count = 0; in VbTryLoadKernel()89 VBDEBUG(("VbTryLoadKernel() found %d disks\n", (int)disk_count)); in VbTryLoadKernel()90 if (0 == disk_count) { in VbTryLoadKernel()96 for (i = 0; i < disk_count; i++) { in VbTryLoadKernel()467 uint32_t disk_count = 0; in VbBootRecovery() local473 if (VBERROR_SUCCESS != VbExDiskGetInfo(&disk_info, &disk_count, in VbBootRecovery()475 disk_count = 0; in VbBootRecovery()478 if (0 == disk_count) in VbBootRecovery()[all …]
115 let disk_count = 0; in simple_vm_test() localVariable116 for _ in 0..disk_count { in simple_vm_test()
2422 let disk_count = cfg.disks.len(); in run_vm() localVariable2423 for _ in 0..disk_count { in run_vm()