Home
last modified time | relevance | path

Searched refs:fork_rc_script (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h604 void fork_rc_script(char, const char *, boolean_t);
H A Dgraph.c3897 fork_rc_script('1', "start", B_TRUE); in single_user_thread()
5309 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5316 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5322 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5328 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5350 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5361 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
H A Dfork.c614 fork_rc_script(char rl, const char *arg, boolean_t wait) in fork_rc_script() function