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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c862 offset_t woff; local
925 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
926 if (woff < 0) {
936 (error = chklock(vp, FWRITE, woff, n, uio->uio_fmode, ct)) != 0) {
963 woff = rl->r_off;
970 woff = zp->z_size;
972 uio->uio_loffset = woff;
979 rl = zfs_range_lock(zp, woff, n, RL_WRITER);
988 if (woff >= limit) {
994 if ((woff
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1799 int woff; /* number of invisible chars on current line */ local
1802 woff = WRAP_OFFSET (_rl_last_v_pos, wrap_offset);
1816 if ((new > prompt_last_invisible) || /* XXX - don't use woff here */
1819 wrap_offset != woff &&
1822 dpos -= woff;
1845 i = _rl_last_c_pos - woff;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c83 static int woff; variable
185 if (woff + len >= (int)sizeof(wbuf))
186 len = sizeof(wbuf) - woff;
188 len = write(fd, wbuf + woff, len);
196 woff += len;
198 if (woff >= (int)sizeof(wbuf)) {
487 roff = woff = 0;
498 if (roff == woff)
516 roff = woff = 0;
527 if (roff == woff)
[all...]
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c903 uint32_t roff, woff, rx_stat, prog; local
913 woff = le32toh(*r->r_woff);
915 for (prog = 0; roff != woff; prog++, count--) {

Completed in 132 milliseconds