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

/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c253 WORD evtype = EVENTLOG_ERROR_TYPE; local
264 evtype = EVENTLOG_ERROR_TYPE;
267 evtype = EVENTLOG_WARNING_TYPE;
272 evtype = EVENTLOG_INFORMATION_TYPE;
279 evtype = EVENTLOG_ERROR_TYPE;
287 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL);
/freebsd-13-stable/sys/dev/hid/
H A Dhidmap.c235 data = hi->evtype == EV_REL
261 if (data == (hi->evtype == EV_REL ? 0 : hi->last_val))
263 if (hi->evtype == EV_KEY)
266 evdev_push_event(hm->evdev, hi->evtype,
565 item->evtype = mi->type;
H A Dhidmap.h167 uint16_t evtype; /* Evdev event type */ member in struct:hidmap_hid_item::__anon12148::__anon12149
H A Dhms.c286 if (hi->type == HIDMAP_TYPE_VARIABLE && hi->evtype == EV_KEY)
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c348 uint32_t evtype)
352 evtrb->dwTrb3 = XHCI_TRB_3_TYPE_SET(evtype);
347 pci_xhci_set_evtrb(struct xhci_trb *evtrb, uint64_t port, uint32_t errcode, uint32_t evtype) argument

Completed in 71 milliseconds