Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c254 WORD evtype = EVENTLOG_ERROR_TYPE; in xsyslog() local
265 evtype = EVENTLOG_ERROR_TYPE; in xsyslog()
268 evtype = EVENTLOG_WARNING_TYPE; in xsyslog()
273 evtype = EVENTLOG_INFORMATION_TYPE; in xsyslog()
280 evtype = EVENTLOG_ERROR_TYPE; in xsyslog()
288 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL); in xsyslog()
/freebsd/sys/dev/hid/
H A Dhidmap.c233 data = hi->evtype == EV_REL in hidmap_intr()
259 if (data == (hi->evtype == EV_REL ? 0 : hi->last_val)) in hidmap_intr()
261 if (hi->evtype == EV_KEY) in hidmap_intr()
264 evdev_push_event(hm->evdev, hi->evtype, in hidmap_intr()
567 item->evtype = mi->type; in hidmap_parse_hid_item()
H A Dhms.c301 if (hi->type == HIDMAP_TYPE_VARIABLE && hi->evtype == EV_KEY) in hms_attach()
308 hi->evtype == EV_REL && hi->code == REL_WHEEL) { in hms_attach()
H A Dhidmap.h170 uint16_t evtype; /* Evdev event type */ member
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c355 uint32_t evtype) in pci_xhci_set_evtrb() argument
359 evtrb->dwTrb3 = XHCI_TRB_3_TYPE_SET(evtype); in pci_xhci_set_evtrb()