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

  /src/sys/fs/unionfs/
unionfs_subr.c 674 int bufoffset; local
700 bufoffset = 0;
701 while (bufoffset < count) {
704 iov.iov_base = buf + bufoffset;
705 iov.iov_len = count - bufoffset;
706 uio.uio_offset = offset + bufoffset;
713 bufoffset += (count - bufoffset) - uio.uio_resid;
716 uio.uio_offset = offset + bufoffset;
  /src/sys/dev/pcmcia/
if_cnw.c 687 int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n; local
694 bufoffset = read16(sc, CNW_EREG_TDP + 4);
698 device_xname(sc->sc_dev), buffer, bufsize, bufoffset);
702 bufptr = sc->sc_memoff + buffer + bufoffset;
712 bufptr = sc->sc_memoff + buffer + bufoffset;
  /src/external/gpl2/grep/dist/src/
grep.c 230 static off_t bufoffset; /* Read offset; defined on regular files. */ variable
237 static off_t initial_bufoffset; /* Initial value of bufoffset. */
287 bufoffset = 0;
290 bufoffset = lseek (fd, 0, SEEK_CUR);
291 if (bufoffset < 0)
298 initial_bufoffset = bufoffset;
299 bufmapped = mmap_option && bufoffset % pagesize == 0;
351 off_t to_be_read = stats->stat.st_size - bufoffset;
386 if (stats->stat.st_size - bufoffset < mmapsize)
388 mmapsize = stats->stat.st_size - bufoffset;
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c 1313 int bufoffset = 0; local
1317 bufoffset += CALL_UTIL (snprintf)(&cmdbuf[bufoffset], (sizeof (cmdbuf) - bufoffset),
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c 1313 int bufoffset = 0; local
1317 bufoffset += CALL_UTIL (snprintf)(&cmdbuf[bufoffset], (sizeof (cmdbuf) - bufoffset),

Completed in 26 milliseconds