/src/sys/dev/marvell/ |
pchb.c | 45 static int pchb_match(device_t, cfdata_t, void *); 49 pchb_match, pchb_attach, NULL, NULL); 54 pchb_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/cobalt/pci/ |
pchb.c | 43 static int pchb_match(device_t, cfdata_t, void *); 47 pchb_match, pchb_attach, NULL, NULL); 50 pchb_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/evbmips/malta/pci/ |
pchb.c | 48 static int pchb_match(device_t, cfdata_t, void *); 52 pchb_match, pchb_attach, NULL, NULL); 57 pchb_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|