Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dfd.c203 static int fddetach(device_t, int);
213 fdprobe, fdattach, fddetach, NULL);
216 fdprobe, fdattach, fddetach, NULL);
606 fddetach(device_t self, int flags) in fddetach() function