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]; local
317 sz = restarter_state_to_string(state, str_state, sizeof (str_state));
318 assert(sz < sizeof (str_state));
323 instance_name, str_state, str_next_state);
/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h186 int str_state; /* see below */ member in struct:ser_str
247 * Bit definitions for str_state.
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c561 stp->str_state = NULL;
618 stp->str_state = STR_CLONE;
656 if (stp->str_state == STR_CLONE) {
794 if (stp->str_state == STR_CLONE)
850 (stp->str_state == STR_CLONE)) {
871 if (stp->str_state == STR_CLONE) { /* Clone opened, limited. */
983 if (stp->str_state != STR_CLONE) {
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1122 char str_state[MAX_SCF_STATE_STRING_SZ]; local
1161 sz = restarter_state_to_string(id->i_state, str_state,
1162 sizeof (str_state));
1163 assert(sz < sizeof (str_state));

Completed in 55 milliseconds