Searched refs:no_apm (Results 1 – 3 of 3) sorted by relevance
791 void grub_halt (int no_apm) __attribute__ ((noreturn));
1904 int no_apm; in halt_func() local1906 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()1907 grub_halt (no_apm); in halt_func()
277 grub_halt (int no_apm) in grub_halt() argument