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

  /src/sys/arch/hpcmips/hpcmips/
bus_space.c 65 static int __bus_space_index; variable in typeref:typename:int
173 if (__bus_space_index >= MAX_BUSSPACE_TAG) {
177 return (&__bus_space[__bus_space_index++]);

Completed in 44 milliseconds