Searched refs:memory_match (Results 1 – 1 of 1) sorted by relevance
72 int memory_match(device_t, cfdata_t, void *);75 CFATTACH_DECL_NEW(memory, sizeof(struct memory_softc), memory_match, memory_attach,82 memory_match(device_t parent, cfdata_t cf, void *aux) in memory_match() function