Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/sysinst/arch/luna68k/ | |
md.c | 259 bool hasboot = false; local in function:md_update 281 hasboot = true; 284 if (hasboot) |
/src/usr.sbin/sysinst/arch/evbarm/ | |
md.c | 310 int i, hasboot=0; local in function:md_check_mbr 314 for (i=0, hasboot=0; i < MBR_PART_COUNT; part++, i++) { 318 hasboot = 1; 322 if (!hasboot) { |