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

  /src/sys/dev/hpc/
btnmgr.c 236 u_int evtype; local in function:btnmgr_hook
237 evtype = msg ? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP;
242 n = pckbd_encode(evtype, button_config[id].keycode,
247 wskbd_input(sc->sc_wskbddev, evtype,
  /src/sys/arch/arm/apple/
apple_intc.c 306 uint16_t evtype, evdata; local in function:apple_intc_irq_handler
314 evtype = __SHIFTOUT(ev, AIC_EVENT_TYPE);
320 if (evtype == AIC_EVENT_TYPE_IRQ) {
331 } else if (evtype == AIC_EVENT_TYPE_IPI) {
  /src/sys/arch/i386/pnpbios/
pnpbios.c 286 int evtype; local in function:pnpbios_attach
315 evtype = (sc->sc_control & PNP_IC_CONTORL_EVENT_MASK);
316 if (evtype == PNP_IC_CONTROL_EVENT_POLL) {
369 if (evtype != PNP_IC_CONTROL_EVENT_NONE) {
370 if (evtype != PNP_IC_CONTROL_EVENT_POLL || sc->sc_evaddr) {
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 745 u_int evtype; local in function:svm_vcpu_inject
750 evtype = comm->event.type;
755 switch (evtype) {
nvmm_x86_vmx.c 1082 u_int evtype; local in function:vmx_vcpu_inject
1085 evtype = comm->event.type;
1092 switch (evtype) {

Completed in 92 milliseconds