Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c285 char str_next_state[MAX_SCF_STATE_STRING_SZ]; in state_cb() local
319 sz = restarter_state_to_string(next_state, str_next_state, in state_cb()
320 sizeof (str_next_state)); in state_cb()
321 assert(sz < sizeof (str_next_state)); in state_cb()
323 instance_name, str_state, str_next_state); in state_cb()