/src/sys/arch/evbmips/loongson/dev/ |
pcibvar.h | 40 int pcibdetach(device_t, int);
|
pcib.c | 57 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 126 pcibdetach(device_t self, int flags) function in typeref:typename:int
|
/src/sys/arch/x86/pci/ |
pcibvar.h | 40 int pcibdetach(device_t, int);
|
pcib.c | 55 pcibmatch, pcibattach, pcibdetach, NULL, pcibrescan, pcibchilddet, 206 pcibdetach(device_t self, int flags) function in typeref:typename:int
|
rdcpcib.c | 156 return pcibdetach(self, flags);
|
tcpcib.c | 264 return pcibdetach(self, flags);
|
ichlpcib.c | 523 error = pcibdetach(self, flags);
|
/src/sys/arch/i386/pci/ |
gscpcib.c | 183 if ((rc = pcibdetach(self, flags)) != 0)
|