Searched defs:woff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c490 uint32_t woff = i / 4; local
494 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_EVQS + (woff << 2)) >> shf)
498 uint32_t woff = i / 4; local
502 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_SNCQ + (woff << 2)) >> shf)
506 uint32_t woff = i / 4; local
511 (woff << 2)) >> shf) & 0xff);
514 uint32_t woff = i / 4; local
519 (woff << 2)) >> shf) & 0xff);
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c112 filep woff; variable
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2948 off_t woff; local
2981 if (ddi_dma_getwin(pp->dma_handle, 0, &woff, &wlen,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c662 offset_t woff; local
723 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
724 if (woff < 0) {
734 (error = chklock(vp, FWRITE, woff, n, uio->uio_fmode, ct)) != 0) {
759 woff = rl->r_off;
766 woff = zp->z_size;
768 uio->uio_loffset = woff;
775 rl = zfs_range_lock(zp, woff, n, RL_WRITER);
778 if (woff >= limit) {
784 if ((woff
[all...]

Completed in 73 milliseconds