HomeSort by: relevance | last modified time | path
    Searched defs:SCFLAG_NOPRINT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
apm.c 130 * SCFLAG_NOPRINT: do not output APM power messages due to
138 #define SCFLAG_NOPRINT 0x0008000
140 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
282 sc->sc_flags |= SCFLAG_NOPRINT;
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 117 * SCFLAG_NOPRINT: do not output APM power messages due to
125 #define SCFLAG_NOPRINT 0x0008000
127 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
394 (sc->sc_flags & SCFLAG_PRINT) != SCFLAG_NOPRINT &&
555 sc->sc_flags |= SCFLAG_NOPRINT;

Completed in 13 milliseconds