Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dpcivar.h431 int pcimatch(device_t, cfdata_t, void *);
H A Dpci.c116 pcimatch(device_t parent, cfdata_t cf, void *aux) in pcimatch() function
522 pcimatch, pciattach, pcidetach, NULL, pcirescan, pcidevdetached,
/netbsd/sys/arch/i386/pci/
H A Delan520.c168 if (pcimatch(parent, match, aux) == 0) in elansc_match()