Searched refs:restarter_state_to_string (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | protocol.c | 317 sz = restarter_state_to_string(state, str_state, sizeof (str_state)); in state_cb() 319 sz = restarter_state_to_string(next_state, str_next_state, in state_cb()
|
/titanic_50/usr/src/lib/librestart/common/ |
H A D | librestart.h | 265 ssize_t restarter_state_to_string(restarter_instance_state_t, char *, size_t);
|
H A D | mapfile-vers | 63 restarter_state_to_string;
|
H A D | librestart.c | 943 restarter_state_to_string(restarter_instance_state_t state, char *string, in restarter_state_to_string() function 1154 sz = restarter_state_to_string(new_state, str_new_state, in _restarter_commit_states() 1157 sz = restarter_state_to_string(new_state_next, str_new_state_next, in _restarter_commit_states() 1160 sz = restarter_state_to_string(id->i_state, str_state, in _restarter_commit_states() 1163 sz = restarter_state_to_string(id->i_next_state, str_state_next, in _restarter_commit_states()
|