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

  /src/sys/arch/macppc/dev/
apm.c 133 * SCFLAG_PCTPRINT: do not output APM power messages due to
139 #define SCFLAG_PCTPRINT 0x0004000
140 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
286 sc->sc_flags |= SCFLAG_PCTPRINT;
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 120 * SCFLAG_PCTPRINT: do not output APM power messages due to
126 #define SCFLAG_PCTPRINT 0x0004000
127 #define SCFLAG_PRINT (SCFLAG_NOPRINT|SCFLAG_PCTPRINT)
395 ((sc->sc_flags & SCFLAG_PRINT) != SCFLAG_PCTPRINT ||
559 sc->sc_flags |= SCFLAG_PCTPRINT;

Completed in 12 milliseconds