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