Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/svc/startd/
H A Dstartd.h606 void fork_rc_script(char, const char *, boolean_t);
H A Dgraph.c3920 fork_rc_script('1', "start", B_TRUE); in single_user_thread()
5332 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5339 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5345 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5351 fork_rc_script(rl, stop, B_TRUE); in dgraph_set_runlevel()
5373 fork_rc_script(rl, stop, B_FALSE); in dgraph_set_runlevel()
5384 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