Searched refs:last_printed (Results 1 – 1 of 1) sorted by relevance
92 #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() local478 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()484 last_printed = bt->state; in bt_event()