Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 270) sorted by relevance

1234567891011

/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dloop.fth27 " no loop (1) " 1 begin 0 while 1- repeat .passed?
28 " loop to 0 (1)" 9 begin dup while 1- repeat 0= .passed?
33 " no loop (2) " btest1
34 " loop to 0 (2)" btest2
37 " no loop (3)" 1 begin dup until .passed?
38 " loop to 0 (3)" 9 begin 1- dup 0= until 0= .passed?
43 " no loop (4)" btest3
44 " loop to 0 (4)" btest4
46 ." Interactive do .. loop: "
47 " loop (1)" 0 h# 10 0 do drop i loop h# f = .passed?
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_008_pos.sh57 typeset -i loop=0
58 while (($loop < $RESV_NUM_FS)); do
59 datasetexists $TESTPOOL/${TESTFS}$loop && \
60 log_must $ZFS destroy -f $TESTPOOL/${TESTFS}$loop
62 [[ -d ${TESTDIR}$loop ]] && log_must $RM -r ${TESTDIR}$loop
64 ((loop = loop + 1))
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c113 u_int32_t n, loop; local
122 loop = (len + 8 - 1) >> 3;
141 } while (--loop);
160 u_int32_t h, loop; local
171 loop = (len + 8 - 1) >> 3;
190 } while (--loop);
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c214 CachedCluster *loop = ClusterCache; in findClusterCacheEntry() local
216 while (loop != NULL) { in findClusterCacheEntry()
217 if (loop->clusterNum == clusterNum) in findClusterCacheEntry()
218 return (loop); in findClusterCacheEntry()
219 loop = loop->next; in findClusterCacheEntry()
227 CachedCluster *loop = ClusterCache; in findClusterDataInTheCache() local
229 while (loop) { in findClusterDataInTheCache()
230 if (loop->clusterNum == clusterNum) in findClusterDataInTheCache()
231 return (loop->clusterData.bytes); in findClusterDataInTheCache()
232 loop = loop->next; in findClusterDataInTheCache()
[all …]
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c125 u_int32_t n, loop;
133 loop = (len + 8 - 1) >> 3;
153 } while (--loop);
168 u_int32_t h, loop; local
178 loop = (len + 8 - 1) >> 3;
198 } while (--loop);
/titanic_41/usr/src/cmd/msgfmt/
H A Doption.c47 loop: in parse_option()
85 goto loop; in parse_option()
112 goto loop; in parse_option()
118 goto loop; in parse_option()
124 goto loop; in parse_option()
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dfcloseall.c36 int loop; in fcloseall() local
40 for(loop = 0; loop < MAXLOOP; ++loop) in fcloseall()
/titanic_41/usr/src/lib/sun_fc/common/
H A DLockable.cc89 int loop = 0; in lock() local
91 loop++; in lock()
102 if (loop > DEADLOCK_WARNING) { in lock()
115 if (loop > DEADLOCK_WARNING) { in lock()
/titanic_41/usr/src/cmd/units/
H A Dunits.c118 loop: in main()
122 goto loop; in main()
137 goto loop; in main()
145 goto loop; in main()
149 goto loop; in main()
210 loop: in convr()
236 goto loop; in convr()
239 goto loop; in convr()
254 loop: in lookup()
283 goto loop; in lookup()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h127 #define IDLE_CHK_2(chip_mask, offset, loop, inc, condition, severity, fail_msg) \ argument
130 for (i = 0; i < (loop); i++) { \
151 #define IDLE_CHK_4(chip_mask, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
154 for (i = 0; i < (loop); i++) { \
175 #define IDLE_CHK_6(chip_mask, offset, loop, inc, severity) \ argument
180 for (i = 0; i < (loop); i++) { \
199 #define IDLE_CHK_7(chip_mask, offset, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
204 for (i = 0; i < (loop); i++) { \
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c118 loop: in _mbtowc_iso()
157 goto loop; in _mbtowc_iso()
188 goto loop; in _mbtowc_iso()
195 goto loop; in _mbtowc_iso()
200 goto loop; in _mbtowc_iso()
205 goto loop; in _mbtowc_iso()
210 goto loop; in _mbtowc_iso()
215 goto loop; in _mbtowc_iso()
227 goto loop; in _mbtowc_iso()
237 goto loop; in _mbtowc_iso()
[all …]
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf.S42 ba .loop
46 .loop: label
52 bpos,pt %icc,.loop
/titanic_41/usr/src/cmd/gettext/
H A Dgettext.c121 loop: in main()
151 goto loop; in main()
156 goto loop; in main()
160 goto loop; in main()
/titanic_41/usr/src/lib/libm/amd64/src/
H A Dfmodf.s42 .loop: label
46 jne .loop / loop while reduction incomplete
H A Dfmod.s49 .loop: label
53 jne .loop / loop while reduction incomplete
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnb.c635 ((((_r)->sring->req_prod - loop) < \
636 (RING_SIZE(_r) - (loop - prod))) ? \
637 ((_r)->sring->req_prod - loop) : \
638 (RING_SIZE(_r) - (loop - prod)))
650 RING_IDX loop, prod, end; in xnb_to_peer() local
682 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()
704 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer()
754 loop++; in xnb_to_peer()
764 if (loop == xnbp->xnb_rx_ring.req_cons) { in xnb_to_peer()
769 end = loop; in xnb_to_peer()
[all …]
H A Dxnbo.c383 xmca_t *loop; in i_xnbo_close_mac() local
395 loop = xnbop->o_mca; in i_xnbo_close_mac()
400 while (loop != NULL) { in i_xnbo_close_mac()
401 xmca_t *next = loop->next; in i_xnbo_close_mac()
406 (etheraddr_t *), loop->addr); in i_xnbo_close_mac()
407 (void) mac_multicast_remove(xnbop->o_mch, loop->addr); in i_xnbo_close_mac()
408 kmem_free(loop, sizeof (*loop)); in i_xnbo_close_mac()
409 loop = next; in i_xnbo_close_mac()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf104 enable-adapter-hard-loop-ID=0;
111 adapter-hard-loop-ID=0;
248 init-loop-sync-wait=10;
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s43 clr %g1 ! but prepare for long loop
45 ! Byte clearing loop
56 ! Double clearing loop
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathcanon.c59 int loop; in pathcanon() local
66 dots = loop = 0; in pathcanon()
144 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon()
155 loop++; in pathcanon()
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c440 int loop = 0; in hpi_txdma_control_reset_wait() local
453 loop++; in hpi_txdma_control_reset_wait()
454 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_reset_wait()
456 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_reset_wait()
469 int loop = 0; in hpi_txdma_control_stop_wait() local
478 loop++; in hpi_txdma_control_stop_wait()
479 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_stop_wait()
481 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_stop_wait()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c105 static void _sd_direct_test(int c, int loop, int seed, int type);
148 volatile int loop; member
356 who, gld[who].type, gld[who].loop, GET_SEED(who)); in _sd_idle_daemon()
370 test_dma_loop(gld[who].loop, gld[who].seed); in _sd_idle_daemon()
373 _sd_direct_test(who, gld[who].loop, GET_SEED(who), 0); in _sd_idle_daemon()
377 _sd_test_rwloop_seq(who, gld[who].loop, GET_SEED(who), in _sd_idle_daemon()
381 _sd_test_rwloop_seq(who, gld[who].loop, GET_SEED(who), in _sd_idle_daemon()
387 if (gld[who].loop >= 6) in _sd_idle_daemon()
388 numdevs = gld[who].loop; in _sd_idle_daemon()
428 long loop; in _sd_test_start() member
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
40 jmp loop
/titanic_41/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
40 ba loop
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dwschr.s40 .align 8 / accounts for .loop alignment and prolog
44 .loop: label
68 jne .loop

1234567891011