HomeSort by: relevance | last modified time | path
    Searched refs:once (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/tests/usr.bin/xlint/lint1/
msg_255.c 14 #pragma once
  /src/sys/dev/acpi/
qcomsmem.h 18 #pragma once
qcomsmptp.h 18 #pragma once
qcompep.h 18 #pragma once
qcomipcc.h 19 #pragma once
qcomscm.h 18 #pragma once
  /src/usr.bin/make/unit-tests/
opt-debug-file.exp 1 make: opt-debug-file.mk:54: This goes to stdout only, once.
2 make: opt-debug-file.mk:57: This goes to stderr only, once.
6 make: Unterminated quoted string [make 'This goes to stdout only, once.]
7 make: Unterminated quoted string [make 'This goes to stderr only, once.]
include-main.mk 20 .for i in once
38 .for i in once
opt-debug-file.mk 53 # expect+1: This goes to stdout only, once.
54 . info This goes to stdout only, once.
56 # expect+1: This goes to stderr only, once.
57 . info This goes to stderr only, once.
69 # expect: make: Unterminated quoted string [make 'This goes to stdout only, once.]
70 .MAKEFLAGS: 'This goes to stdout only, once.
72 # expect: make: Unterminated quoted string [make 'This goes to stderr only, once.]
73 .MAKEFLAGS: 'This goes to stderr only, once.
opt-jobs-no-action.mk 7 # without the -j. This is because all this code is implemented twice, once
8 # in compat.c and once in job.c.
49 # The following command is silent, it is printed once, using the
53 # The following command ignores errors, it is printed once, using
  /src/games/hack/
def.trap.h 71 unsigned once:1; member in struct:trap
  /src/lib/libc/include/
arc4random.h 53 once_t once; member in struct:arc4random_global_state
  /src/sys/arch/riscv/riscv/
mainbus.c 95 static int once = 0; local in function:mainbus_match
97 if (once != 0)
99 once = 1;
  /src/tests/lib/libpthread/
t_once.c 48 static pthread_once_t once = PTHREAD_ONCE_INIT; variable in typeref:typename:pthread_once_t
77 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
78 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
97 PTHREAD_REQUIRE(pthread_once(&once, once2_ofunc));
150 PTHREAD_REQUIRE(pthread_once(&once, once3_ofunc));
191 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
213 (void)pthread_once(&once, &ofunc_silent);
251 once = once0;
257 (void)pthread_once(&once, &ofunc_silent);
  /src/sys/modules/examples/executor/
executor.c 35 #include <sys/once.h>
40 * and "executor once" exactly once in the beginning
58 * runonce_example : This function should execute only once
64 printf("executor once\n");
  /src/sys/arch/arm/gemini/
obio_timer.c 206 static int once=1; local in function:obiotimer_attach
230 if (once) {
231 once = 0;
  /src/sys/arch/mips/cavium/
mainbus.c 72 static int once = 0; local in function:mainbus_match
74 if (once != 0)
76 once = 1;
  /src/common/lib/libc/arch/vax/gen/
urem.S 62 jcc Ldifference # if divisor goes in once, return difference
87 movl %r0,(%r3) # if divisor goes in once, store difference
  /src/share/mk/
bsd.links.mk 51 # more than once after case flattening
85 # more than once after case flattening
  /src/sys/external/bsd/drm2/i915drm/
i915_module.c 38 #include <sys/once.h>
  /src/sys/external/bsd/drm2/radeon/
radeon_module.c 38 #include <sys/once.h>
  /src/sys/external/bsd/drm2/via/
via_module.c 37 #include <sys/once.h>
  /src/sys/external/bsd/drm2/vmwgfx/
vmwgfx_module.c 35 #include <sys/once.h>
  /src/sys/kern/
subr_once.c 37 #include <sys/once.h>
86 KASSERT(o->o_refcnt != 0); /* we need to call _init_once() once */
  /src/sys/dev/ic/
scmi.h 20 #pragma once

Completed in 24 milliseconds

1 2 3 4 5 6 7