Searched refs:st_lastdev (Results 1 – 2 of 2) sorted by relevance
1461 if (d == st_lastdev || d == 0) lev = CE_CONT; mutex_exit(&st_debug_mutex);1464 if (d != 0 && d != st_lastdev) st_lastdev = d; mutex_exit(&st_debug_mutex);
253 static volatile dev_info_t *st_lastdev; variable