| /src/distrib/utils/more/ |
| linenum.c | 268 int loopcount; local 318 loopcount = 0; 327 if (loopcount >= 0 && ++loopcount > 100) { 328 loopcount = 0; 332 loopcount = -1; 350 loopcount = 0; 359 if (loopcount >= 0 && ++loopcount > 100) { 360 loopcount = 0 [all...] |
| /src/external/bsd/less/dist/ |
| linenum.c | 215 static int loopcount; variable 223 if (loopcount >= 0 && ++loopcount > 100) 225 loopcount = 0; 229 loopcount = -1; 233 if (loopcount >= 0 && ++loopcount > LONGLOOP) 236 loopcount = -1; 247 if (loopcount >= 0) 307 loopcount = 0 [all...] |
| /src/libexec/lfs_cleanerd/ |
| lfs_cleanerd.c | 779 int i, opt, error, r, loopcount, nodetach; local 956 loopcount = 0; 987 ++loopcount; 988 if (stat_report && loopcount % stat_report == 0)
|
| /src/sys/dev/pci/ixgbe/ |
| ix_txrx.c | 1830 u32 loopcount = 0, numdesc; local 1876 (loopcount < limit) || (discard_multidesc == true);) { 1894 } else if (__predict_false(loopcount >= limit)) { 1915 loopcount++;
|
| /src/sys/ufs/lfs/ |
| lfs_segment.c | 324 int loopcount = 0; local 365 if (++loopcount > 2) 366 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount); 689 int loopcount = 0; local 737 if (++loopcount > 2) 739 loopcount);
|
| lfs_vnops.c | 1454 int i, sn, error, slept, loopcount; local 1486 loopcount = 0; 1530 ++loopcount; 1544 if (loopcount > MAXLOOP) {
|
| /src/sys/dev/pci/ |
| ydsreg.h | 300 uint32_t loopcount; member in struct:play_slot_ctrl_bank
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote.c | 3978 int loopcount = 0; 3983 if (loopcount++ > looplimit) 3975 int loopcount = 0; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| remote.c | 3996 int loopcount = 0; 4001 if (loopcount++ > looplimit) 3993 int loopcount = 0; local
|
| /src/external/bsd/unbound/dist/daemon/ |
| remote.c | 4363 int loopcount = 0; local 4369 if(++loopcount > IPC_LOOP_MAX) { 6927 int lst, pollin_event, bcount, loopcount; 7072 loopcount = 0; 7075 if(++loopcount > IPC_LOOP_MAX) { 7131 loopcount = 0; 7134 if(++loopcount > IPC_LOOP_MAX) {
|