Searched refs:dt_idops_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h68 } 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_prob
[all...]
H A Ddt_ident.c577 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 *op
[all...]

Completed in 74 milliseconds