Home
last modified time | relevance | path

Searched refs:apm (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am12 EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS)
H A DMakefile.solaris628 SRC_FILES = Makefile.am Makefile.in apic.h apm.S asm.S bios.c boot.c \
H A DMakefile.in487 EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS)
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h185 uint32_t apm :1; member
292 uint32_t apm :1; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h234 uint32_t apm :1; member
447 uint32_t apm :1; member
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m195 file path=usr/share/src/grub/stage2/apm.S
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-21393 - Command: halt `--no-apm'
1394 The command halts the computer. If the `--no-apm' option is
H A Dmultiboot.texi899 valid, and contains the physical address of an @sc{apm} table defined as
H A Dgrub.texi2870 @deffn Command halt @option{--no-apm}
2871 The command halts the computer. If the @option{--no-apm} option
H A Dgrub.info2697 -- Command: halt `--no-apm'
2698 The command halts the computer. If the `--no-apm' option is
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1613 if (state->ts_devlim.apm) { in tavor_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2441 if (state->hs_devlim.apm) { in hermon_soft_state_init()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2224 * stage2/apm.S: Always disconnect from APM. Written by Erich
3009 * stage2/asm.S [STAGE1_5]: Don't include setjmp.S or apm.S.
3024 * stage2/apm.S (get_apm_info): Fix a serious typo: prot_to_real
3109 Include "apm.S".
3110 * stage2/apm.S: New file.
3115 * stage2/Makefile.am (EXTRA_DIST): Added apm.S.