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

  /src/sys/dev/eisa/
eisa.c 97 int slot, maxnslots; local in function:eisaattach
113 maxnslots = eisa_maxslots(ec);
114 for (slot = 1; slot < maxnslots; slot++) {
eisa.c 97 int slot, maxnslots; local in function:eisaattach
113 maxnslots = eisa_maxslots(ec);
114 for (slot = 1; slot < maxnslots; slot++) {
eisa.c 97 int slot, maxnslots; local in function:eisaattach
113 maxnslots = eisa_maxslots(ec);
114 for (slot = 1; slot < maxnslots; slot++) {

Completed in 81 milliseconds