Searched defs:no_apm (Results 1 - 2 of 2) sorted by relevance

/external/grub/grub/
H A Dasmstub.c272 grub_halt (int no_apm) argument
/external/grub/stage2/
H A Dbuiltins.c1458 int no_apm;
1460 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0);
1461 grub_halt (no_apm);
1438 int no_apm; local

Completed in 64 milliseconds