Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dipmi_bt_sm.c92 #define BT_SI_SM_RETURN(Y) { last_printed = BT_STATE_PRINTME; return Y; }
473 static enum bt_states last_printed = BT_STATE_PRINTME; in bt_event() local
478 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()
484 last_printed = bt->state; in bt_event()