Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/storage/
H A Dustorage_fs.c174 struct ustorage_fs_softc { struct
260 .size = sizeof(struct ustorage_fs_softc),
348 struct ustorage_fs_softc *sc = device_get_softc(dev); in ustorage_fs_attach()
432 struct ustorage_fs_softc *sc = device_get_softc(dev); in ustorage_fs_detach()
932 ustorage_fs_verify(struct ustorage_fs_softc *sc) in ustorage_fs_verify()
987 ustorage_fs_inquiry(struct ustorage_fs_softc *sc) in ustorage_fs_inquiry()
1128 ustorage_fs_mode_sense(struct ustorage_fs_softc *sc) in ustorage_fs_mode_sense()
1235 ustorage_fs_start_stop(struct ustorage_fs_softc *sc) in ustorage_fs_start_stop()
1367 ustorage_fs_read(struct ustorage_fs_softc *sc) in ustorage_fs_read()
1419 ustorage_fs_write(struct ustorage_fs_softc *sc) in ustorage_fs_write()
[all …]