Home
last modified time | relevance | path

Searched refs:num_root (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_netbsdkintf.c662 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()
/netbsd-src/usr.sbin/sysinst/
H A Dlabel.c191 size_t i, num_root; in verify_parts() local
196 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()