/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event.h | 295 struct event_config struct 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 *cfg, 678 struct event_base *event_base_new_with_config(const struct event_config *);
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event.h | 295 struct event_config struct 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 *cfg, 678 struct event_base *event_base_new_with_config(const struct event_config *);
|
/freebsd/usr.sbin/apmd/ |
H A D | apmd.h | 75 struct event_config { struct 99 extern struct event_config events[EVENT_MAX]; argument 123 int exec_event_cmd(struct event_config *);
|
H A D | apmd.c | 63 struct event_config events[EVENT_MAX] = { 303 exec_event_cmd(struct event_config *ev) in exec_event_cmd()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_event.c | 417 softs->event_config.num_event_descriptors = MIN(event_config_p->num_event_descriptors, in pqisrc_report_event_config() 420 for (i=0; i < softs->event_config.num_event_descriptors ;i++){ in pqisrc_report_event_config() 421 softs->event_config.descriptors[i].event_type = in pqisrc_report_event_config() 477 event_config_p->num_event_descriptors = softs->event_config.num_event_descriptors; in pqisrc_set_event_config() 480 for (i=0; i < softs->event_config.num_event_descriptors ; i++){ in pqisrc_set_event_config() 482 softs->event_config.descriptors[i].event_type; in pqisrc_set_event_config()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | test-closed.c | 75 struct event_config *cfg; in main()
|
H A D | bench_http.c | 87 struct event_config *cfg = event_config_new(); in main()
|
H A D | bench.c | 153 struct event_config *cfg = NULL;
|
H A D | test-ratelim.c | 282 struct event_config *cfg = NULL; in timer_bias_calculate() 340 struct event_config *base_cfg; in test_ratelimiting()
|
H A D | regress_thread.c | 457 struct event_config *cfg = NULL; in thread_deferred_cb_skew()
|
H A D | regress.c | 2568 struct event_config *cfg = NULL; in test_methods() 2630 struct event_config *cfg = NULL; in test_base_features() 2692 struct event_config *cfg = NULL; in test_base_environ() 3061 struct event_config *cfg = NULL; in test_mm_functions() 3289 struct event_config *cfg = NULL; in test_gettimeofday_cached()
|
/freebsd/contrib/libevent/test/ |
H A D | test-closed.c | 75 struct event_config *cfg; in main()
|
H A D | bench_http.c | 87 struct event_config *cfg = event_config_new(); in main()
|
H A D | bench.c | 153 struct event_config *cfg = NULL;
|
H A D | test-ratelim.c | 282 struct event_config *cfg = NULL; in timer_bias_calculate() 340 struct event_config *base_cfg; in test_ratelimiting()
|
H A D | regress_thread.c | 457 struct event_config *cfg = NULL; in thread_deferred_cb_skew()
|
H A D | regress.c | 2568 struct event_config *cfg = NULL; in test_methods() 2630 struct event_config *cfg = NULL; in test_base_features() 2692 struct event_config *cfg = NULL; in test_base_environ() 3061 struct event_config *cfg = NULL; in test_mm_functions() 3289 struct event_config *cfg = NULL; in test_gettimeofday_cached()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event.c | 523 struct event_config *cfg = event_config_new(); in event_base_new() 534 event_config_is_avoided_method(const struct event_config *cfg, in event_config_is_avoided_method() 605 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config() 1135 struct event_config * 1138 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); in event_config_new() 1160 event_config_free(struct event_config *cfg) in event_config_free() 1172 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag() 1181 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method() 1198 event_config_require_features(struct event_config *cfg, in event_config_require_features() 1208 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) in event_config_set_num_cpus_hint() [all …]
|
H A D | event-internal.h | 359 struct event_config { struct
|
H A D | whatsnew-2.0.txt | 236 event_config. If an event_base is created with a lock, it is safe to call 255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
|
/freebsd/contrib/libevent/ |
H A D | event.c | 523 struct event_config *cfg = event_config_new(); in event_base_new() 534 event_config_is_avoided_method(const struct event_config *cfg, in event_config_is_avoided_method() 605 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config() 1135 struct event_config * 1138 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); in event_config_new() 1160 event_config_free(struct event_config *cfg) in event_config_free() 1172 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag() 1181 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method() 1198 event_config_require_features(struct event_config *cfg, in event_config_require_features() 1208 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) in event_config_set_num_cpus_hint() [all …]
|
H A D | event-internal.h | 359 struct event_config { struct
|
H A D | whatsnew-2.0.txt | 236 event_config. If an event_base is created with a lock, it is safe to call 255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-server.c | 448 struct event_config *cfg = NULL; in main()
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 448 struct event_config *cfg = NULL; in main()
|