Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/bio/
H A Dbss_log.c253 WORD evtype = EVENTLOG_ERROR_TYPE; in xsyslog() local
264 evtype = EVENTLOG_ERROR_TYPE; in xsyslog()
267 evtype = EVENTLOG_WARNING_TYPE; in xsyslog()
272 evtype = EVENTLOG_INFORMATION_TYPE; in xsyslog()
279 evtype = EVENTLOG_ERROR_TYPE; in xsyslog()
287 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL); in xsyslog()
/freebsd-13.1/sys/dev/hid/
H A Dhidmap.c235 data = hi->evtype == EV_REL in hidmap_intr()
261 if (data == (hi->evtype == EV_REL ? 0 : hi->last_val)) in hidmap_intr()
263 if (hi->evtype == EV_KEY) in hidmap_intr()
266 evdev_push_event(hm->evdev, hi->evtype, in hidmap_intr()
569 item->evtype = mi->type; in hidmap_parse_hid_item()
H A Dhidmap.h170 uint16_t evtype; /* Evdev event type */ member
H A Dhms.c287 if (hi->type == HIDMAP_TYPE_VARIABLE && hi->evtype == EV_KEY) in hms_attach()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_xhci.c348 uint32_t evtype) in pci_xhci_set_evtrb() argument
352 evtrb->dwTrb3 = XHCI_TRB_3_TYPE_SET(evtype); in pci_xhci_set_evtrb()