OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_done
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libcurses/
ctrace.c
54
static int
init_done
= 0;
variable in typeref:typename:int
79
init_done
= 1;
89
if (!
init_done
)
/src/sys/kern/
subr_evcnt.c
111
static bool
init_done
;
variable in typeref:typename:bool
131
KASSERT(!
init_done
);
135
init_done
= true;
153
KASSERTMSG(
init_done
,
/src/lib/librumpclient/
rumpclient.c
858
static pid_t
init_done
= 0;
variable in typeref:typename:pid_t
876
if (
init_done
== (mypid = getpid()))
883
init_done
= mypid;
985
init_done
= 0;
/src/sbin/efi/
certs.c
299
static bool
init_done
= false;
local in function:get_cert_info
308
if (!
init_done
) {
310
init_done
= true;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c
611
*
INIT_DONE
- opcode 0x71
615
init_done
(struct nvbios_init *init)
function in typeref:typename:void
1528
init_done
(init);
1577
init_done
(init);
1611
init_done
(init);
2279
[0x71] = {
init_done
},
/src/sys/arch/vax/vsa/
spx.c
1449
static int
init_done
;
local in function:spx_init_common
1451
if (
init_done
)
1605
init_done
= 1;
/src/libexec/ld.elf_so/
rtld.h
209
init_done
:1, /* True if .init has been added */
member in struct:Struct_Obj_Entry
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025