Home
last modified time | relevance | path

Searched refs:comm_base (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h109 struct comm_base { struct
412 struct comm_base* base;
430 struct comm_base* comm_base_create(int sigs);
445 void comm_base_delete_no_base(struct comm_base* b);
452 void comm_base_delete(struct comm_base* b);
467 void comm_base_dispatch(struct comm_base* b);
473 void comm_base_exit(struct comm_base* b);
483 void comm_base_set_slow_accept_handlers(struct comm_base* b,
491 struct ub_event_base* comm_base_internal(struct comm_base* b);
699 struct comm_timer* comm_timer_create(struct comm_base* base,
[all …]
H A Dtube.h46 struct comm_base;
224 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
240 int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
H A Dub_event.h48 struct comm_base;
125 void ub_comm_base_now(struct comm_base* cb);
H A Dnetevent.c116 struct comm_base* base;
144 struct comm_base* base;
169 struct comm_base*
172 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create()
173 sizeof(struct comm_base)); in comm_base_create()
195 struct comm_base*
198 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event()
199 sizeof(struct comm_base)); in comm_base_create_event()
213 comm_base_delete(struct comm_base* b) in comm_base_delete()
253 comm_base_dispatch(struct comm_base* b) in comm_base_dispatch()
[all …]
H A Dmodule.h169 struct comm_base;
476 struct comm_base* worker_base;
H A Dtube.c432 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
447 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write()
674 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
687 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
H A Dub_event.c448 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
H A Dub_event_pluggable.c674 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibworker.h50 struct comm_base;
84 struct comm_base* base;
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.h52 struct comm_base;
248 struct dt_msg_queue* dt_msg_queue_create(struct comm_base* base);
H A Ddnstap.h108 dt_init(struct dt_env *env, struct comm_base* base);
H A Ddnstap.c247 dt_init(struct dt_env *env, struct comm_base* base) in dt_init()
H A Ddtstream.c104 dt_msg_queue_create(struct comm_base* base) in dt_msg_queue_create()
/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h61 struct comm_base* base;
189 listen_create(struct comm_base* base, struct listen_port* ports,
H A Doutside_network.h76 struct comm_base* base;
563 struct outside_network* outside_network_create(struct comm_base* base,
H A Dlisten_dnsport.c1347 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
H A Doutside_network.c1587 outside_network_create(struct comm_base *base, size_t bufsize,
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.h92 struct comm_base* base;
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h425 u64 comm_base; member
H A Dmlx4_fw.c1696 MLX4_GET(fw->comm_base, outbox, QUERY_FW_COMM_BASE_OFFSET); in mlx4_QUERY_FW()
1700 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
H A Dmlx4_cmd.c2348 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()