Searched refs:dtio (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/unbound/dnstap/ |
| HD | dtstream.c | 87 static void dtio_open_output(struct dt_io_thread* dtio); 89 static int dtio_add_output_event_write(struct dt_io_thread* dtio); 91 static void dtio_reconnect_enable(struct dt_io_thread* dtio); 95 static int dtio_control_start_send(struct dt_io_thread* dtio); 98 static int dtio_enable_brief_read(struct dt_io_thread* dtio); 100 static int dtio_enable_brief_write(struct dt_io_thread* dtio); 149 static void dtio_wakeup(struct dt_io_thread* dtio) in dtio_wakeup() argument 152 if(!dtio) return; in dtio_wakeup() 153 if(!dtio->started) return; in dtio_wakeup() 156 ssize_t r = write(dtio->commandpipe[1], &cmd, sizeof(cmd)); in dtio_wakeup() [all …]
|
| HD | dtstream.h | 78 struct dt_io_thread* dtio; member 284 void dt_io_thread_delete(struct dt_io_thread* dtio); 292 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio, 303 int dt_io_thread_register_queue(struct dt_io_thread* dtio, 311 void dt_io_thread_unregister_queue(struct dt_io_thread* dtio, 324 int dt_io_thread_start(struct dt_io_thread* dtio, void* event_base_nothr, 331 void dt_io_thread_stop(struct dt_io_thread* dtio);
|
| HD | dnstap.c | 150 env->dtio = dt_io_thread_create(); in dt_create() 151 if(!env->dtio) { in dt_create() 156 if(!dt_io_thread_apply_cfg(env->dtio, cfg)) { in dt_create() 157 dt_io_thread_delete(env->dtio); in dt_create() 254 if(!dt_io_thread_register_queue(env->dtio, env->msgqueue)) { in dt_init() 266 dt_io_thread_unregister_queue(env->dtio, env->msgqueue); in dt_deinit() 275 dt_io_thread_delete(env->dtio); in dt_delete()
|
| HD | dnstap.h | 48 struct dt_io_thread* dtio; member
|
| /freebsd-11-stable/usr.sbin/acpi/iasl/ |
| HD | Makefile | 28 dtcompile.c dtexpress.c dtfield.c dtio.c dtparser.y.h \
|
| /freebsd-11-stable/contrib/unbound/daemon/ |
| HD | worker.c | 1924 if(!dt_io_thread_start(dtenv->dtio, comm_base_internal( in worker_init() 1985 dt_io_thread_stop(worker->dtenv.dtio); in worker_delete()
|