/src/sys/arch/evbmips/loongson/dev/ |
pcibvar.h | 41 int pcibrescan(device_t, const char *, const int *);
|
pcib.c | 57 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 146 pcibrescan(device_t self, const char *ifattr, const int *loc) function in typeref:typename:int 179 pcibrescan(self, "isabus", NULL);
|
/src/sys/arch/x86/pci/ |
pcibvar.h | 41 int pcibrescan(device_t, const char *, const int *);
|
pcib.c | 55 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 226 pcibrescan(device_t self, const char *ifattr, const int *loc) function in typeref:typename:int 256 pcibrescan(self, "isabus", NULL);
|
rdcpcib.c | 89 pcibrescan, pcibchilddet);
|
tcpcib.c | 281 return pcibrescan(self, ifattr, locators);
|
ichlpcib.c | 494 return pcibrescan(self, ifattr, locators);
|
/src/sys/arch/i386/pci/ |
gscpcib.c | 108 return pcibrescan(self, ifattr, loc);
|