Lines Matching refs:poesm_state
271 int poesm_state; /* PCSMS_* */
939 if (psm->poesm_state == PCSMS_DEAD) {
986 if (psm->poesm_state != PCSMS_REQSENT) {
1015 return (psm->poesm_state);
1211 poe_state(psm->poesm_state), psm->poesm_state,
1212 poe_action(client_action[psm->poesm_state][event]),
1213 client_action[psm->poesm_state][event]);
1215 nextst = (*action_table[client_action[psm->poesm_state][event]])(psm,
1216 pmsg, event, client_next_state[psm->poesm_state][event]);
1220 poe_state(psm->poesm_state), psm->poesm_state,
1223 psm->poesm_state = nextst;