Symbol: ustorage_fs_softc
sys/dev/usb/storage/ustorage_fs.c
1019
ustorage_fs_request_sense(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1088
ustorage_fs_read_capacity(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1119
ustorage_fs_mode_sense(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1226
ustorage_fs_start_stop(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1255
ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1285
ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1316
ustorage_fs_mode_select(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1333
ustorage_fs_synchronize_cache(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1358
ustorage_fs_read(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1410
ustorage_fs_write(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
1474
ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask)
sys/dev/usb/storage/ustorage_fs.c
1514
ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t min_cmd_size,
sys/dev/usb/storage/ustorage_fs.c
1600
ustorage_fs_do_cmd(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
230
static void ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index);
sys/dev/usb/storage/ustorage_fs.c
231
static void ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
233
static uint8_t ustorage_fs_verify(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
234
static uint8_t ustorage_fs_inquiry(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
235
static uint8_t ustorage_fs_request_sense(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
236
static uint8_t ustorage_fs_read_capacity(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
237
static uint8_t ustorage_fs_mode_sense(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
238
static uint8_t ustorage_fs_start_stop(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
239
static uint8_t ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
240
static uint8_t ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
241
static uint8_t ustorage_fs_mode_select(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
242
static uint8_t ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask);
sys/dev/usb/storage/ustorage_fs.c
243
static uint8_t ustorage_fs_read(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
244
static uint8_t ustorage_fs_write(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
245
static uint8_t ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t cmd_size, uint16_t mask, uint8_t needs_medium);
sys/dev/usb/storage/ustorage_fs.c
246
static uint8_t ustorage_fs_do_cmd(struct ustorage_fs_softc *sc);
sys/dev/usb/storage/ustorage_fs.c
265
.size = sizeof(struct ustorage_fs_softc),
sys/dev/usb/storage/ustorage_fs.c
350
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/dev/usb/storage/ustorage_fs.c
431
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/dev/usb/storage/ustorage_fs.c
461
ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index)
sys/dev/usb/storage/ustorage_fs.c
470
ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
483
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/dev/usb/storage/ustorage_fs.c
515
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/storage/ustorage_fs.c
642
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/storage/ustorage_fs.c
694
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/storage/ustorage_fs.c
749
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/storage/ustorage_fs.c
811
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/storage/ustorage_fs.c
931
ustorage_fs_verify(struct ustorage_fs_softc *sc)
sys/dev/usb/storage/ustorage_fs.c
978
ustorage_fs_inquiry(struct ustorage_fs_softc *sc)