Home
last modified time | relevance | path

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

/src/sys/powerpc/mambo/
H A Dmambo_console.c64 static void mambo_timeout(void *);
92 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL); in cn_drvinit()
113 mambo_timeout(void *v) in mambo_timeout() function
123 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL); in mambo_timeout()