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

  /src/sys/arch/emips/stand/common/
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;
  /src/sys/arch/vax/boot/boot/
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;
  /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;
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);
  /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;
  /src/sys/arch/atari/dev/
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;
  /src/sys/fs/nfs/common/
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))
  /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);
  /src/sys/rump/librump/rumpkern/
rump.c 677 static int inited = 0; local in function:rump_kernelfsym_load
680 if (inited)
682 inited = 1;
  /src/sys/arch/emips/ebus/
if_le_ebus.c 82 int inited; member in struct:enic_softc
204 sc->inited = 0;
339 sc->inited = 2;
414 if (sc->inited) {
435 sc->inited = 1;
488 sc->inited = 1;
521 if (sc->inited != 1) {
  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 310 static int inited = 0; local in function:nfsrvd_initcache
312 if (inited)
314 inited = 1;
nfs_nfsdsubs.c 2040 static int inited = 0; local in function:nfsd_init
2042 if (inited)
2044 inited = 1;
nfs_nfsdport.c 2961 static int inited = 0; local in function:nfsd_mntinit
2963 if (inited)
2965 inited = 1;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_2835_arm.c 68 int inited; member in struct:vchiq_2835_state_struct
226 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 1;
230 ((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited = 0;
238 if(!((VCHIQ_2835_ARM_STATE_T*)state->platform_state)->inited)
  /src/sys/fs/nfs/client/
nfs_clport.c 1139 static int inited = 0; local in function:nfscl_init
1141 if (inited)
1143 inited = 1;
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 74 static int inited = 0; variable in typeref:typename:int
1500 if (inited)
1503 inited = 1;
  /src/sys/uvm/
uvm_swap.c 1199 static bool inited = false; local in function:swopen
1201 if (!inited) {
1202 inited = true;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1581 static int inited = 0; local in function:__msan::InitializeInterceptors
1582 CHECK_EQ(inited, 0);
1702 inited = 1;
  /src/sys/arch/aarch64/aarch64/
pmap.c 87 static bool inited = false; local in function:pmap_hist_init
88 if (inited == false) {
90 inited = true;

Completed in 29 milliseconds