/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_008_pos.sh | 57 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 D | read.c | 59 struct buf *loop; /* open .while request line */ member 154 struct buf *firstln, *lastln, *thisln, *loop; in mparse_buf_r() local 168 firstln = lastln = loop = NULL; in mparse_buf_r() 308 if (curp->loop != NULL) { in mparse_buf_r() 309 if (loop == curp->loop) in mparse_buf_r() 314 curp->loop = thisln; in mparse_buf_r() 315 loop = NULL; in mparse_buf_r() 320 if (curp->loop == NULL) { in mparse_buf_r() 328 curp->loop = loop = NULL; in mparse_buf_r() 332 loop = curp->loop; in mparse_buf_r() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 224 CachedCluster *loop = ClusterCache; in findClusterCacheEntry() local 226 while (loop != NULL) { in findClusterCacheEntry() 227 if (loop->clusterNum == clusterNum) in findClusterCacheEntry() 228 return (loop); in findClusterCacheEntry() 229 loop = loop->next; in findClusterCacheEntry() 237 CachedCluster *loop = ClusterCache; in findClusterDataInTheCache() local 239 while (loop) { in findClusterDataInTheCache() 240 if (loop->clusterNum == clusterNum) in findClusterDataInTheCache() 241 return (loop->clusterData.bytes); in findClusterDataInTheCache() 242 loop = loop->next; in findClusterDataInTheCache() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_func.c | 106 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 D | hash_func.c | 119 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 D | option.c | 45 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 D | fcloseall.c | 36 int loop; in fcloseall() local 40 for(loop = 0; loop < MAXLOOP; ++loop) in fcloseall()
|
/illumos-gate/usr/src/cmd/units/ |
H A D | units.c | 116 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 D | Lockable.cc | 91 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 D | hw_debug.h | 128 #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/uts/common/xen/io/ |
H A D | xnb.c | 636 ((((_r)->sring->req_prod - loop) < \ 637 (RING_SIZE(_r) - (loop - prod))) ? \ 638 ((_r)->sring->req_prod - loop) : \ 639 (RING_SIZE(_r) - (loop - prod))) 651 RING_IDX loop, prod, end; in xnb_to_peer() local 684 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer() 706 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer() 756 loop++; in xnb_to_peer() 766 if (loop == xnbp->xnb_rx_ring.req_cons) { in xnb_to_peer() 771 end = loop; in xnb_to_peer() [all …]
|
H A D | xnbo.c | 383 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/cmd/gettext/ |
H A D | gettext.c | 120 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.S | 42 ba .loop 46 .loop: label 52 bpos,pt %icc,.loop
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | fmodf.S | 42 .loop: label 46 jne .loop / loop while reduction incomplete
|
H A D | fmod.S | 49 .loop: label 53 jne .loop / loop while reduction incomplete
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 104 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 D | pathcanon.c | 71 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 D | hpi_txdma.c | 438 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 D | wschr.S | 40 .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 D | tst.circstack.S | 36 loop: label 38 jmp loop
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | jhlocal.fr | 61 0 0 0 locals| stop-loop colon-offset flags u c-addr | 78 [char] : of i 1+ to colon-offset 1 to stop-loop endof 79 1 to stop-loop 81 stop-loop if leave endif 82 loop 130 loop \ ( ) 191 loop \ ( )
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 314 int loop, comma; in display_targets() local 384 for (loop = 0, comma = 0; in display_targets() 385 loop < (sizeof (devinfo_array) / in display_targets() 386 sizeof (devinfo_array[0])); loop++) { in display_targets() 388 devinfo_array[loop].value) { in display_targets() 391 devinfo_array[loop].text); in display_targets() 433 for (loop = 0, comma = 0; in display_targets() 434 loop < (sizeof (devinfo_array) in display_targets() 436 loop++) { in display_targets() 438 devinfo_array[loop].value) { in display_targets() [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | tst.circstack.S | 35 loop: label 38 ba loop
|
/illumos-gate/usr/src/lib/commpage/common/ |
H A D | cp_main.c | 131 loop: in __cp_clock_gettime_realtime() 141 goto loop; in __cp_clock_gettime_realtime() 169 goto loop; in __cp_clock_gettime_realtime()
|