Home
last modified time | relevance | path

Searched refs:loffset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c343 static u_offset_t loffset; /* current offset in file (ufsdump) */ variable
424 loffset = 0; in lf_dump()
508 if ((loffset + bytes) <= bytepos) { in lf_blksout()
510 loffset += (u_offset_t)tp_bsize * in lf_blksout()
516 if (loffset < bytepos) { in lf_blksout()
521 diff = bytepos - loffset; in lf_blksout()
539 loffset += bytes; in lf_blksout()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c351 offset_t loffset; in _aiorw() local
360 loffset = offset; in _aiorw()
363 if ((loffset = llseek(fd, 0, SEEK_CUR)) == -1) in _aiorw()
366 loffset += offset; in _aiorw()
372 loffset = offset + stat64.st_size; in _aiorw()
407 fd, buf, bufsz, loffset, resultp); in _aiorw()
438 ap->offset = loffset; in _aiorw()