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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_ident.h 68 } dt_idops_t; typedef in typeref:struct:dt_idops
77 const dt_idops_t *di_ops; /* identifier's class-specific ops vector */
133 extern const dt_idops_t dt_idops_assc; /* associative array or aggregation */
134 extern const dt_idops_t dt_idops_func; /* function call built-in */
135 extern const dt_idops_t dt_idops_args; /* args[] built-in */
136 extern const dt_idops_t dt_idops_regs; /* regs[]/uregs[] built-in */
137 extern const dt_idops_t dt_idops_type; /* predefined type name string */
138 extern const dt_idops_t dt_idops_thaw; /* prefrozen type identifier */
139 extern const dt_idops_t dt_idops_inline; /* inline variable */
140 extern const dt_idops_t dt_idops_probe; /* probe definition *
    [all...]
dt_ident.c 577 const dt_idops_t dt_idops_assc = {
583 const dt_idops_t dt_idops_func = {
589 const dt_idops_t dt_idops_args = {
595 const dt_idops_t dt_idops_regs = {
601 const dt_idops_t dt_idops_type = {
607 const dt_idops_t dt_idops_thaw = {
613 const dt_idops_t dt_idops_inline = {
619 const dt_idops_t dt_idops_probe = {
767 const dt_idops_t *ops, void *iarg, ulong_t gen)
909 const dt_idops_t *ops, void *iarg, ulong_t gen
    [all...]

Completed in 16 milliseconds