Searched defs:moved (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
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
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
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1439 long moved; local
1443 if(moved = (char*)filemap - oldptr)
1453 shp->fdptrs[savefd] = (int*)(oldptr+moved);
/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...]

Completed in 72 milliseconds