Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h791 void grub_halt (int no_apm) __attribute__ ((noreturn));
H A Dbuiltins.c1904 int no_apm; in halt_func() local
1906 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()
1907 grub_halt (no_apm); in halt_func()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c277 grub_halt (int no_apm) in grub_halt() argument