/src/sys/dev/marvell/ |
pchb.c | 46 static void pchb_attach(device_t, device_t, void *); 49 pchb_match, pchb_attach, NULL, NULL); 74 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/cobalt/pci/ |
pchb.c | 44 static void pchb_attach(device_t, device_t, void *); 47 pchb_match, pchb_attach, NULL, NULL); 62 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/evbmips/malta/pci/ |
pchb.c | 49 static void pchb_attach(device_t, device_t, void *); 52 pchb_match, pchb_attach, NULL, NULL); 79 pchb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|