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

  /src/sys/dev/pci/
if_atw_pci.c 91 static void atw_pci_attach(device_t, device_t, void *);
96 atw_pci_match, atw_pci_attach, NULL, NULL);
165 atw_pci_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
187 panic("atw_pci_attach: impossible");
if_atw_pci.c 91 static void atw_pci_attach(device_t, device_t, void *);
96 atw_pci_match, atw_pci_attach, NULL, NULL);
165 atw_pci_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
187 panic("atw_pci_attach: impossible");
if_atw_pci.c 91 static void atw_pci_attach(device_t, device_t, void *);
96 atw_pci_match, atw_pci_attach, NULL, NULL);
165 atw_pci_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
187 panic("atw_pci_attach: impossible");

Completed in 35 milliseconds