Searched refs:EVENT (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmdlex.l21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
67 <TOP>NOEVENT { yylval.ev = EVENT_NOEVENT; return EVENT; }
68 <TOP>STANDBYREQ { yylval.ev = EVENT_STANDBYREQ; return EVENT; }
69 <TOP>SUSPENDREQ { yylval.ev = EVENT_SUSPENDREQ; return EVENT; }
70 <TOP>NORMRESUME { yylval.ev = EVENT_NORMRESUME; return EVENT; }
71 <TOP>CRITRESUME { yylval.ev = EVENT_CRITRESUME; return EVENT; }
72 <TOP>BATTERYLOW { yylval.ev = EVENT_BATTERYLOW; return EVENT; }
73 <TOP>POWERSTATECHANGE { yylval.ev = EVENT_POWERSTATECHANGE; return EVENT; }
74 <TOP>UPDATETIME { yylval.ev = EVENT_UPDATETIME; return EVENT; }
75 <TOP>CRITSUSPEND { yylval.ev = EVENT_CRITSUSPEND; return EVENT; }
[all...]
H A Dapmdparse.y21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
62 %token <ev> EVENT
131 : EVENT
136 | event_list COMMA EVENT
/freebsd-9.3-release/contrib/nvi/common/
H A Dcommon.h32 typedef struct _event EVENT; typedef in typeref:struct:_event
H A Dgs.h104 EVENT *i_event; /* Array of input events. */
167 int (*scr_event) __P((SCR *, EVENT *, u_int32_t, int));
H A Dkey.c33 static int v_event_append __P((SCR *, EVENT *));
345 * PUBLIC: int v_event_push __P((SCR *, EVENT *, CHAR_T *, size_t, u_int));
350 EVENT *p_evp; /* Push event. */
355 EVENT *evp;
404 EVENT *argp;
407 EVENT *evp;
526 * PUBLIC: int v_event_get __P((SCR *, EVENT *, int, u_int32_t));
531 EVENT *argp;
535 EVENT *evp, ev;
764 * PUBLIC: void v_event_err __P((SCR *, EVENT *));
[all...]
/freebsd-9.3-release/contrib/nvi/include/
H A Dip_extern.h17 int ip_event __P((SCR *, EVENT *, u_int32_t, int));
H A Dcom_extern.h106 int v_event_push __P((SCR *, EVENT *, CHAR_T *, size_t, u_int));
107 int v_event_get __P((SCR *, EVENT *, int, u_int32_t));
108 void v_event_err __P((SCR *, EVENT *));
188 __P((SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *));
192 int e_memcmp __P((CHAR_T *, EVENT *, size_t));
H A Dcl_extern.h46 int cl_event __P((SCR *, EVENT *, u_int32_t, int));
H A Dtk_extern.h16 int tk_event __P((SCR *, EVENT *, u_int32_t, int));
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.conf11 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_read.c41 * PUBLIC: int tk_event __P((SCR *, EVENT *, u_int32_t, int));
46 EVENT *evp;
50 EVENT *tevp;
H A Dtk_util.c85 EVENT *evp;
87 CALLOC(sp, evp, EVENT *, 1, sizeof(EVENT));
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_init.c56 MALLOC_RET(orig, nvip->rep, EVENT *, ovip->rep_len);
H A Dvi.h24 EVENT ev; /* Associated event. */
241 EVENT *rep; /* Input replay buffer. */
H A Dv_replace.c50 EVENT ev;
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_read.c32 static int ip_trans __P((SCR *, IP_PRIVATE *, EVENT *));
38 * PUBLIC: int ip_event __P((SCR *, EVENT *, u_int32_t, int));
43 EVENT *evp;
200 EVENT *evp;
H A Dip_main.c39 EVENT ev;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h404 template <typename EVENT>
408 ((const CHECKER *)checker)->checkEvent(*(const EVENT *)event);
413 mgr._registerListenerForEvent<EVENT>(
510 template <typename EVENT>
518 mgr._registerDispatcherForEvent<EVENT>();
519 static_cast<EventDispatcher<EVENT> *>(checker)->Mgr = &mgr;
522 void dispatchEvent(const EVENT &event) const {
H A DCheckerManager.h529 template <typename EVENT>
531 EventInfo &info = Events[getTag<EVENT>()];
535 template <typename EVENT>
537 EventInfo &info = Events[getTag<EVENT>()];
541 template <typename EVENT>
542 void _dispatchEvent(const EVENT &event) const {
543 EventsTy::const_iterator I = Events.find(getTag<EVENT>());
/freebsd-9.3-release/sys/dev/ieee488/
H A Dugpib.h17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
57 #define EVENT (1<<9) /* Event occured */ macro
/freebsd-9.3-release/sys/dev/cxgb/
H A Dbin2h.pl41 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dsio.s17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
H A Dstart.s17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dstart.s20 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
H A Dsupport.s20 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,

Completed in 117 milliseconds

123