OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialized
(Results
1 - 25
of
73
) sorted by relevancy
1
2
3
/src/lib/libc/arch/powerpc/misc/
powerpc_initfini.c
56
static bool
initialized
;
local in function:_libc_cache_info_init
57
if (!
initialized
) {
62
initialized
= 1;
/src/sys/dev/dmover/
dmover_session.c
54
static bool
initialized
;
variable in typeref:typename:bool
60
KASSERT(
initialized
== false);
64
initialized
= true;
78
if (__predict_false(
initialized
== false)) {
79
error =
initialized
? false : ENXIO;
112
KASSERT(
initialized
== true);
dmover_request.c
54
static bool
initialized
;
variable in typeref:typename:bool
60
KASSERT(
initialized
== false);
65
initialized
= true;
79
if (__predict_false(
initialized
== false))
115
KASSERT(
initialized
== true);
dmover_backend.c
54
static bool
initialized
;
variable in typeref:typename:bool
60
KASSERT(
initialized
== false);
70
initialized
= true;
87
KASSERT(
initialized
== true);
109
KASSERT(
initialized
== true);
131
if (__predict_false(
initialized
== false)) {
/src/lib/libc/include/
arc4random.h
54
bool
initialized
;
member in struct:arc4random_global_state
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_util.h
47
int
initialized
;
member in struct:__anonff0253f90108
vchiq_util.c
48
queue->
initialized
= 1;
79
if (!queue->
initialized
)
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/
randombytes_sysrandom.c
95
int
initialized
;
member in struct:SysRandom_
101
SODIUM_C99(.
initialized
=) 0,
283
if (stream.
initialized
== 0) {
285
stream.
initialized
= 1;
292
if (stream.
initialized
== 0) {
306
stream.
initialized
= 0;
315
if (stream.
initialized
!= 0) {
316
stream.
initialized
= 0;
/src/sys/arch/hpcsh/hpcsh/
console.c
121
static int
initialized
;
variable in typeref:typename:int
133
if (
initialized
)
169
if (!
initialized
) { /* use builtin console instead */
174
if (
initialized
) {
210
initialized
= 1;
/src/sys/arch/arc/jazz/
pccons_jazzio.c
85
static int
initialized
= 0;
local in function:pccons_jazzio_init_tag
91
if (!
initialized
) {
92
initialized
= 1;
vga_jazzio.c
77
static int
initialized
= 0;
local in function:vga_jazzio_init_tag
83
if (!
initialized
) {
84
initialized
= 1;
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c
82
int
initialized
;
member in struct:Salsa20RandomGlobal_
92
int
initialized
;
member in struct:Salsa20Random_
100
SODIUM_C99(.
initialized
=) 0,
105
SODIUM_C99(.
initialized
=) 0,
337
if (global.
initialized
== 0) {
339
global.
initialized
= 1;
376
stream.
initialized
= 1;
380
* Reseed the generator if it hasn't been
initialized
yet
387
if (stream.
initialized
== 0) {
393
if (stream.
initialized
== 0)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c
39
static volatile int
initialized
;
variable in typeref:typename:volatile int
48
if (
initialized
!= 0) {
63
initialized
= 1;
runtime.c
11
int
initialized
;
member in struct:CPUFeatures_
217
_cpu_features.
initialized
= 1;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_libcdep_new.cc
111
CHECK(!
initialized
);
113
initialized
= true;
120
if (!
initialized
) Initialize();
144
if (!
initialized
|| !common_flags()->coverage) return;
149
bool
initialized
;
member in class:__sancov::__anon1f75a2d00110::TracePcGuardController
/src/sys/compat/netinet6/
nd6.h
43
u_int8_t
initialized
; /* Flag to see the entry is
initialized
*/
member in struct:nd_ifinfo90
/src/sys/arch/arc/arc/
arcbios.c
107
static int
initialized
= 0;
local in function:bios_init_console
109
if (!
initialized
) {
110
initialized
= 1;
/src/usr.sbin/acpitools/aml/
aml_memman.c
127
bmp->
initialized
= 1;
149
if (!bmp->
initialized
) {
287
if (!bmp->
initialized
) {
289
printf("memman_free: could not
initialized
\n");
321
if (!bmp->
initialized
) {
323
printf("memman_free: could not
initialized
\n");
410
bmp->
initialized
= 0;
aml_memman.h
72
unsigned
initialized
; /*
initialized
or not */
member in struct:memman_blockman
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fence.c
422
ring->fence_drv.
initialized
= true;
458
ring->fence_drv.
initialized
= false;
535
if (!ring || !ring->fence_drv.
initialized
)
552
ring->fence_drv.
initialized
= false;
571
if (!ring || !ring->fence_drv.
initialized
)
605
if (!ring || !ring->fence_drv.
initialized
)
710
if (!ring || !ring->fence_drv.
initialized
)
amdgpu_ttm.h
53
bool
initialized
;
member in struct:amdgpu_mman
/src/usr.sbin/timed/timedc/
cmds.c
77
static int
initialized
;
local in function:myname
79
if (refresh || !
initialized
) {
80
initialized
= 1;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc
46
bool
initialized
;
member in struct:__asan::DynInitGlobal
49
// Lazy-
initialized
and never deleted.
418
// when all dynamically
initialized
globals are unpoisoned. This method
435
if (dyn_g.
initialized
)
440
dyn_g.
initialized
= true;
445
// all dynamically
initialized
globals except for those defined in the current
446
// TU are poisoned. It simply unpoisons all dynamically
initialized
globals.
458
if (!dyn_g.
initialized
) {
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc
172
if (ctx && ctx->
initialized
)
181
if (ctx && ctx->
initialized
)
310
if (ctx == 0 || !ctx->
initialized
|| thr->ignore_interceptors)
318
if (ctx == 0 || !ctx->
initialized
|| thr->ignore_interceptors)
/src/doc/
TODO.modules
43
available when the module subsystem is
initialized
, in order
194
BOTH present, module-A needs to be
initialized
before module-B".
Completed in 21 milliseconds
1
2
3
Indexes created Tue Oct 14 21:09:58 GMT 2025