Home
last modified time | relevance | path

Searched refs:woff (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c811 offset_t woff; in zfs_write() local
872 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset; in zfs_write()
873 if (woff < 0) { in zfs_write()
883 (error = chklock(vp, FWRITE, woff, n, uio->uio_fmode, ct)) != 0) { in zfs_write()
910 woff = rl->r_off; in zfs_write()
917 woff = zp->z_size; in zfs_write()
919 uio->uio_loffset = woff; in zfs_write()
926 rl = zfs_range_lock(zp, woff, n, RL_WRITER); in zfs_write()
935 if (woff >= limit) { in zfs_write()
941 if ((woff + n) > limit || woff > (limit - n)) in zfs_write()
[all …]
/trueos/contrib/ntp/m4/
HDos_cflags.m414 ac_cv_os_cflags="-n32 -mips3 -Wl,-woff,84"
/trueos/contrib/libreadline/
HDdisplay.c1780 int woff; /* number of invisible chars on current line */ local
1783 woff = W_OFFSET (_rl_last_v_pos, wrap_offset);
1799 dpos -= woff;
1822 i = _rl_last_c_pos - woff;
/trueos/contrib/file/magic/Magdir/
HDfonts94 # Web Open Font Format (.woff)
/trueos/sys/dev/txp/
HDif_txp.c898 uint32_t roff, woff, rx_stat, prog; in txp_rx_reclaim() local
908 woff = le32toh(*r->r_woff); in txp_rx_reclaim()
910 for (prog = 0; roff != woff; prog++, count--) { in txp_rx_reclaim()
/trueos/contrib/amd/
HDNEWS1323 mips-sgi-irix6.2: tested with gcc and "cc -32 -Wl,-woff,84"
1324 mips-sgi-irix6.4: tested with gcc and "cc -32 -Wl,-woff,84"
HDChangeLog11113 6.2 using "cc -32 -Wl,-woff,"
/trueos/contrib/gcc/
HDFSFChangeLog.119761 (LINK_SPEC): Support -shared, remove -woff 84.
11600 * mips/iris6.h (LINK_SPEC): Add -woff 84.
HDChangeLog-199810517 * mips/iris6.h (LINK_SPEC): Add -woff 131.