HomeSort by: relevance | last modified time | path
    Searched defs:asc_poll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
asc.c 112 #include <machine/bootconfig.h> /* asc_poll */
155 #if ASC_POLL > 0
156 int asc_poll = 0; variable in typeref:typename:int
239 #if ASC_POLL > 0
242 &asc_poll);
244 if (asc_poll) {
265 #ifdef ASC_POLL
266 if (!asc_poll)
asc.c 112 #include <machine/bootconfig.h> /* asc_poll */
155 #if ASC_POLL > 0
156 int asc_poll = 0; variable in typeref:typename:int
239 #if ASC_POLL > 0
242 &asc_poll);
244 if (asc_poll) {
265 #ifdef ASC_POLL
266 if (!asc_poll)

Completed in 20 milliseconds