OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctftab
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
kern_ctf.h
40
uint8_t *
ctftab
; /* Decompressed CTF data. */
member in struct:mod_ctf
51
int ctfalloc; /*
ctftab
is alloced */
/src/sys/kern/
kern_ctf.c
83
void *
ctftab
= NULL;
local
192
ctftab
= ctfbuf;
195
ctftab
= (void *)ctfaddr;
207
memcpy(
ctftab
, ctfaddr, CTF_HDR_SIZE);
222
zs.next_out = ((uint8_t *)
ctftab
) + CTF_HDR_SIZE;
233
mc->
ctftab
=
ctftab
;
Completed in 16 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026