Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c284 char str_state[MAX_SCF_STATE_STRING_SZ]; in state_cb() local
317 sz = restarter_state_to_string(state, str_state, sizeof (str_state)); in state_cb()
318 assert(sz < sizeof (str_state)); in state_cb()
323 instance_name, str_state, str_next_state); in state_cb()
/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h184 int str_state; /* see below */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c561 stp->str_state = 0; in zsh_open()
618 stp->str_state = STR_CLONE; in zsh_open()
656 if (stp->str_state == STR_CLONE) { in zsh_close()
794 if (stp->str_state == STR_CLONE) in zsh_close()
850 (stp->str_state == STR_CLONE)) { in zsh_wput()
871 if (stp->str_state == STR_CLONE) { /* Clone opened, limited. */ in zsh_wput()
983 if (stp->str_state != STR_CLONE) { in zsh_wput()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1122 char str_state[MAX_SCF_STATE_STRING_SZ]; in _restarter_commit_states() local
1161 sz = restarter_state_to_string(id->i_state, str_state, in _restarter_commit_states()
1162 sizeof (str_state)); in _restarter_commit_states()
1163 assert(sz < sizeof (str_state)); in _restarter_commit_states()