Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/etc/init.d/
H A Dzfs-zed.in59 do_stop()
104 do_stop
113 do_stop
128 stop() { do_stop; }
H A Dzfs-share.in50 do_stop()
68 do_stop
85 stop() { do_stop; }
H A Dzfs-mount.in107 do_stop()
125 do_stop
142 stop() { do_stop; }
H A Dzfs-load-key.in97 do_stop()
115 do_stop
132 stop() { do_stop; }
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c312 int do_stop = 1; in ub_ctx_delete() local
320 do_stop = 0; in ub_ctx_delete()
339 if(ctx->created_bg && ctx->dothread && do_stop) { in ub_ctx_delete()
342 do_stop = 0; in ub_ctx_delete()
346 if(do_stop) in ub_ctx_delete()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c6533 int do_stop = 0; in iwm_suspend() local
6536 do_stop = !! (sc->sc_ic.ic_nrunning > 0); in iwm_suspend()
6543 if (do_stop) { in iwm_suspend()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3617 bool do_stop = elem.second.stop != eLazyBoolCalculate; in ResetSignalFromDummy() local
3619 signals_sp->ResetSignal(signo, do_stop, do_notify, do_pass); in ResetSignalFromDummy()
/freebsd/contrib/unbound/daemon/
H A Dremote.c698 do_stop(RES* ssl, struct worker* worker) in do_stop() function
3906 do_stop(ssl, worker); in execute_cmd()