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

  /src/sys/dev/pci/
pciide.c 82 static void pciide_attach(device_t, device_t, void *);
85 pciide_match, pciide_attach, pciide_detach, NULL);
106 pciide_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
pciide.c 82 static void pciide_attach(device_t, device_t, void *);
85 pciide_match, pciide_attach, pciide_detach, NULL);
106 pciide_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
pciide.c 82 static void pciide_attach(device_t, device_t, void *);
85 pciide_match, pciide_attach, pciide_detach, NULL);
106 pciide_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 35 milliseconds