Searched refs:ssio_match (Results 1 – 1 of 1) sorted by relevance
115 int ssio_match(device_t, cfdata_t, void *);118 CFATTACH_DECL_NEW(ssio, sizeof(struct ssio_softc), ssio_match, ssio_attach, NULL,127 ssio_match(device_t parent, cfdata_t match, void *aux) in ssio_match() function