/src/sys/arch/sparc64/dev/ |
ebus.c | 81 void ebus_attach(device_t, device_t, void *); 84 ebus_match, ebus_attach, NULL, NULL); 141 ebus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 212 aprint_error("ebus_attach: %s: incomplete\n", name);
|
ebus.c | 81 void ebus_attach(device_t, device_t, void *); 84 ebus_match, ebus_attach, NULL, NULL); 141 ebus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 212 aprint_error("ebus_attach: %s: incomplete\n", name);
|
/src/sys/arch/sparc/dev/ |
ebus.c | 102 static void ebus_attach(device_t, device_t, void *); 105 ebus_match, ebus_attach, NULL, NULL); 242 ebus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 315 printf("ebus_attach: %s: incomplete\n", name);
|
ebus.c | 102 static void ebus_attach(device_t, device_t, void *); 105 ebus_match, ebus_attach, NULL, NULL); 242 ebus_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 315 printf("ebus_attach: %s: incomplete\n", name);
|