Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/etc/init.d/
H A Dzfs-zed.in57 do_stop()
102 do_stop
111 do_stop
126 stop() { do_stop; }
H A Dzfs-share.in48 do_stop()
65 do_stop
82 stop() { do_stop; }
H A Dzfs-load-key.in95 do_stop()
113 do_stop
130 stop() { do_stop; }
H A Dzfs-mount.in188 do_stop()
206 do_stop
223 stop() { do_stop; }
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibunbound.c305 int do_stop = 1; in ub_ctx_delete() local
315 do_stop = 0; in ub_ctx_delete()
319 if(do_stop) in ub_ctx_delete()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm.c6574 int do_stop = 0; in iwm_suspend() local
6577 do_stop = !! (sc->sc_ic.ic_nrunning > 0); in iwm_suspend()
6584 if (do_stop) { in iwm_suspend()
/freebsd-13.1/contrib/unbound/daemon/
H A Dremote.c678 do_stop(RES* ssl, struct worker* worker) in do_stop() function
3028 do_stop(ssl, worker); in execute_cmd()