Searched refs:SCFLAG_PCTPRINT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dapm.c133 * SCFLAG_PCTPRINT: do not output APM power messages due to
139 #define SCFLAG_PCTPRINT 0x0004000 macro
140 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
286 sc->sc_flags |= SCFLAG_PCTPRINT;
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_apm.c120 * SCFLAG_PCTPRINT: do not output APM power messages due to
126 #define SCFLAG_PCTPRINT 0x0004000 macro
127 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
395 ((sc->sc_flags & SCFLAG_PRINT) != SCFLAG_PCTPRINT ||
559 sc->sc_flags |= SCFLAG_PCTPRINT;

Completed in 107 milliseconds