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

  /src/sys/arch/sgimips/gio/
devlist2h.awk 59 function collectline(_f, _line) { function
114 products[nproducts, 3] = collectline(4, line)
devlist2h.awk 59 function collectline(_f, _line) { function
114 products[nproducts, 3] = collectline(4, line)
  /src/sys/dev/pcmcia/
devlist2h.awk 59 function collectline(_f, _line) { function
124 vendors[nvendors, 3] = collectline(4, line)
167 products[nproducts, 5] = collectline(f, line)
devlist2h.awk 59 function collectline(_f, _line) { function
124 vendors[nvendors, 3] = collectline(4, line)
167 products[nproducts, 5] = collectline(f, line)
  /src/sys/dev/sdmmc/
devlist2h.awk 34 function collectline(f, line) { function
87 vendors[nvendors, 3] = collectline(4, line)
130 # products[nproducts, 5] = collectline(f, line)
devlist2h.awk 34 function collectline(f, line) { function
87 vendors[nvendors, 3] = collectline(4, line)
130 # products[nproducts, 5] = collectline(f, line)
  /src/sys/dev/
devlist2h.awk 33 function collectline(f) { function
235 collectline(5)) > hfile
devlist2h.awk 33 function collectline(f) { function
235 collectline(5)) > hfile
  /src/sys/dev/isapnp/
devlist2h.awk 59 function collectline(f) { function
140 driver[ndriver, 2] = collectline(3);
153 logicals[nlogicals, 4] = collectline(5);
163 compats[ncompats, 4] = collectline(5);
devlist2h.awk 59 function collectline(f) { function
140 driver[ndriver, 2] = collectline(3);
153 logicals[nlogicals, 4] = collectline(5);
163 compats[ncompats, 4] = collectline(5);

Completed in 28 milliseconds