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

  /src/sys/fs/udf/
udf_vnops.c 293 uint64_t file_size, old_size, old_offset; local in function:udf_write
356 old_offset = uio->uio_offset;
383 (old_offset >> 16 != uio->uio_offset >> 16)) {
385 error = VOP_PUTPAGES(vp, (old_offset >> 16) << 16,
388 old_offset = uio->uio_offset;
  /src/sys/dev/ic/
aic79xx.c 2963 u_int old_offset; local in function:ahd_set_syncrate
2992 old_offset = tinfo->curr.offset;
2997 || old_offset != offset
aic7xxx.c 1899 u_int old_offset; local in function:ahc_set_syncrate
1928 old_offset = tinfo->curr.offset;
1933 || old_offset != offset

Completed in 23 milliseconds