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

  /src/sys/dev/eisa/
eisa.c 227 int match, onlyvendor; local in function:eisa_devinfo
229 onlyvendor = 0;
240 onlyvendor = (edp->flags & EISA_KNOWNDEV_NOPROD) != 0;
247 else if (onlyvendor)
eisa.c 227 int match, onlyvendor; local in function:eisa_devinfo
229 onlyvendor = 0;
240 onlyvendor = (edp->flags & EISA_KNOWNDEV_NOPROD) != 0;
247 else if (onlyvendor)

Completed in 53 milliseconds