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

/netbsd-current/sys/arch/macppc/dev/
H A Dapm.c130 * SCFLAG_NOPRINT: do not output APM power messages due to
138 #define SCFLAG_NOPRINT 0x0008000 macro
140 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
282 sc->sc_flags |= SCFLAG_NOPRINT;
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_apm.c117 * SCFLAG_NOPRINT: do not output APM power messages due to
125 #define SCFLAG_NOPRINT 0x0008000 macro
127 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
394 (sc->sc_flags & SCFLAG_PRINT) != SCFLAG_NOPRINT &&
555 sc->sc_flags |= SCFLAG_NOPRINT;

Completed in 190 milliseconds