OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctfbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_ctf.c
82
void *
ctfbuf
= NULL;
local in function:mod_ctf_get
182
if ((
ctfbuf
= malloc(sz, M_TEMP, M_WAITOK)) == NULL) {
186
ctftab =
ctfbuf
;
228
ctfbuf
= NULL;
235
if (
ctfbuf
!= NULL)
236
free(
ctfbuf
, M_TEMP);
Completed in 33 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025