Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_open.c165 &dt_idops_func, "void *(size_t)" },
189 &dt_idops_func, "void(@)" },
191 &dt_idops_func, "string(const char *)" },
193 &dt_idops_func, "void(void *, void *, size_t)" },
196 &dt_idops_func, "void()" },
200 &dt_idops_func, "void(int)" },
202 DT_VERS_1_0, &dt_idops_func, "string(const char *)" },
204 &dt_idops_func, "void(...)" },
206 &dt_idops_func, "void(int)" },
208 &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.c573 const dt_idops_t dt_idops_func = { variable