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

1 2

  /src/sys/arch/emips/stand/common/
clock.c 45 static int inited = 0; local in function:getsecs
47 if (!inited) {
48 inited = 1;
clock.c 45 static int inited = 0; local in function:getsecs
47 if (!inited) {
48 inited = 1;
  /src/sys/ufs/mfs/
mfs_miniroot.c 53 static bool inited = false; local in function:mfs_initminiroot
55 if (inited)
57 inited = true;
mfs_miniroot.c 53 static bool inited = false; local in function:mfs_initminiroot
55 if (inited)
57 inited = true;
  /src/sys/arch/vax/boot/boot/
netio.c 94 static int inited = 0; variable in typeref:typename:int
108 if (inited)
168 inited = 1;
netio.c 94 static int inited = 0; variable in typeref:typename:int
108 if (inited)
168 inited = 1;
  /src/sys/rump/fs/lib/libsyspuffs/
puffs_rumpglue.c 75 int error, inited; local in function:readthread
78 inited = 0;
94 if (error == ENOENT && inited == 0)
100 inited = 1;
puffs_rumpglue.c 75 int error, inited; local in function:readthread
78 inited = 0;
94 if (error == ENOENT && inited == 0)
100 inited = 1;
  /src/sys/arch/x86/x86/
genfb_machdep.c 101 static int inited, attached; local in function:x86_genfb_init
109 if (inited)
111 inited = 1;
genfb_machdep.c 101 static int inited, attached; local in function:x86_genfb_init
109 if (inited)
111 inited = 1;
cpu_rng.c 316 static bool inited = false; local in function:cpu_rng_early_sample
320 if (!inited) {
329 inited = true;
cpu_rng.c 316 static bool inited = false; local in function:cpu_rng_early_sample
320 if (!inited) {
329 inited = true;
  /src/lib/librumpuser/
rumpuser_bio.c 138 static int inited = 0; local in function:rumpuser_bio
144 if (!inited) {
146 if (!inited) {
160 inited = 1;
163 assert(inited);
rumpuser_bio.c 138 static int inited = 0; local in function:rumpuser_bio
144 if (!inited) {
146 if (!inited) {
160 inited = 1;
163 assert(inited);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 22 static bool inited; variable in typeref:typename:bool
32 if (!inited) {
33 inited = true;
dd_interceptors.cc 22 static bool inited; variable in typeref:typename:bool
32 if (!inited) {
33 inited = true;
  /src/sys/arch/atari/dev/
grfabs.c 99 static int inited = 0; local in function:grfabs_probe
101 if (!inited) {
103 inited = 1;
grfabs.c 99 static int inited = 0; local in function:grfabs_probe
101 if (!inited) {
103 inited = 1;
  /src/lib/libc/net/
hesiod.c 535 static int inited = 0; variable in typeref:typename:int
602 if (!inited) {
603 inited = 1;
hesiod.c 535 static int inited = 0; variable in typeref:typename:int
602 if (!inited) {
603 inited = 1;
  /src/sys/fs/nfs/common/
nfs_commonport.c 659 static int inited = 0; local in function:newnfs_portinit
661 if (inited)
663 inited = 1;
nfs_commonport.c 659 static int inited = 0; local in function:newnfs_portinit
661 if (inited)
663 inited = 1;
  /src/sys/kern/
subr_csan.c 60 bool inited; member in struct:__anon2fed984b0208
89 kcsan_cpus[cpu_index(ci)].inited = true;
171 if (__predict_false(!cpu->inited))
subr_csan.c 60 bool inited; member in struct:__anon2fed984b0208
89 kcsan_cpus[cpu_index(ci)].inited = true;
171 if (__predict_false(!cpu->inited))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 114 static bool inited; variable in namespace:__tsan
117 if (UNLIKELY(!inited)) {
148 inited = true;
203 CHECK(inited);

Completed in 43 milliseconds

1 2