Searched refs:no_apm (Results 1 - 3 of 3) sorted by relevance

/external/grub/grub/
H A Dasmstub.c272 grub_halt (int no_apm) argument
/external/grub/stage2/
H A Dshared.h706 void grub_halt (int no_apm) __attribute__ ((noreturn));
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 121 milliseconds