Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dshared.h788 void grub_halt (int no_apm) __attribute__ ((noreturn));
H A Dbuiltins.c1901 int no_apm; in halt_func() local
1903 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()
1904 grub_halt (no_apm); in halt_func()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c274 grub_halt (int no_apm) in grub_halt() argument