Home
last modified time | relevance | path

Searched defs:st_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/scsipi/
H A Dstvar.h89 struct st_softc { struct
92 int (*ops)(struct st_softc *, int, int); argument
99 int flags; /* see below */
100 u_int quirks; /* quirks for the open mode */
101 int blksize; /* blksize we are using */
102 uint8_t density; /* present density */
103 u_int page_0_size; /* size of page 0 data */
104 u_int last_dsty; /* last density opened */
105 short mt_resid; /* last (short) resid */
106 short mt_erreg; /* last error (sense key) seen */
[all …]
/netbsd-src/sys/arch/usermode/dev/
H A Dvaudio.c58 struct vaudio_softc *st_softc; member