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

  /src/common/dist/zlib/examples/
gzappend.c 180 local int readin(file *in) function in typeref:typename:local int
194 if (readin(in) == 0) bye("unexpected end of ", in->name);
350 if (gz.left || readin(&gz))
  /src/sys/fs/udf/
udf_strat_rmw.c 99 uint64_t readin; /* bitmap */ member in struct:udf_eccline
460 eccline->present = eccline->readin = eccline->dirty = 0;
503 if (eccline->readin & eccline->present)
504 eccline->readin &= (~eccline->present) & allbits;
516 if (eccline->readin)
559 eccline->readin &= ~bit; /* just in case */
597 eccline->readin &= ~bit; /* just in case */
633 /* mark bit for readin */
634 eccline->readin |= bit;
835 eccline->readin |= bit
    [all...]

Completed in 15 milliseconds