Home
last modified time | relevance | path

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

/external/grub/stage2/
Dshared.h706 void grub_halt (int no_apm) __attribute__ ((noreturn));
Dbuiltins.c1438 int no_apm; in halt_func() local
1440 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()
1441 grub_halt (no_apm); in halt_func()
/external/grub/grub/
Dasmstub.c272 grub_halt (int no_apm) in grub_halt() argument