Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/startd/
H A Dstartd.h606 void fork_rc_script(char, const char *, boolean_t);
H A Dgraph.c3925 fork_rc_script('1', "start", B_TRUE); in single_user_thread()
5337 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5344 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5350 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5356 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5378 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5389 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