Searched refs:countdown (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | wpm.d | 62 countdown = 5; 64 printf("Measuring will start in : %2d seconds", countdown); 68 /--countdown >= 0/ 70 printf("\b\b\b\b\b\b\b\b\b\b%2d seconds", countdown); 74 /state == BEGIN && countdown == -1/ 77 countdown = 60; 78 printf("\nMeasuring will stop in : %2d seconds", countdown); 130 /state == TRACING && countdown == -1/
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Misc/ |
| H A D | wpm.d | 62 countdown = 5; 64 printf("Measuring will start in : %2d seconds", countdown); 68 /--countdown >= 0/ 70 printf("\b\b\b\b\b\b\b\b\b\b%2d seconds", countdown); 74 /state == BEGIN && countdown == -1/ 77 countdown = 60; 78 printf("\nMeasuring will stop in : %2d seconds", countdown); 130 /state == TRACING && countdown == -1/
|
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_mbx.c | 239 int countdown = mbx->timeout; in ixgbe_poll_for_msg() local 243 if (!countdown || !mbx->ops[mbx_id].check_for_msg) in ixgbe_poll_for_msg() 246 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg() 247 countdown--; in ixgbe_poll_for_msg() 248 if (!countdown) in ixgbe_poll_for_msg() 253 if (countdown == 0) { in ixgbe_poll_for_msg() 272 int countdown = mbx->timeout; in ixgbe_poll_for_ack() local 276 if (!countdown || !mbx->ops[mbx_id].check_for_ack) in ixgbe_poll_for_ack() 279 while (countdown && mbx->ops[mbx_id].check_for_ack(hw, mbx_id)) { in ixgbe_poll_for_ack() 280 countdown--; in ixgbe_poll_for_ack() [all …]
|
| /netbsd-src/external/bsd/libevent/dist/m4/ |
| H A D | ax_prog_doxygen.m4 | 467 countdown=5; \\ 470 && test \$\$countdown -gt 0; do \\ 472 countdown=\`expr \$\$countdown - 1\`; \\ 498 countdown=5; \\ 501 && test \$\$countdown -gt 0; do \\ 503 countdown=\`expr \$\$countdown - 1\`; \\
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_df_v3_6.c | 238 int countdown = ARM_RETRY_USEC_TIMEOUT; in df_v3_6_perfmon_arm_with_retry() local 240 while (countdown) { in df_v3_6_perfmon_arm_with_retry() 246 countdown -= ARM_RETRY_USEC_INTERVAL; in df_v3_6_perfmon_arm_with_retry() 250 return countdown > 0 ? 0 : -ETIME; in df_v3_6_perfmon_arm_with_retry()
|
| /netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
| H A D | unity_fixture.c | 150 void UnityMalloc_MakeMallocFailAfterCount(int countdown) in UnityMalloc_MakeMallocFailAfterCount() argument 152 malloc_fail_countdown = countdown; in UnityMalloc_MakeMallocFailAfterCount()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_heartbeat.c | 506 unsigned countdown = 1000; /* 1sec */ in defibrillate() 529 while (countdown --> 0) { in defibrillate() 498 unsigned countdown = 1000; /* 1sec */ defibrillate() local
|
| /netbsd-src/sys/arch/vax/boot/boot/ |
| H A D | version | 11 Now timer countdown should work on all types of vaxen.
|
| /netbsd-src/sys/arch/hp300/DOC/ |
| H A D | TODO.hp300 | 47 get a 32-bit countdown timer. There are at least three uses for this:
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | r600_cp.c | 212 u32 resp, countdown = 1000; in r600_vm_flush_gart_range() local 219 countdown--; in r600_vm_flush_gart_range() 221 } while (((resp & 0xf0) == 0) && countdown ); in r600_vm_flush_gart_range()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | ttl_msg.rpl | 13 SCENARIO_BEGIN Test TTL countdown on messages in the cache
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1997 | 3833 countdown loops. 3837 a countdown loop. 3838 (insert_bct): Insert countdown loop. 3839 (instrument_loop_bct): Low level code to insert countdown loop.
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 41641 The countdown had stalled at 'T' minus 69 seconds when Desiree, the first
|