Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dapple_driver.c59 int have_boot = 0, have_hfs = 0; in main() local
91 if (!have_boot && !strncmp(mac_part->pmPartType, pmPartType_2, 12)) { in main()
96 have_boot = 1; in main()
117 if (!have_hfs || !have_boot) in main()