Searched refs:utmpx_set_runlevel (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | utmpx.c | 229 utmpx_set_runlevel(char runlevel, char oldrl, boolean_t do_bump) in utmpx_set_runlevel() function
|
H A D | startd.h | 774 void utmpx_set_runlevel(char, char, boolean_t);
|
H A D | graph.c | 804 utmpx_set_runlevel('S', '0', B_FALSE); in graph_su_start() 4054 utmpx_set_runlevel(target_milestone_as_runlevel(), 'S', B_TRUE); in single_user_thread() 5185 utmpx_set_runlevel(trl, 'S', B_FALSE); in graph_runlevel_changed() 5322 utmpx_set_runlevel(rl, current_runlevel, B_TRUE); in dgraph_set_runlevel()
|