Searched refs:cdmatch (Results 1 – 1 of 1) sorted by relevance
172 static int cdmatch(device_t, cfdata_t, void *);183 CFATTACH_DECL3_NEW(cd, sizeof(struct cd_softc), cdmatch, cdattach, cddetach,259 cdmatch(device_t parent, cfdata_t match, void *aux) in cdmatch() function