Home
last modified time | relevance | path

Searched refs:dt_idops_func (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c192 &dt_idops_func, "void *(size_t)" },
216 &dt_idops_func, "void(@)" },
218 &dt_idops_func, "string(const char *)" },
220 &dt_idops_func, "void(void *, void *, size_t)" },
223 &dt_idops_func, "void()" },
227 &dt_idops_func, "void(int)" },
229 DT_VERS_1_0, &dt_idops_func, "string(const char *)" },
231 &dt_idops_func, "void(...)" },
233 &dt_idops_func, "void(int)" },
235 &dt_idops_func, "void *(uintptr_t, size_t)" },
[all …]
H A Ddt_ident.h134 extern const dt_idops_t dt_idops_func; /* function call built-in */
H A Ddt_ident.c585 const dt_idops_t dt_idops_func = { variable