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

/illumos-gate/usr/src/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.c567 const dt_idops_t dt_idops_assc = {
573 const dt_idops_t dt_idops_func = {
579 const dt_idops_t dt_idops_args = {
585 const dt_idops_t dt_idops_regs = {
591 const dt_idops_t dt_idops_type = {
597 const dt_idops_t dt_idops_thaw = {
603 const dt_idops_t dt_idops_inline = {
609 const dt_idops_t dt_idops_probe = {
757 const dt_idops_t *ops, void *iarg, ulong_t gen)
899 const dt_idops_t *op
[all...]

Completed in 61 milliseconds