Searched refs:evcode (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 107 uint32_t evcode; member 190 if (key->evcode != GPIOKEY_NONE && in gpiokeys_key_event() 192 evdev_push_key(sc->sc_evdev, key->evcode, pressed); in gpiokeys_key_event() 321 key->evcode = code; in gpiokeys_attach_key()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 333 #define ees_event(ees, evcode) if ((ees)->status != (u_char)(evcode)) \ argument 334 ees_report_event((ees), (evcode))
|
H A D | ntp_control.c | 5107 int evcode, /* event code */ in report_event() 5120 report_event(evcode, p, msg); in mprintf_event() 5119 mprintf_event(int evcode,struct peer * p,const char * fmt,...) mprintf_event() argument
|