OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_formats
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_map.c
212
if (dt_strdata_add(dtp, rec, &dtp->
dt_formats
,
238
* hanging off of
dt_formats
and will therefore not be leaked.
302
if (dtp->
dt_formats
== NULL)
305
return (dtp->
dt_formats
[format - 1]);
314
if (dtp->
dt_formats
[i] != NULL)
315
dt_printf_destroy(dtp->
dt_formats
[i]);
318
free(dtp->
dt_formats
);
319
dtp->
dt_formats
= NULL;
dt_impl.h
283
void **
dt_formats
; /* pointer to format array */
member in struct:dtrace_hdl
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026