Searched refs:moved (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh187 moved=$tdir/follow.moved
208 # Now verify that following correctly follows the file being moved.
214 mv $follow $moved
216 echo -e "d\ne\nf" >> $moved
224 rm $moved
266 # Verify that we can follow the moved file and correctly see a truncation.
272 mv $follow $moved
274 echo -e "d\ne\nf" >> $moved
276 echo -e "g\nh\ni\nj\nk\nl\nm\no\np\nq" > $moved
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s104 mov 0, %o2 ! max number of bytes moved
167 mov 0, %g3 ! max number of bytes moved
237 mov 0, %o2 ! max number of bytes moved
302 mov 0, %g3 ! max number of bytes moved
372 mov 0, %o2 ! max number of bytes moved
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c743 int moved = 0; local
826 * The symbol was moved, so adjust the
830 moved = 1;
852 if (!moved) {
1077 if (moved)
1243 * COPY relocation hasn't moved it to the executable
H A Dmachrel.amd.c771 int moved = 0; local
840 * The symbol was moved, so adjust the value
844 moved = 1;
1100 if (moved)
1267 * COPY relocation hasn't moved it to the executable
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s134 ! To simplify the equations, the radix point can be moved to just
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2250 pool_component_t **components = NULL, *moved[] = { NULL, NULL }; local
2273 moved[0] = components[i];
2274 if (pool_resource_xtransfer(conf, src, dst, moved) ==
2287 moved[0] = components[i];
2288 if (pool_resource_xtransfer(conf, src, dst, moved) ==
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4858 int moved; local
4943 moved = 0;
4948 moved += propagate_syncq(qp);
4951 moved += propagate_syncq(wqp);
4976 if (!isdriver && (moved > 0))
4987 if (moved > 0)
7099 int moved = 0; local
7163 moved++;
7180 * When messages are moved from high priority queue to
7190 nqp->q_syncqmsgs += moved;
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s202 andn %i2, 3, %i2 ! # of aligned bytes that can be moved
240 andn %i2, 3, %i2 ! # of aligned bytes that can be moved
H A Dniagara_copy.s115 * to how the src and dst is aligned and how much data needs to be moved.
311 * to be moved on entry. Check that code carefully before
1612 sub %i2, %o3, %i2 ! update cnt with bytes to be moved
2512 andn %i2, 3, %i2 ! # of aligned bytes that can be moved
2550 andn %i2, 3, %i2 ! # of aligned bytes that can be moved
3981 sub %i2, %o3, %i2 ! update cnt with bytes to be moved
6175 sub %i2, %o3, %i2 ! update cnt with bytes to be moved
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s809 ! that it is causes other application data to be moved out
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s1744 sub %o2, %o3, %o2 ! update cnt with bytes to be moved
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1681 andn %i2, 3, %i2 ! # of aligned bytes that can be moved
1719 andn %i2, 3, %i2 ! # of aligned bytes that can be moved

Completed in 148 milliseconds