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

/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-zed.in58 do_stop()
103 do_stop
112 do_stop
127 stop() { do_stop; }
H A Dzfs-share.in49 do_stop()
67 do_stop
84 stop() { do_stop; }
H A Dzfs-mount.in106 do_stop()
124 do_stop
141 stop() { do_stop; }
H A Dzfs-load-key.in96 do_stop()
114 do_stop
131 stop() { do_stop; }
/freebsd-current/contrib/unbound/libunbound/
H A Dlibunbound.c308 int do_stop = 1; local
316 do_stop = 0;
335 if(ctx->created_bg && ctx->dothread && do_stop) {
338 do_stop = 0;
342 if(do_stop)
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c6477 int do_stop = 0; local
6480 do_stop = !! (sc->sc_ic.ic_nrunning > 0);
6487 if (do_stop) {
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3629 bool do_stop = elem.second.stop != eLazyBoolCalculate; local
3631 signals_sp->ResetSignal(signo, do_stop, do_notify, do_pass);
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c638 do_stop(RES* ssl, struct worker* worker) function
3066 do_stop(ssl, worker);

Completed in 135 milliseconds