Searched refs:dt_idops_func (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 153 * 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 D | dt_ident.h | 134 extern const dt_idops_t dt_idops_func; /* function call built-in */
|
H A D | dt_ident.c | 573 const dt_idops_t dt_idops_func = { variable
|
Completed in 47 milliseconds