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

  /src/sys/arch/hp300/dev/
dma.c 169 static int dmafound = 0; /* can only have one */ local in function:dmamatch
171 if (strcmp("dma", ia->ia_modname) != 0 || dmafound)
174 dmafound = 1;

Completed in 84 milliseconds