Searched defs:st_softc (Results 1 – 2 of 2) sorted by relevance
89 struct st_softc { struct92 int (*ops)(struct st_softc *, int, int); argument99 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 …]
58 struct vaudio_softc *st_softc; member