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

/freebsd-current/usr.sbin/apmd/
H A Dapmd.h75 struct event_config { struct
99 extern struct event_config events[EVENT_MAX];
123 int exec_event_cmd(struct event_config *);
H A Dapmd.c63 struct event_config events[EVENT_MAX] = {
185 * manipulate event_config
303 exec_event_cmd(struct event_config *ev)
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h295 struct event_config struct
462 @return an event_config object that can be used to store configuration, or
464 @see event_base_new_with_config(), event_config_free(), event_config
467 struct event_config *event_config_new(void);
475 void event_config_free(struct event_config *cfg);
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
609 int event_config_require_features(struct event_config *cfg, int feature);
618 int event_config_set_flag(struct event_config *cfg, int flag);
630 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
661 int event_config_set_max_dispatch_interval(struct event_config *cf
[all...]
/freebsd-current/contrib/libevent/include/event2/
H A Devent.h295 struct event_config struct
462 @return an event_config object that can be used to store configuration, or
464 @see event_base_new_with_config(), event_config_free(), event_config
467 struct event_config *event_config_new(void);
475 void event_config_free(struct event_config *cfg);
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
609 int event_config_require_features(struct event_config *cfg, int feature);
618 int event_config_set_flag(struct event_config *cfg, int flag);
630 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
661 int event_config_set_max_dispatch_interval(struct event_config *cf
[all...]
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_event.c417 softs->event_config.num_event_descriptors = MIN(event_config_p->num_event_descriptors,
420 for (i=0; i < softs->event_config.num_event_descriptors ;i++){
421 softs->event_config.descriptors[i].event_type =
477 event_config_p->num_event_descriptors = softs->event_config.num_event_descriptors;
480 for (i=0; i < softs->event_config.num_event_descriptors ; i++){
482 softs->event_config.descriptors[i].event_type;
H A Dsmartpqi_structures.h1335 pqi_event_config_t event_config; member in struct:pqisrc_softstate
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtest-closed.c75 struct event_config *cfg;
H A Dbench_http.c87 struct event_config *cfg = event_config_new();
H A Dbench.c153 struct event_config *cfg = NULL;
H A Dtest-ratelim.c282 struct event_config *cfg = NULL;
340 struct event_config *base_cfg;
H A Dregress_thread.c457 struct event_config *cfg = NULL;
H A Dregress.c2568 struct event_config *cfg = NULL;
2630 struct event_config *cfg = NULL;
2692 struct event_config *cfg = NULL;
3061 struct event_config *cfg = NULL;
3289 struct event_config *cfg = NULL;
/freebsd-current/contrib/libevent/test/
H A Dtest-closed.c75 struct event_config *cfg;
H A Dbench.c153 struct event_config *cfg = NULL;
H A Dbench_http.c87 struct event_config *cfg = event_config_new();
H A Dtest-ratelim.c282 struct event_config *cfg = NULL;
340 struct event_config *base_cfg;
H A Dregress_thread.c457 struct event_config *cfg = NULL;
H A Dregress.c2568 struct event_config *cfg = NULL;
2630 struct event_config *cfg = NULL;
2692 struct event_config *cfg = NULL;
3061 struct event_config *cfg = NULL;
3289 struct event_config *cfg = NULL;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devent-internal.h359 struct event_config { struct
H A Devent.c523 struct event_config *cfg = event_config_new();
534 event_config_is_avoided_method(const struct event_config *cfg,
605 event_base_new_with_config(const struct event_config *cfg)
1135 struct event_config *
1138 struct event_config *cfg = mm_calloc(1, sizeof(*cfg));
1160 event_config_free(struct event_config *cfg)
1172 event_config_set_flag(struct event_config *cfg, int flag)
1181 event_config_avoid_method(struct event_config *cfg, const char *method)
1198 event_config_require_features(struct event_config *cfg,
1208 event_config_set_num_cpus_hint(struct event_config *cf
[all...]
/freebsd-current/contrib/libevent/
H A Devent-internal.h359 struct event_config { struct
H A Devent.c523 struct event_config *cfg = event_config_new();
534 event_config_is_avoided_method(const struct event_config *cfg,
605 event_base_new_with_config(const struct event_config *cfg)
1135 struct event_config *
1138 struct event_config *cfg = mm_calloc(1, sizeof(*cfg));
1160 event_config_free(struct event_config *cfg)
1172 event_config_set_flag(struct event_config *cfg, int flag)
1181 event_config_avoid_method(struct event_config *cfg, const char *method)
1198 event_config_require_features(struct event_config *cfg,
1208 event_config_set_num_cpus_hint(struct event_config *cf
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c448 struct event_config *cfg = NULL;
/freebsd-current/contrib/libevent/sample/
H A Dhttp-server.c448 struct event_config *cfg = NULL;
/freebsd-current/contrib/ntp/sntp/
H A Dmain.c142 struct event_config * evcfg;

Completed in 183 milliseconds