Searched refs:SCFLAG_OCTL (Results 1 – 1 of 1) sorted by relevance
79 #define SCFLAG_OCTL 0x0000002 macro80 #define SCFLAG_OPEN (SCFLAG_ONORMAL|SCFLAG_OCTL)1031 return (sc->sc_flags & SCFLAG_OCTL) ? 0 : 1; /* user may handle */ in apm_record_event()1273 if (sc->sc_flags & SCFLAG_OCTL) in apmopen()1275 sc->sc_flags |= SCFLAG_OCTL; in apmopen()1293 sc->sc_flags &= ~SCFLAG_OCTL; in apmclose()