Home
last modified time | relevance | path

Searched refs:restarter_state_to_string (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c317 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()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h266 ssize_t restarter_state_to_string(restarter_instance_state_t, char *, size_t);
H A Dmapfile-vers63 restarter_state_to_string;
H A Dlibrestart.c944 restarter_state_to_string(restarter_instance_state_t state, char *string, in restarter_state_to_string() function
1155 sz = restarter_state_to_string(new_state, str_new_state, in _restarter_commit_states()
1158 sz = restarter_state_to_string(new_state_next, str_new_state_next, in _restarter_commit_states()
1161 sz = restarter_state_to_string(id->i_state, str_state, in _restarter_commit_states()
1164 sz = restarter_state_to_string(id->i_next_state, str_state_next, in _restarter_commit_states()