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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c153 * The global identifiers that represent functions use the dt_idops_func ops
165 &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, "voi
[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

Completed in 47 milliseconds