HomeSort by: relevance | last modified time | path
    Searched refs:dt_idops_func (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_open.c 179 * The global identifiers that represent functions use the dt_idops_func ops
191 &dt_idops_func, "void *(size_t)" },
215 &dt_idops_func, "void(@)" },
217 &dt_idops_func, "string(const char *)" },
219 &dt_idops_func, "void(void *, void *, size_t)" },
222 &dt_idops_func, "void()" },
226 &dt_idops_func, "void(int)" },
228 DT_VERS_1_0, &dt_idops_func, "string(const char *)" },
230 &dt_idops_func, "void(...)" },
232 &dt_idops_func, "void(int)" }
    [all...]
dt_ident.h 134 extern const dt_idops_t dt_idops_func; /* function call built-in */
dt_ident.c 583 const dt_idops_t dt_idops_func = { variable

Completed in 19 milliseconds