Searched refs:comm_base (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/contrib/unbound/util/ |
| HD | netevent.h | 92 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 …]
|
| HD | netevent.c | 115 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 …]
|
| HD | tube.h | 46 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);
|
| HD | tube.c | 425 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/ |
| HD | libworker.h | 50 struct comm_base; 81 struct comm_base* base;
|
| /NextBSD/contrib/unbound/services/ |
| HD | listen_dnsport.h | 57 struct comm_base* base; 138 struct listen_dnsport* listen_create(struct comm_base* base,
|
| HD | outside_network.h | 68 struct comm_base* base; 402 struct outside_network* outside_network_create(struct comm_base* base,
|
| HD | listen_dnsport.c | 952 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
|
| HD | outside_network.c | 589 outside_network_create(struct comm_base *base, size_t bufsize,
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | worker.h | 91 struct comm_base* base;
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | fw.c | 1194 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()
|
| HD | mlx4.h | 411 u64 comm_base; member
|
| HD | cmd.c | 2133 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | fw.c | 1194 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()
|
| HD | mlx4.h | 411 u64 comm_base; member
|
| HD | cmd.c | 2132 priv->fw.comm_base, MLX4_COMM_PAGESIZE); in mlx4_multi_func_init()
|