Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h122 struct comm_base { struct
471 struct comm_base* base;
489 struct comm_base* comm_base_create(int sigs);
497 struct comm_base* comm_base_create_event(struct ub_event_base* base);
504 void comm_base_delete_no_base(struct comm_base* b);
511 void comm_base_delete(struct comm_base* b);
520 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
526 void comm_base_dispatch(struct comm_base* b);
532 void comm_base_exit(struct comm_base* b);
542 void comm_base_set_slow_accept_handlers(struct comm_base* b,
[all …]
H A Dtube.h46 struct comm_base;
232 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
248 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 Dtube.c468 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
483 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write()
734 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
747 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
H A Dmodule.h169 struct comm_base;
489 struct comm_base* worker_base;
H A Dnetevent.c146 struct comm_base* base;
178 struct comm_base* base;
197 struct comm_base *base, struct comm_point* parent, size_t bufsize,
203 struct comm_base*
206 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create()
207 sizeof(struct comm_base)); in comm_base_create()
229 struct comm_base*
232 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event()
233 sizeof(struct comm_base)); in comm_base_create_event()
247 comm_base_delete(struct comm_base* b) in comm_base_delete()
[all …]
H A Dub_event.c507 void ub_comm_base_now(struct comm_base* cb)
H A Dub_event_pluggable.c674 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.h50 struct comm_base;
84 struct comm_base* base;
/freebsd/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.h123 dt_init(struct dt_env *env, struct comm_base* base);
H A Ddnstap.c291 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/contrib/unbound/testcode/
H A Dfake_event.c949 listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports), in listen_create()
990 struct comm_base*
1001 return (struct comm_base*)runtime; in comm_base_create()
1005 comm_base_delete(struct comm_base* b) in comm_base_delete()
1037 comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv) in comm_base_timept()
1045 comm_base_dispatch(struct comm_base* b) in comm_base_dispatch()
1055 comm_base_exit(struct comm_base* b) in comm_base_exit()
1065 comm_signal_create(struct comm_base* base, in comm_signal_create()
1122 outside_network_create(struct comm_base* base, size_t bufsize, in outside_network_create()
1445 struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base), in comm_point_create_local()
[all …]
/freebsd/contrib/unbound/daemon/
H A Dworker.h102 struct comm_base* base;
/freebsd/contrib/unbound/services/
H A Doutside_network.h76 struct comm_base* base;
565 struct outside_network* outside_network_create(struct comm_base* base,
754 * @param outnet: outside_network with the comm_base it is attached to,
769 * @param outnet: outside_network with the comm_base it is attached to,
792 * @param outnet: outside_network with the comm_base it is attached to,
H A Dlisten_dnsport.h71 struct comm_base* base;
213 listen_create(struct comm_base* base, struct listen_port* ports,
H A Doutside_network.c1673 outside_network_create(struct comm_base *base, size_t bufsize,
H A Dlisten_dnsport.c1535 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
/freebsd/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()