/src/sys/arch/sun3/dev/ |
if_ie_obio.c | 76 static void ie_obio_attach(device_t, device_t, void *); 79 ie_obio_match, ie_obio_attach, NULL, NULL); 98 ie_obio_attach(device_t parent, device_t self, void *args) function in typeref:typename:void
|
/src/sys/arch/sparc/dev/ |
if_ie_obio.c | 123 void ie_obio_attach(device_t, device_t, void *); 126 ie_obio_match, ie_obio_attach, NULL, NULL); 246 ie_obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sun2/dev/ |
if_ie_obio.c | 124 void ie_obio_attach(device_t, device_t, void *); 127 ie_obio_match, ie_obio_attach, NULL, NULL); 256 ie_obio_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 287 panic("ie_obio_attach: can't map regs");
|