| /src/sys/dev/hpc/ |
| btnmgr.c | 236 u_int evtype; local 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/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_log.c | 214 WORD evtype = EVENTLOG_ERROR_TYPE; local 225 evtype = EVENTLOG_ERROR_TYPE; 228 evtype = EVENTLOG_WARNING_TYPE; 233 evtype = EVENTLOG_INFORMATION_TYPE; 240 evtype = EVENTLOG_ERROR_TYPE; 248 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL);
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bss_log.c | 254 WORD evtype = EVENTLOG_ERROR_TYPE; local 265 evtype = EVENTLOG_ERROR_TYPE; 268 evtype = EVENTLOG_WARNING_TYPE; 273 evtype = EVENTLOG_INFORMATION_TYPE; 280 evtype = EVENTLOG_ERROR_TYPE; 288 ReportEventA(bp->ptr, evtype, 0, 1024, NULL, 2, 0, lpszStrings, NULL);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bss_log.c | 253 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);
|
| /src/sys/arch/arm/apple/ |
| apple_intc.c | 306 uint16_t evtype, evdata; local 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 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/external/mit/xorg/lib/libxcb/files/ |
| present.h | 268 uint16_t evtype; member in struct:xcb_present_generic_event_t
|
| /src/sys/dev/nvmm/x86/ |
| nvmm_x86_svm.c | 746 u_int evtype; local 751 evtype = comm->event.type; 756 switch (evtype) {
|
| nvmm_x86_vmx.c | 1083 u_int evtype; local 1086 evtype = comm->event.type; 1093 switch (evtype) {
|