Searched refs:cddetach (Results 1 – 1 of 1) sorted by relevance
174 static int cddetach(device_t, int);183 CFATTACH_DECL3_NEW(cd, sizeof(struct cd_softc), cdmatch, cdattach, cddetach,334 cddetach(device_t self, int flags) in cddetach() function