Searched refs:loop (Results 301 - 325 of 333) sorted by relevance

<<11121314

/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c1243 loop:
1367 goto loop;
/freebsd-10.0-release/sys/dev/lmc/
H A Dif_lmc.h275 #define MII16_DS3_TRLBK 0x0002 /* RW: loop towards host */
276 #define MII16_DS3_LNLBK 0x0004 /* RW: loop towards net */
357 #define CTL1_3LOOP 0x02 /* framer loop back */
570 #define LOOP_ANALOG 0x01 /* inward loop thru LIU */
571 #define LOOP_FRAMER 0x02 /* inward loop thru framer */
572 #define LOOP_LINE 0x04 /* outward loop thru LIU */
573 #define LOOP_PAYLOAD 0x08 /* outward loop of payload */
665 u_int16_t loop; /* loop status bit vector */
676 u_int16_t loop; /* loo
664 u_int16_t loop; /* loop status bit vector */ member in struct:t3_snmp
675 u_int16_t loop; /* loop status bit vector */ member in struct:t1_snmp
[all...]
/freebsd-10.0-release/sys/dev/mcd/
H A Dmcd.c781 loop:
962 goto loop;
/freebsd-10.0-release/sys/dev/mn/
H A Dif_mn.c100 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54wreg
120 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54rreg
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1594 loop:
1604 goto loop;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt38 20100131 deleting RR causes infinite loop
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c1468 loop:
1478 goto loop;
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_vnops.c243 loop:
333 goto loop;
608 * because the loop above resets bp to NULL on each iteration
1022 * because the loop above resets bp to NULL on each iteration
/freebsd-10.0-release/contrib/gcc/
H A Dcfglayout.c1213 bb->loop_father->copy loop, so this must be set up correctly in advance)
1229 struct loop *base, basic_block after)
1243 /* Add to loop. */
H A Dtree-flow-inline.h733 /* Returns the loop of the statement STMT. */
735 static inline struct loop *
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dconnect.c842 loop(krb5_context context, function
/freebsd-10.0-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl676 loop .Lcbc_prefetch_sbox
/freebsd-10.0-release/crypto/openssl/engines/
H A De_padlock.c625 loop up
988 * I still prefer to loop instead of copy the whole
/freebsd-10.0-release/sys/arm/arm/
H A Dpmap-v6.c1621 u_int loop, needed; local
1627 for (loop = 0; loop < needed; loop++, l1++) {
H A Dpmap.c2072 u_int loop, needed; local
2078 for (loop = 0; loop < needed; loop++, l1++) {
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES172 fixed infinite loop in parsing, originally found by brian tsang.
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S102 brp.loop.imp .Le_top,.Le_end-16 };;
481 brp.loop.imp .Ld_top,.Ld_end-16 };;
/freebsd-10.0-release/sys/dev/hptmv/
H A Dentry.c183 loop:
189 goto loop;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dqueue.c2147 int loop, maxrunners; local
2174 for (loop = 0; loop < maxrunners; loop++)
2374 ** Get the LA outside the WorkQ loop if necessary.
6191 ** XXX Should probably wrap this whole loop in a timeout
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S233 loop font.1
742 loop push_arg # Push all of the arguments
/freebsd-10.0-release/sys/dev/e1000/
H A De1000_ich8lan.c2584 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT; local
2593 } while ((!data) && --loop);
2595 /* If basic configuration is incomplete before the above loop
2599 if (loop == 0)
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S630 @ The actual division loop.
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h8209 uint64_t loop : 1; /**< Loopback bit */ member in struct:cvmx_mio_uartx_mcr::cvmx_mio_uartx_mcr_s
8219 uint64_t loop : 1;
9190 uint64_t loop : 1; /**< Loopback bit */ member in struct:cvmx_mio_uart2_mcr::cvmx_mio_uart2_mcr_s
9200 uint64_t loop : 1;
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY754 fix loop in nat_new for pre-existing nat
875 fix potential security loop hole in keep state code.
913 avoid infinite loop when nat'ing to single IP# - Marc Boucher
1266 loop forms in frag cache table - Yury Pshenychny <yura@rd.zgik.zaporizhzhe.ua>
1654 the loop rather than when it matched a rule.
/freebsd-10.0-release/sys/kern/
H A Dvfs_subr.c1254 * If you alter this loop please notice that interlock is dropped and
1378 return (EAGAIN); /* XXX: why not loop ? */
2511 loop:
2518 goto loop;

Completed in 513 milliseconds

<<11121314