Home
last modified time | relevance | path

Searched refs:do_stop (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/contrib/
H A Dnsd.init172 do_stop() {
190 do_stop
/netbsd-src/etc/rc.d/
H A Denvsys24 do_stop() function
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibunbound.c305 int do_stop = 1; in ub_ctx_delete() local
313 do_stop = 0; in ub_ctx_delete()
332 if(ctx->created_bg && ctx->dothread && do_stop) { in ub_ctx_delete()
335 do_stop = 0; in ub_ctx_delete()
339 if(do_stop) in ub_ctx_delete()
/netbsd-src/external/bsd/nsd/dist/
H A Dremote.c876 do_stop(RES* ssl, xfrd_state_type* xfrd) in do_stop() function
2326 do_stop(ssl, rc->xfrd); in execute_cmd()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dremote.c638 do_stop(RES* ssl, struct worker* worker) in do_stop() function
3015 do_stop(ssl, worker); in execute_cmd()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog3492 - A more ensured do_stop (useful fo nsdc restart).