HomeSort by: relevance | last modified time | path
    Searched defs:hasboot (Results 1 - 2 of 2) sorted by relevancy

  /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) {

Completed in 13 milliseconds