Home
last modified time | relevance | path

Searched refs:ipc_handler_flags (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dxfrd.h99 int ipc_handler_flags; member
H A Dxfrd.c184 xfrd->ipc_handler_flags = EV_PERSIST|EV_READ; in xfrd_init()
269 if(!(xfrd->ipc_handler_flags&EV_WRITE)) { in xfrd_sig_process()
283 if(!(xfrd->ipc_handler_flags&EV_WRITE)) { in xfrd_sig_process()
2908 if(!(xfrd->ipc_handler_flags&EV_WRITE)) { in xfrd_set_reload_now()
H A Dipc.c569 xfrd->ipc_handler_flags = mode; in ipc_xfrd_set_listening()
H A Dremote.c885 if(!(xfrd->ipc_handler_flags&EV_WRITE)) { in do_stop()