Home
last modified time | relevance | path

Searched refs:voff (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c281 size_t clen, len, off, boff, voff; in blockif_proc() local
301 off = voff = 0; in blockif_proc()
313 voff); in blockif_proc()
316 if (clen < br->br_iov[i].iov_len - voff) in blockif_proc()
317 voff += clen; in blockif_proc()
320 voff = 0; in blockif_proc()
342 off = voff = 0; in blockif_proc()
348 voff); in blockif_proc()
352 if (clen < br->br_iov[i].iov_len - voff) in blockif_proc()
353 voff += clen; in blockif_proc()
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dgfs.c311 gfs_readdir_emit(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff, in gfs_readdir_emit() argument
314 offset_t off = (voff + 2) * st->grd_ureclen; in gfs_readdir_emit()
341 gfs_readdir_emitn(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff, in gfs_readdir_emitn() argument
347 return (gfs_readdir_emit(st, uiop, voff, ino, buf, 0)); in gfs_readdir_emitn()
362 offset_t off, voff; in gfs_readdir_pred() local
370 voff = off - 2; in gfs_readdir_pred()
372 if ((error = gfs_readdir_emit(st, uiop, voff, st->grd_self, in gfs_readdir_pred()
376 if ((error = gfs_readdir_emit(st, uiop, voff, st->grd_parent, in gfs_readdir_pred()
380 *voffp = voff; in gfs_readdir_pred()
/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c276 uintptr_t voff; in bp_copy_common() local
333 voff = 0; in bp_copy_common()
398 BP_COPY(dir, (void *)((uintptr_t)driverbuf + voff), kaddr, in bp_copy_common()
403 voff += psize; in bp_copy_common()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_recv.c866 uint64_t voff; /* The current offset in the stream */ member
940 ra->voff, UIO_SYSSPACE, FAPPEND, in receive_read()
950 ra->voff += len - done - resid; in receive_read()
2387 ra.voff = *voffp; in dmu_recv_stream()
2632 *voffp = ra.voff; in dmu_recv_stream()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c1308 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff)
1316 sp += voff;