Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/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))
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c309 if (loop == curp->loop) in mparse_buf_r()
314 curp->loop = thisln; in mparse_buf_r()
315 loop = NULL; in mparse_buf_r()
328 curp->loop = loop = NULL; in mparse_buf_r()
332 loop = curp->loop; in mparse_buf_r()
334 curp->loop = loop = NULL; in mparse_buf_r()
405 if (loop != NULL && in mparse_buf_r()
407 loop = loop->next; in mparse_buf_r()
409 if (loop != NULL) { in mparse_buf_r()
412 if (ln.sz < loop->sz) in mparse_buf_r()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c217 return (loop); in findClusterCacheEntry()
218 loop = loop->next; in findClusterCacheEntry()
228 while (loop) { in findClusterDataInTheCache()
231 loop = loop->next; in findClusterDataInTheCache()
271 while (loop && new->clusterNum > loop->clusterNum) { in addToCache()
273 loop = loop->next; in addToCache()
276 if (loop) { in addToCache()
1353 while (loop) { in findImpactedCluster()
1359 loop = loop->next; in findImpactedCluster()
1372 while (loop) { in writeClusterMods()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c106 u_int32_t n, loop; local
115 loop = (len + 8 - 1) >> 3;
141 } while (--loop);
160 u_int32_t h, loop; local
171 loop = (len + 8 - 1) >> 3;
197 } while (--loop);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c119 u_int32_t n, loop;
127 loop = (len + 8 - 1) >> 3;
147 } while (--loop);
160 u_int32_t h, loop; in hash4() local
170 loop = (len + 8 - 1) >> 3; in hash4()
197 } while (--loop); in hash4()
/illumos-gate/usr/src/cmd/msgfmt/
H A Doption.c45 loop: in parse_option()
83 goto loop; in parse_option()
110 goto loop; in parse_option()
116 goto loop; in parse_option()
122 goto loop; in parse_option()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfcloseall.c36 int loop; in fcloseall() local
40 for(loop = 0; loop < MAXLOOP; ++loop) in fcloseall()
/illumos-gate/usr/src/cmd/units/
H A Dunits.c116 loop: in main()
120 goto loop; in main()
135 goto loop; in main()
143 goto loop; in main()
147 goto loop; in main()
209 loop: in convr()
235 goto loop; in convr()
238 goto loop; in convr()
253 loop: in lookup()
282 goto loop; in lookup()
[all …]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DLockable.cc91 int loop = 0; in lock() local
93 loop++; in lock()
104 if (loop > DEADLOCK_WARNING) { in lock()
118 if (loop > DEADLOCK_WARNING) { in lock()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h128 #define IDLE_CHK_2(chip_mask, offset, loop, inc, condition, severity, fail_msg) \ argument
131 for (i = 0; i < (loop); i++) { \
152 #define IDLE_CHK_4(chip_mask, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
155 for (i = 0; i < (loop); i++) { \
176 #define IDLE_CHK_6(chip_mask, offset, loop, inc, severity) \ argument
181 for (i = 0; i < (loop); i++) { \
200 #define IDLE_CHK_7(chip_mask, offset, offset1, offset2, loop, inc, condition, severity, fail_msg) \ argument
205 for (i = 0; i < (loop); i++) { \
/illumos-gate/usr/src/cmd/gettext/
H A Dgettext.c120 loop: in main()
150 goto loop; in main()
155 goto loop; in main()
159 goto loop; in main()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf.S42 ba .loop
46 .loop: label
52 bpos,pt %icc,.loop
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c756 loop++; in xnb_to_peer()
771 end = loop; in xnb_to_peer()
788 while (loop < end) { in xnb_to_peer()
828 loop++; in xnb_to_peer()
968 RING_IDX loop, prod; in xnb_copy_to_peer() local
1175 loop++; in xnb_copy_to_peer()
1386 loop = start; in xnb_from_peer()
1391 while (loop < end) { in xnb_from_peer()
1421 ASSERT(loop <= end); in xnb_from_peer()
1479 txp->xt_idx = loop; in xnb_from_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()
/illumos-gate/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
/illumos-gate/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;
242 init-loop-sync-wait=10;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcanon.c71 int loop; in pathcanon_20100601() local
78 dots = loop = 0; in pathcanon_20100601()
159 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon_20100601()
170 loop++; in pathcanon_20100601()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c438 int loop = 0; in hpi_txdma_control_reset_wait() local
451 loop++; in hpi_txdma_control_reset_wait()
452 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_reset_wait()
454 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_reset_wait()
467 int loop = 0; in hpi_txdma_control_stop_wait() local
476 loop++; in hpi_txdma_control_stop_wait()
477 } while (loop < TXDMA_WAIT_LOOP); in hpi_txdma_control_stop_wait()
479 if (loop == TXDMA_WAIT_LOOP) { in hpi_txdma_control_stop_wait()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S40 .align 8 / accounts for .loop alignment and prolog
44 .loop: label
68 jne .loop
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.S36 loop: label
38 jmp loop
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.S35 loop: label
38 ba loop
/illumos-gate/usr/src/lib/commpage/common/
H A Dcp_main.c131 loop: in __cp_clock_gettime_realtime()
141 goto loop; in __cp_clock_gettime_realtime()
169 goto loop; in __cp_clock_gettime_realtime()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S40 .align 8 / accounts for .loop alignment and prolog
45 .loop: label
69 jne .loop
/illumos-gate/usr/src/cmd/hal/addons/acpi/
H A Daddon-acpi.c36 GMainLoop *loop = g_main_loop_new(NULL, FALSE); in main() local
53 g_main_loop_run(loop); in main()

1234567891011