/src/sys/arch/sun3/dev/ |
esp.c | 71 static int espmatch(device_t, cfdata_t, void *); 75 espmatch, espattach, NULL, NULL); 105 espmatch(device_t parent, struct cfdata *cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/macppc/dev/ |
esp.c | 103 int espmatch(device_t, cfdata_t, void *); 108 espmatch, espattach, NULL, NULL); 141 espmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/mac68k/obio/ |
esp.c | 106 static int espmatch(device_t, cfdata_t, void *); 111 espmatch, espattach, NULL, NULL); 162 espmatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|