Searched refs:init_done (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/lib/libcurses/
H A Dctrace.c54 static int init_done = 0; variable
79 init_done = 1;
89 if (!init_done)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtls.c39 static atomic_bool init_done = false; variable
65 REQUIRE(!atomic_load(&init_done));
115 REQUIRE(atomic_compare_exchange_strong(&init_done, &(bool){ false },
123 REQUIRE(atomic_load(&init_done));
128 REQUIRE(atomic_load(&init_done));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c439 static int init_done; variable
464 if (!init_done)
542 if (!init_done)
545 init_done = 1;
549 return (init_done && have_entropy);
596 init_done = 0;
/netbsd-current/sys/kern/
H A Dsubr_evcnt.c111 static bool init_done; variable
131 KASSERT(!init_done);
135 init_done = true;
153 KASSERTMSG(init_done,
/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg.h85 int init_done; member in struct:afalg_ctx_st
H A De_afalg.c555 actx->init_done = MAGIC_INIT_NUM;
579 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) {
627 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM)
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_afalg.h85 int init_done; member in struct:afalg_ctx_st
H A De_afalg.c614 actx->init_done = MAGIC_INIT_NUM;
638 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM) {
686 if (actx == NULL || actx->init_done != MAGIC_INIT_NUM)
/netbsd-current/lib/librumpclient/
H A Drumpclient.c858 static pid_t init_done = 0; variable
876 if (init_done == (mypid = getpid()))
883 init_done = mypid;
985 init_done = 0;
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtls.c61 static atomic_bool init_done = false; variable
87 REQUIRE(!atomic_load(&init_done));
132 atomic_compare_exchange_enforced(&init_done, &(bool){ false }, true);
139 REQUIRE(atomic_load(&init_done));
144 REQUIRE(atomic_load(&init_done));
/netbsd-current/external/bsd/less/dist/
H A Dscreen.c233 static int init_done = 0; variable
1779 init_done = 1;
1809 init_done = 1;
1820 if (!init_done)
1849 init_done = 0;
1857 return (is_tty && init_done);
/netbsd-current/libexec/ld.elf_so/
H A Drtld.h206 init_done:1, /* True if .init has been added */ member in struct:Struct_Obj_Entry
H A Drtld.c845 if (obj->init_done)
847 obj->init_done = 1;
874 obj->init_done = 0;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnds32-dis.c1247 static unsigned init_done = 0; local
1256 if (init_done)
1274 init_done = 1;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnds32-dis.c1239 static unsigned init_done = 0; local
1248 if (init_done)
1266 init_done = 1;
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c692 static int init_done; local
694 if (init_done)
696 init_done = 1;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnds32-dis.c1239 static unsigned init_done = 0; local
1248 if (init_done)
1266 init_done = 1;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnds32-dis.c1239 static unsigned init_done = 0; local
1248 if (init_done)
1266 init_done = 1;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c2070 goto init_done;
2077 goto init_done;
2081 init_done:
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c76 static int init_done; variable
1805 init_done = 1;
1808 if (!init_done)
1815 if (!init_done)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_init.c615 init_done(struct nvbios_init *init) function
1528 init_done(init);
1577 init_done(init);
1611 init_done(init);
2279 [0x71] = { init_done },
/netbsd-current/sys/arch/vax/vsa/
H A Dspx.c1442 static int init_done; local
1444 if (init_done)
1598 init_done = 1;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c645 static bool init_done = false; local
646 if (!init_done)
649 init_done = true;
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c676 static bool init_done = false; local
677 if (!init_done)
680 init_done = true;
/netbsd-current/sys/dev/ic/
H A Daic79xx.c6122 goto init_done;
6132 goto init_done;
6140 goto init_done;
6146 goto init_done;
6153 goto init_done;
6189 init_done:

Completed in 639 milliseconds

12