Searched refs:loop (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c626 loop:
635 goto loop;
646 goto loop;
692 goto loop;
712 goto loop;
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_drv.c597 int loop = 500; local
599 while (fifo <= GT_FIFO_NUM_RESERVED_ENTRIES && loop--) {
603 if (loop < 0 && fifo <= GT_FIFO_NUM_RESERVED_ENTRIES) {
604 printf("%s loop\n", __func__);
/freebsd-9.3-release/sys/i386/i386/
H A Dlocore.s165 loop 1b
260 loop 1b
885 loop 1b
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S21 * ITER -- number of iterations of the main division loop which will
121 ! division loop will mess up the first time around.
160 ! Fall through into divide loop
H A Dmodsi3.S21 * ITER -- number of iterations of the main division loop which will
121 ! division loop will mess up the first time around.
160 ! Fall through into divide loop
/freebsd-9.3-release/contrib/less/
H A Dedit.c770 loop:
804 goto loop;
/freebsd-9.3-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c165 loop:
184 goto loop;
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_node.c143 loop:
151 goto loop;
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_node.c190 loop:
267 goto loop;
/freebsd-9.3-release/sys/sparc64/conf/
H A DGENERIC205 device loop # Network loopback
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-script.c145 /* loop_continue to jump to the start of a while loop, print it
155 /* loop_break to break out of a while loop, print it and continue. */
301 int loop;
324 continue the loop at the top, or break out. */
330 /* Parse the loop control expression for the while statement. */
339 loop = 1;
342 while (loop == 1)
354 /* If the value is false, then break out of the loop. */
368 loop = 0;
372 /* If we got a "continue" command, then restart the loop
300 int loop; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c148 by GDB is a backup file whose name ends in a `~', we will loop
319 candidate completion. The loop below removes that leading
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dia64cpuid.S50 brp.loop.imp .L_wipe_top,.L_wipe_end-16
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s69 loop main.1 # done
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dputssjis.s91 loop putssjis_loop
/freebsd-9.3-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S115 loop start.1 # Till done
256 loop start.4 # Till done
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l745 loop:
779 goto loop;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c1062 /* Wait for the packets to loop back */
1159 int loop = 0; local
1167 while (__cvmx_helper_backpressure_is_misaligned() && (loop++ < max_loops))
1172 if (loop < max_loops)
1173 cvmx_dprintf("Completed aligning per port backpressure counters (%d loops).\n", loop);
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vfsops.c494 loop:
501 goto loop;
842 loop:
860 goto loop;
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c387 loop:
414 goto loop;
426 goto loop;
452 goto loop;
/freebsd-9.3-release/sys/i386/xen/
H A Dlocore.s212 loop 1b
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c1738 int loop; local
1752 for (loop = 5; loop > 0; loop--,(*century)++) {
/freebsd-9.3-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c524 ioctl_snmp_loop(u_int32_t loop)
531 ioctl.data = loop;
725 printf("Outward thru framer (payload loop)\n");
728 printf("Outward thru line interface (line loop)\n");
737 printf("Inward & outward (dual loop)\n");
770 printf("Rx Clk from modem (loop timed)\n");
1274 printf("Line loop: \t\t%s\n", mii16 & MII16_DS3_LNLBK ? yes : no);
1275 printf("Payload loop: \t\t%s\n", ctl12 & CTL12_RTPLOOP ? yes : no);
1276 printf("Frame loop: \t\t%s\n", ctl1 & CTL1_3LOOP ? yes : no);
1277 printf("Host loop
523 ioctl_snmp_loop(u_int32_t loop) argument
1622 u_int8_t loop = read_framer(Bt8370_LOOP); local
[all...]
/freebsd-9.3-release/sys/netinet/
H A Digmp.c173 * a loop whose control variables are directly affected by the release
477 igmp_dispatch_queue(struct ifqueue *ifq, int limit, const int loop) argument
486 if (loop)
1646 int loop, uri_fasthz; local
1648 loop = 0;
1699 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
1733 igmp_dispatch_queue(&qrq, 0, loop);
1734 igmp_dispatch_queue(&scq, 0, loop);
1903 * as we are called from a loop which traverses
3321 int retval, loop; local
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dcpufunc.c1353 int loop; local
1366 for (loop = 0; loop < 16; ++loop) {
1367 if (fault_instruction & (1<<loop))

Completed in 301 milliseconds

1234567891011>>