Searched defs:acd_softc (Results 1 – 1 of 1) sorted by relevance
273 struct acd_softc { struct274 int flags; /* device state flags */277 struct toc toc; /* table of disc contents */278 struct audiopage au; /* audio page info */279 struct audiopage aumask; /* audio page mask */280 struct cappage cap; /* capabilities page info */281 struct cd_sub_channel_info subchan; /* subchannel info */282 int slot; /* this instance slot number */283 time_t timestamp; /* this instance timestamp */284 u_int32_t disk_size; /* size of current media */[all …]