Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/powerpc64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/sparc64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/macppc/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/riscv64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/loongson/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/arm64/include/
H A Dapmvar.h73 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/i386/include/
H A Dapmvar.h181 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/amd64/include/
H A Dapmvar.h182 #define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK)) macro
/openbsd/sys/arch/loongson/dev/
H A Dapm.c366 knote_locked(&sc->sc_note, APM_EVENT_COMPOSE(event, apm_evindex)); in apm_record_event()
/openbsd/sys/arch/arm64/dev/
H A Dapm.c351 knote_locked(&sc->sc_note, APM_EVENT_COMPOSE(event, apm_evindex)); in apm_record_event()
/openbsd/sys/arch/i386/i386/
H A Dapm.c313 knote_locked(&sc->sc_note, APM_EVENT_COMPOSE(type, apm_evindex)); in apm_record_event()
/openbsd/sys/dev/acpi/
H A Dacpi.c3483 knote_locked(&sc->sc_note, APM_EVENT_COMPOSE(type, acpi_evindex)); in acpi_record_event()