Searched refs:num_root (Results 1 – 2 of 2) sorted by relevance
662 int num_root; in rf_buildroothack() local 668 num_root = 0; in rf_buildroothack() 686 num_root++; in rf_buildroothack() 718 if (num_root == 1) { in rf_buildroothack() 757 } else if (num_root > 1) { in rf_buildroothack() 758 aprint_debug("%s: many roots=%d, %s\n", __func__, num_root, in rf_buildroothack() 770 num_root = 0; in rf_buildroothack() 781 num_root++; in rf_buildroothack() 788 if (num_root == 1) { in rf_buildroothack()
191 size_t i, num_root; in verify_parts() local196 num_root = 0; in verify_parts()209 num_root++; in verify_parts()220 if ((num_root == 0 && install) || in verify_parts()221 (num_root > 1 && inst_start < 0)) { in verify_parts()222 if (num_root == 0 && install) in verify_parts()