Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.c53 fsm_state(int statenum) in fsm_state() argument
58 if (statenum < 0 || statenum >= Dim(fsm_states)) { in fsm_state()
59 (void) slprintf(buf, sizeof (buf), "unknown#%d", statenum); in fsm_state()
62 return fsm_states[statenum]; in fsm_state()
H A Dfsm.h182 const char *fsm_state __P((int statenum));
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c1479 const char *state, uint8_t statenum) in mlxcx_fm_qstate_ereport() argument
1494 "state_num", DATA_TYPE_UINT8, statenum, in mlxcx_fm_qstate_ereport()