Home
last modified time | relevance | path

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

/netbsd/sys/dev/scsipi/
H A Dsd.c130 static int sddetach(device_t, int);
133 CFATTACH_DECL3_NEW(sd, sizeof(struct sd_softc), sdmatch, sdattach, sddetach,
370 sddetach(device_t self, int flags) in sddetach() function