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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c165 * The global identifiers that represent functions use the dt_idops_func ops
177 &dt_idops_func, "void *(size_t)" },
201 &dt_idops_func, "void(@)" },
203 &dt_idops_func, "string(const char *)" },
205 &dt_idops_func, "void(void *, void *, size_t)" },
208 &dt_idops_func, "void()" },
212 &dt_idops_func, "void(int)" },
214 DT_VERS_1_0, &dt_idops_func, "string(const char *)" },
216 &dt_idops_func, "void(...)" },
218 &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.c578 const dt_idops_t dt_idops_func = { variable

Completed in 115 milliseconds