Lines Matching refs:cmd
61 .args(&exec_start.cmd) in exec_simple()
113 for cmd in cmds { in exec_start_pos()
114 cmd.spawn()?; in exec_start_pos()
121 for cmd in cmds { in exec_start_pre()
122 cmd.no_spawn()?; in exec_start_pre()
130 for cmd in cmds { in exec_stop()
131 cmd.no_spawn()?; in exec_stop()
139 for cmd in cmds { in exec_stop_post()
140 cmd.no_spawn()?; in exec_stop_post()
147 for cmd in cmds { in exec_reload()
148 cmd.no_spawn()?; in exec_reload()
160 for cmd in s_part.mut_exec_start_pos() { in after_exit()
161 cmd.stop() in after_exit()
163 for cmd in s_part.mut_exec_start_pre() { in after_exit()
164 cmd.stop() in after_exit()
202 for cmd in &cmds { in restart()
203 cmd.no_spawn()?; in restart()