Searched refs:dt_idops_func (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_open.c | 192 &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 D | dt_ident.h | 134 extern const dt_idops_t dt_idops_func; /* function call built-in */
|
H A D | dt_ident.c | 585 const dt_idops_t dt_idops_func = { variable
|