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

1 2 3

  /src/sys/arch/riscv/riscv/
mainbus.c 95 static int once = 0; local in function:mainbus_match
97 if (once != 0)
99 once = 1;
mainbus.c 95 static int once = 0; local in function:mainbus_match
97 if (once != 0)
99 once = 1;
mainbus.c 95 static int once = 0; local in function:mainbus_match
97 if (once != 0)
99 once = 1;
  /src/lib/libc/include/
arc4random.h 53 once_t once; member in struct:arc4random_global_state
arc4random.h 53 once_t once; member in struct:arc4random_global_state
arc4random.h 53 once_t once; member in struct:arc4random_global_state
  /src/games/hack/
def.trap.h 71 unsigned once:1; member in struct:trap
def.trap.h 71 unsigned once:1; member in struct:trap
def.trap.h 71 unsigned once:1; member in struct:trap
  /src/sys/arch/arm/gemini/
obio_timer.c 206 static int once=1; local in function:obiotimer_attach
230 if (once) {
231 once = 0;
obio_timer.c 206 static int once=1; local in function:obiotimer_attach
230 if (once) {
231 once = 0;
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;
mainbus.c 72 static int once = 0; local in function:mainbus_match
74 if (once != 0)
76 once = 1;
mainbus.c 72 static int once = 0; local in function:mainbus_match
74 if (once != 0)
76 once = 1;
  /src/sbin/devpubd/
devpubd.c 263 bool once = false; local in function:main
272 once = true;
303 if (!once)
devpubd.c 263 bool once = false; local in function:main
272 once = true;
303 if (!once)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
emutls.c 122 static pthread_once_t once = PTHREAD_ONCE_INIT; local in function:emutls_get_index
123 pthread_once(&once, emutls_init);
emutls.c 122 static pthread_once_t once = PTHREAD_ONCE_INIT; local in function:emutls_get_index
123 pthread_once(&once, emutls_init);
  /src/usr.bin/vmstat/
drvstats.c 302 static int once = 0; local in function:drvinit
305 if (once)
398 once = 1;
drvstats.c 302 static int once = 0; local in function:drvinit
305 if (once)
398 once = 1;
  /src/sys/arch/mips/rmi/
rmixl_cpu.c 174 static bool once = false; local in function:cpu_rmixl_attach
177 if (once == false) {
179 once = true;
rmixl_cpu.c 174 static bool once = false; local in function:cpu_rmixl_attach
177 if (once == false) {
179 once = true;
  /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);
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);

Completed in 53 milliseconds

1 2 3