Home
last modified time | relevance | path

Searched refs:SCFLAG_OCTL (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/i386/bios/
Dapm.c79 #define SCFLAG_OCTL 0x0000002 macro
80 #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()