Searched refs:memory_attach (Results 1 – 1 of 1) sorted by relevance
73 void memory_attach(device_t, device_t, void *);75 CFATTACH_DECL_NEW(memory, sizeof(struct memory_softc), memory_match, memory_attach,92 memory_attach(device_t parent, device_t self, void *aux) in memory_attach() function