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

  /src/sys/arch/sandpoint/stand/altboot/
pci.c 45 static int _pcilookup(int,
77 if (_pcilookup(0, devmatch, pciid, &target, 0, 1)) {
92 return _pcilookup(0, clsmatch, type, list, 0, max);
344 _pcilookup(int bus, int (*match)(int, int, int, unsigned long), unsigned long data, struct pcidev *list, int index, int limit) function in typeref:typename:int
358 index = _pcilookup(bus + 1,

Completed in 11 milliseconds