OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/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_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_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_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/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_util.h
47
int
initialized
;
member in struct:__anonff0253f90108
/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/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/lib/libc/include/
arc4random.h
54
bool
initialized
;
member in struct:arc4random_global_state
/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/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/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.h
53
bool
initialized
;
member in struct:amdgpu_mman
/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/compat/netinet6/
nd6.h
43
u_int8_t
initialized
; /* Flag to see the entry is
initialized
*/
member in struct:nd_ifinfo90
/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
) {
asan_thread.cc
56
static bool
initialized
;
local in function:__asan::asanThreadRegistry
59
if (!
initialized
) {
66
initialized
= true;
165
// Make sure the stack bounds are fully
initialized
.
200
// 0 -- not
initialized
201
// 1 -- being
initialized
202
// ptr --
initialized
/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/external/bsd/drm2/dist/drm/i915/gvt/
mmio_context.c
152
bool
initialized
;
member in struct:__anone737dc6c0108
194
gen9_render_mocs.
initialized
= true;
420
if (!pre && !gen9_render_mocs.
initialized
)
492
* state image on gen9, it's
initialized
by lri command and
/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/usr.sbin/acpitools/aml/
aml_memman.h
72
unsigned
initialized
; /*
initialized
or not */
member in struct:memman_blockman
/src/usr.sbin/timed/timedc/
cmds.c
77
static int
initialized
;
local in function:myname
79
if (refresh || !
initialized
) {
80
initialized
= 1;
/src/sys/arch/evbarm/fdt/
fdt_machdep.c
435
static bool
initialized
= false;
local in function:consinit
441
if (
initialized
|| cons == NULL)
452
initialized
= true;
/src/sys/net80211/
ieee80211_proto.c
200
static int
initialized
= 0;
local in function:ieee80211_authenticator_get
201
if (!
initialized
) {
203
initialized
= 1;
/src/usr.bin/vndcompress/
vndcompress.c
80
initialized
; /* everything above
initialized
? */
member in struct:compress_state
302
/* Bail if the state is not yet
initialized
. */
303
if (!S->
initialized
) {
357
/* Bail if the state is not yet
initialized
. */
358
if (!S->
initialized
) {
555
S->
initialized
= 1;
751
S->
initialized
= 1;
Completed in 19 milliseconds
1
2
Indexes created Sat Sep 20 22:09:52 GMT 2025