Home
last modified time | relevance | path

Searched refs:cddetach (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/scsipi/
Dcd.c174 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