| /src/usr.bin/make/unit-tests/ |
| opt-no-action-runflags.exp | 4 echo running 7 echo running; false 10 echo running 11 running 14 echo running; false 15 running 19 echo running 22 echo running; false 25 echo running 26 running [all...] |
| opt-jobs-no-action.exp | 23 echo "echo running" 25 { echo running 30 echo running; false 33 echo running 34 running 37 echo running; false 38 running 43 { echo running 48 echo running; false 52 echo running [all...] |
| sh-flags.exp | 3 echo running 4 running 7 running 10 echo running; false 11 running 15 running 19 echo running 20 running 23 running 26 echo running; fals [all...] |
| sh-errctl.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 17 Running all 21 job 0, status running, flags ---, pid <pid> 25 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| opt-debug-jobs.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 15 Running all 19 job 0, status running, flags ---, pid <pid> 25 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| shell-custom.mk | 3 # Tests for using a custom shell for running the commands.
|
| shell-sh.mk | 3 # Tests for using a bourne shell for running the commands.
|
| opt-no-action-runflags.mk | 18 IGNERR.no= echo running 19 IGNERR.yes= -echo running; false
|
| opt-jobs-no-action.mk | 4 # commands instead of actually running them. 18 # Change the templates for running the commands in jobs mode, to make it 77 IGNERR.no= echo running 78 IGNERR.yes= -echo running; false
|
| varname-dot-shell.mk | 4 # running the commands.
|
| export-variants.mk | 3 # Test whether exported variables apply to each variant of running
|
| shell-ksh.mk | 3 # Tests for using a Korn shell for running the commands.
|
| /src/games/worm/ |
| worm.c | 76 static int running = 0; variable 156 if (running) 158 running--; 296 case 'H': x--; running = RUNLEN; ch = tolower(ch); break; 297 case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break; 298 case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break; 299 case 'L': x++; running = RUNLEN; ch = tolower(ch); break; 308 default: if (! running) alarm(1); 329 running = 0; 344 if (!(slow && running)) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| execlist.c | 72 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n", 85 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n", 96 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local 108 if (running) { 109 status.current_execlist_pointer = !!running->index; 110 status.execlist_write_pointer = !!!running->index; 112 !!!(running->index); 114 !!(running->index); 196 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local 198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0] 288 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local [all...] |
| /src/sys/external/bsd/common/linux/ |
| linux_rcu.c | 74 bool running; member in struct:__anon4037 157 * If the GC isn't running anything yet, then all callbacks of 161 * If the GC is already running, however, and there are any 166 * stopped running because there's no work left. 172 if (gc.running) 174 while (gc.running || gc.first_callback || gc.first_kfree) { 261 gc.running = true; 298 gc.running = false;
|
| /src/sys/dev/pci/ |
| auixpvar.h | 59 int running; member in struct:auixp_dma
|
| /src/etc/rc.d/ |
| sshd | 33 the ssh host keys by running:
|
| /src/sys/dev/ |
| sequencervar.h | 43 int running; member in struct:syn_timer
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_report.h | 94 bool running; member in struct:__tsan::ReportThread
|
| tsan_debugging.cc | 162 int *running, const char **name, int *parent_tid, 169 *running = thread->running;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_thread_registry_test.cc | 37 uptr total, running, alive; local 38 registry->GetNumberOfThreads(&total, &running, &alive); 40 EXPECT_EQ(exp_running, running);
|
| /src/sys/arch/powerpc/booke/ |
| booke_machdep.c | 484 * Loop until running bit for this cpu is set. 507 kcpuset_t *running; local 509 kcpuset_create(&running, true); 521 kcpuset_set(running, cpu_index(ci)); 523 KASSERT(kcpuset_match(csi->cpus_hatched, running)); 524 if (!kcpuset_iszero(running)) { 525 kcpuset_merge(csi->cpus_running, running); 527 kcpuset_destroy(running);
|
| /src/games/warp/ |
| config.h.SH | 16 * This file was produced by running the config.h.SH script, which 18 * running Configure. 21 * that running config.h.SH again will wipe out any changes you've made. 34 * This symbol, if defined, indicates that the program is running under 115 * not assume that it is running on the machine it was compiled on.
|
| /src/sys/arch/riscv/riscv/ |
| cpu_subr.c | 136 VPRINTF("%s: secondary processors hatched. %d running\n", __func__, 254 * Halt all running cpus, excluding current cpu. 261 // If we are the only CPU running, there's nothing to do. 265 // Get all running CPUs 318 * Pause all running cpus, excluding current cpu. 393 char running, hatched, paused, resumed, halted; local 397 running = (kcpuset_isset(cpus_running, cpu_index(ci)) ? 'R' : '-'); 406 hatched, running, paused, resumed, halted,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_thread_registry.cc | 123 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, 127 if (running) *running = running_threads_;
|