Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDnetevent.h92 struct comm_base { struct
283 struct comm_base* base;
301 struct comm_base* comm_base_create(int sigs);
309 struct comm_base* comm_base_create_event(struct event_base* base);
316 void comm_base_delete_no_base(struct comm_base* b);
323 void comm_base_delete(struct comm_base* b);
332 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
338 void comm_base_dispatch(struct comm_base* b);
344 void comm_base_exit(struct comm_base* b);
354 void comm_base_set_slow_accept_handlers(struct comm_base* b,
[all …]
HDnetevent.c115 struct comm_base* base;
141 struct comm_base* base;
160 struct comm_base *base, struct comm_point* parent, size_t bufsize,
171 comm_base_now(struct comm_base* b) in comm_base_now()
180 struct comm_base*
183 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create()
184 sizeof(struct comm_base)); in comm_base_create()
239 struct comm_base*
242 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event()
243 sizeof(struct comm_base)); in comm_base_create_event()
[all …]
HDtube.h46 struct comm_base;
225 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
241 int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
HDtube.c425 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
440 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write()
666 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen()
678 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
/NextBSD/contrib/unbound/libunbound/
HDlibworker.h50 struct comm_base;
81 struct comm_base* base;
/NextBSD/contrib/unbound/services/
HDlisten_dnsport.h57 struct comm_base* base;
138 struct listen_dnsport* listen_create(struct comm_base* base,
HDoutside_network.h68 struct comm_base* base;
402 struct outside_network* outside_network_create(struct comm_base* base,
HDlisten_dnsport.c952 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
HDoutside_network.c589 outside_network_create(struct comm_base *base, size_t bufsize,
/NextBSD/contrib/unbound/daemon/
HDworker.h91 struct comm_base* base;
/NextBSD/sys/ofed/drivers/net/mlx4/
HDfw.c1194 MLX4_GET(fw->comm_base, outbox, QUERY_FW_COMM_BASE_OFFSET); in mlx4_QUERY_FW()
1198 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
1205 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
HDmlx4.h411 u64 comm_base; member
HDcmd.c2133 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()
/NextBSD/sys/dev/ifmlx4/
HDfw.c1194 MLX4_GET(fw->comm_base, outbox, QUERY_FW_COMM_BASE_OFFSET); in mlx4_QUERY_FW()
1198 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
1205 fw->comm_bar, (unsigned long long)fw->comm_base); in mlx4_QUERY_FW()
HDmlx4.h411 u64 comm_base; member
HDcmd.c2132 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()