Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/firewire/
H A Dfirewirereg.h290 int fwdev_destroydev (struct firewire_softc *);
H A Dfwdev.c898 fwdev_destroydev(struct firewire_softc *sc) in fwdev_destroydev() function
H A Dfirewire.c527 if ((err = fwdev_destroydev(sc)) != 0) in firewire_detach()