| /freebsd/contrib/unbound/util/ |
| H A D | netevent.h | 124 struct comm_base { struct 478 struct comm_base* base; 496 struct comm_base* comm_base_create(int sigs); 504 struct comm_base* comm_base_create_event(struct ub_event_base* base); 511 void comm_base_delete_no_base(struct comm_base* b); 518 void comm_base_delete(struct comm_base* b); 527 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv); 533 void comm_base_dispatch(struct comm_base* b); 539 void comm_base_exit(struct comm_base* b); 549 void comm_base_set_slow_accept_handlers(struct comm_base* b, [all …]
|
| H A D | tube.h | 46 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 D | ub_event.h | 48 struct comm_base; 125 void ub_comm_base_now(struct comm_base* cb);
|
| H A D | netevent.c | 150 struct comm_base* base; 182 struct comm_base* base; 201 struct comm_base *base, struct comm_point* parent, size_t bufsize, 207 struct comm_base* 210 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create() 211 sizeof(struct comm_base)); in comm_base_create() 233 struct comm_base* 236 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event() 237 sizeof(struct comm_base)); in comm_base_create_event() 251 comm_base_delete(struct comm_base* b) in comm_base_delete() [all …]
|
| H A D | tube.c | 488 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 503 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write() 754 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 767 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
|
| H A D | module.h | 169 struct comm_base; 497 struct comm_base* worker_base;
|
| H A D | ub_event.c | 507 void ub_comm_base_now(struct comm_base* cb)
|
| H A D | ub_event_pluggable.c | 674 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libworker.h | 50 struct comm_base; 85 struct comm_base* base;
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dtstream.h | 52 struct comm_base; 254 struct dt_msg_queue* dt_msg_queue_create(struct comm_base* base);
|
| H A D | dnstap.h | 123 dt_init(struct dt_env *env, struct comm_base* base);
|
| H A D | dnstap.c | 310 dt_init(struct dt_env *env, struct comm_base* base) in dt_init()
|
| H A D | dtstream.c | 104 dt_msg_queue_create(struct comm_base* base) in dt_msg_queue_create()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 73 struct comm_base* base; 215 listen_create(struct comm_base* base, struct listen_port* ports, 388 struct tcp_req_info* tcp_req_info_create(struct comm_base* base,
|
| H A D | outside_network.h | 82 struct comm_base* base; 609 struct outside_network* outside_network_create(struct comm_base* base,
|
| H A D | listen_dnsport.c | 1534 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create() 2136 tcp_req_info_create(struct comm_base* base, struct sldns_buffer* spoolbuf) in tcp_req_info_create()
|
| H A D | outside_network.c | 1727 outside_network_create(struct comm_base *base, size_t bufsize,
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.h | 102 struct comm_base* base;
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4.h | 425 u64 comm_base; member
|
| H A D | mlx4_fw.c | 1696 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 D | mlx4_cmd.c | 2348 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()
|