Lines Matching defs:it
30 * When the operating system detects that it is in an invalid state, a panic
34 * making it part of the crash dump), synchronizing the file systems to
59 * code it attempts to set each trigger; if it fails it moves on to the
63 * the loser look ahead to see if any other triggers are set; if not, it
65 * are panicking, it is not possible to know this with absolute certainty.
71 * or dump is not making progress, it will invoke panic() to force a timeout.
192 * panic subsystem that it should not attempt an initial debug_enter.
238 kthread_t *it = cp->cpu_intr_thread;
243 cp->cpu_intr_stack = thread_stk_init(it->t_stk);
244 cp->cpu_intr_thread = it->t_link;