/netbsd-src/sys/arch/cats/pci/ |
H A D | pcib.c | 53 void pcibattach(device_t, device_t, void *); 56 pcibmatch, pcibattach, NULL, NULL); 81 pcibattach(device_t parent, device_t self, void *aux) in pcibattach() function
|
/netbsd-src/sys/arch/netwinder/pci/ |
H A D | pcib.c | 53 void pcibattach(device_t, device_t, void *); 56 pcibmatch, pcibattach, NULL, NULL); 88 pcibattach(device_t parent, device_t self, void *aux) in pcibattach() function
|
/netbsd-src/sys/arch/powerpc/pci/ |
H A D | pcib.c | 53 void pcibattach(device_t, device_t, void *); 64 pcibmatch, pcibattach, NULL, NULL); 101 pcibattach(device_t parent, device_t self, void *aux) in pcibattach() function
|
/netbsd-src/sys/arch/evbmips/loongson/dev/ |
H A D | pcib.c | 57 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 101 pcibattach(device_t parent, device_t self, void *aux) in pcibattach() function
|
H A D | pcibvar.h | 38 void pcibattach(device_t, device_t, void *);
|
H A D | gcscpcib_pci.c | 93 pcibattach(parent, self, aux); in gcscpcib_pci_attach()
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pcib.c | 55 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 185 pcibattach(device_t parent, device_t self, void *aux) in pcibattach() function
|
H A D | pcibvar.h | 38 void pcibattach(device_t, device_t, void *);
|
H A D | amdpcib.c | 73 pcibattach(parent, self, aux); in amdpcib_attach()
|
H A D | rdcpcib.c | 126 pcibattach(parent, self, aux); in rdcpcibattach()
|
H A D | tcpcib.c | 201 pcibattach(parent, self, aux); in tcpcib_attach()
|
H A D | ichlpcib.c | 75 /* we call pcibattach() which assumes this starts like this: */ 332 pcibattach(parent, self, aux); in lpcibattach()
|
/netbsd-src/sys/arch/i386/pci/ |
H A D | gcscpcib_pci.c | 93 pcibattach(parent, self, aux); in gcscpcib_pci_attach()
|
H A D | gscpcib.c | 169 pcibattach(parent, self, aux); in gscpcib_attach()
|
H A D | piixpcib.c | 131 pcibattach(parent, self, aux); in piixpcibattach()
|
H A D | viapcib.c | 198 pcibattach(parent, self, opaque); in viapcib_attach()
|