Searched refs:mambo_callout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/powerpc/mambo/
H A Dmambo_console.c58 static struct callout mambo_callout; variable in typeref:struct:callout
92 callout_init(&mambo_callout, CALLOUT_MPSAFE);
93 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL);
124 callout_reset(&mambo_callout, polltime, mambo_timeout, NULL);

Completed in 41 milliseconds