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

  /src/sys/dev/pci/
agp.c 121 int (*ap_match)(const struct pci_attach_args *); member in struct:agp_product
297 if (ap->ap_match != NULL && (*ap->ap_match)(pa) == 0)
agp.c 121 int (*ap_match)(const struct pci_attach_args *); member in struct:agp_product
297 if (ap->ap_match != NULL && (*ap->ap_match)(pa) == 0)

Completed in 178 milliseconds