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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp327 const partition_module_info *bestModule = NULL; local
352 if (bestModule)
353 bestModule->free_identify_partition_cookie(this, bestCookie);
354 bestModule = module;
377 if (bestModule && bestPriority >= bestFSPriority) {
379 status_t status = bestModule->scan_partition(opener.Descriptor(), this,
381 bestModule->free_identify_partition_cookie(this, bestCookie);
385 "failed to scan it\n", bestModule->pretty_name);
391 content_type = bestModule->pretty_name;
423 fModuleName = bestModule
[all...]

Completed in 40 milliseconds