/src/sys/arch/i386/pci/ |
pceb.c | 53 int pcebmatch(device_t , cfdata_t, void *); 56 CFATTACH_DECL_NEW(pceb, 0, pcebmatch, pcebattach, NULL, NULL); 67 pcebmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/prep/pci/ |
pceb.c | 53 int pcebmatch(device_t, cfdata_t, void *); 57 pcebmatch, pcebattach, NULL, NULL); 68 pcebmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|
/src/sys/arch/alpha/pci/ |
sio.c | 115 static int pcebmatch(device_t, cfdata_t, void *); 118 pcebmatch, sioattach, NULL, NULL); 166 pcebmatch(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
|