Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dagp.c121 int (*ap_match)(const struct pci_attach_args *); member
297 if (ap->ap_match != NULL && (*ap->ap_match)(pa) == 0) in agp_lookup()