Searched refs:no_apm (Results 1 – 3 of 3) sorted by relevance
706 void grub_halt (int no_apm) __attribute__ ((noreturn));
1438 int no_apm; in halt_func() local1440 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()1441 grub_halt (no_apm); in halt_func()
272 grub_halt (int no_apm) in grub_halt() argument