Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbss_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-stable/sys/dev/hid/
HDhidmap.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()
HDhidmap.h170 uint16_t evtype; /* Evdev event type */ member
HDhms.c289 if (hi->type == HIDMAP_TYPE_VARIABLE && hi->evtype == EV_KEY) in hms_attach()
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_xhci.c353 uint32_t evtype) in pci_xhci_set_evtrb() argument
357 evtrb->dwTrb3 = XHCI_TRB_3_TYPE_SET(evtype); in pci_xhci_set_evtrb()