Home
last modified time | relevance | path

Searched refs:_pcilookup (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dpci.c45 static int _pcilookup(int,
77 if (_pcilookup(0, devmatch, pciid, &target, 0, 1)) { in pcifinddev()
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 *… in _pcilookup() function
358 index = _pcilookup(bus + 1, in _pcilookup()