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.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/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.c6528 int do_stop = 0; in iwm_suspend() local
6531 do_stop = !! (sc->sc_ic.ic_nrunning > 0); in iwm_suspend()
6538 if (do_stop) { in iwm_suspend()
/freebsd/contrib/unbound/daemon/
H A Dremote.c665 do_stop(RES* ssl, struct worker* worker) in do_stop() function
3430 do_stop(ssl, worker); in execute_cmd()
/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()