/src/sys/arch/evbmips/loongson/dev/ |
pcibvar.h | 38 void pcibattach(device_t, device_t, void *);
|
pcib.c | 57 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 101 pcibattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
gcscpcib_pci.c | 53 /* we call pcibattach() which assumes softc starts like this: */ 93 pcibattach(parent, self, aux);
|
/src/sys/arch/x86/pci/ |
pcibvar.h | 38 void pcibattach(device_t, device_t, void *);
|
amdpcib.c | 43 /* we are calling pcibattach(), which assumes this starts like this: */ 73 pcibattach(parent, self, aux);
|
pcib.c | 55 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 185 pcibattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
rdcpcib.c | 126 pcibattach(parent, self, aux);
|
tcpcib.c | 83 /* we call pcibattach() which assumes this starts like this: */ 201 pcibattach(parent, self, aux);
|
ichlpcib.c | 75 /* we call pcibattach() which assumes this starts like this: */ 332 pcibattach(parent, self, aux);
|
/src/sys/arch/cats/pci/ |
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) function in typeref:typename:void
|
/src/sys/arch/netwinder/pci/ |
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) function in typeref:typename:void
|
/src/sys/arch/powerpc/pci/ |
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) function in typeref:typename:void
|
/src/sys/arch/i386/pci/ |
gcscpcib_pci.c | 53 /* we call pcibattach() which assumes softc starts like this: */ 93 pcibattach(parent, self, aux);
|
gscpcib.c | 169 pcibattach(parent, self, aux);
|
piixpcib.c | 62 /* we call pcibattach() which assumes our softc starts like this: */ 131 pcibattach(parent, self, aux);
|
viapcib.c | 85 /* we call pcibattach(), which assumes softc starts like this: */ 198 pcibattach(parent, self, opaque);
|