Searched refs:bgtimer (Results 1 – 1 of 1) sorted by relevance
541 static struct pppTimer bgtimer; variable552 timer_Stop(&bgtimer); in prompt_Continue()559 bgtimer.func = prompt_TimedContinue; in prompt_Continue()560 bgtimer.name = "prompt bg"; in prompt_Continue()561 bgtimer.load = SECTICKS; in prompt_Continue()562 bgtimer.arg = p; in prompt_Continue()563 timer_Start(&bgtimer); in prompt_Continue()