HomeSort by relevance Sort by last modified time
    Searched full:no_apm (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
shared.h 704 /* Halt the system, using APM if possible. If NO_APM is true, don't use
706 void grub_halt (int no_apm) __attribute__ ((noreturn));
asm.S 240 * grub_halt(int no_apm)
242 * Halt the system, using APM if possible. If NO_APM is true, don't use
    [all...]
builtins.c 1458 int no_apm;
1460 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0);
1461 grub_halt (no_apm);
1438 int no_apm; local
    [all...]
  /external/grub/grub/
asmstub.c 272 grub_halt (int no_apm)

Completed in 539 milliseconds