Searched refs:restarter_state_to_string (Results 1 - 3 of 3) sorted by relevance

/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 Dlibrestart.c944 restarter_state_to_string(restarter_instance_state_t state, char *string, function
1155 sz = restarter_state_to_string(new_state, str_new_state,
1158 sz = restarter_state_to_string(new_state_next, str_new_state_next,
1161 sz = restarter_state_to_string(id->i_state, str_state,
1164 sz = restarter_state_to_string(id->i_next_state, str_state_next,
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c317 sz = restarter_state_to_string(state, str_state, sizeof (str_state));
319 sz = restarter_state_to_string(next_state, str_next_state,

Completed in 52 milliseconds