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

  /src/sys/arch/i386/stand/lib/
biosdisk.c 1405 int first_bootme = -1; local in function:biosdisk_find_name
1425 if (first_bootme == -1 &&
1427 first_bootme = part;
1447 if (first_bootme != -1)
1448 candidate = first_bootme;
1542 int first_bootme = -1; local in function:biosdisk_find_raid
1566 if (first_bootme == -1 &&
1568 first_bootme = part;
1587 if (first_bootme != -1)
1588 candidate = first_bootme;
    [all...]

Completed in 58 milliseconds