HomeSort by: relevance | last modified time | path
    Searched refs:ST_WRITTEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
stvar.h 154 #define ST_WRITTEN 0x0004 /* data has been written, EOD needed */
162 * ~ST_WRITTEN to indicate that multiple file
175 #define ST_PER_MOUNT (ST_INFO_VALID | ST_BLOCK_SET | ST_WRITTEN | \
st.c 628 if (st->flags & ST_WRITTEN &&
636 st->flags &= ~(ST_WRITTEN|ST_FM_WRITTEN);
752 stxx = st->flags & (ST_WRITTEN | ST_FM_WRITTEN);
762 st->flags |= ST_WRITTEN;
798 * ST_WRITTEN was preserved from above.
813 (stxx == (ST_2FM_AT_EOD|ST_WRITTEN))) {
829 KASSERTMSG((st->flags & ST_WRITTEN) == 0,
830 "pending ST_WRITTEN flag NOT cleared (flags=0x%x)", st->flags);
1390 st->flags |= ST_WRITTEN;
1392 st->flags &= ~ST_WRITTEN;
    [all...]

Completed in 20 milliseconds