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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h70 } dt_idops_t; typedef in typeref:struct:dt_idops
79 const dt_idops_t *di_ops; /* identifier's class-specific ops vector */
135 extern const dt_idops_t dt_idops_assc; /* associative array or aggregation */
136 extern const dt_idops_t dt_idops_func; /* function call built-in */
137 extern const dt_idops_t dt_idops_args; /* args[] built-in */
138 extern const dt_idops_t dt_idops_regs; /* regs[]/uregs[] built-in */
139 extern const dt_idops_t dt_idops_type; /* predefined type name string */
140 extern const dt_idops_t dt_idops_thaw; /* prefrozen type identifier */
141 extern const dt_idops_t dt_idops_inline; /* inline variable */
142 extern const dt_idops_t dt_idops_prob
[all...]

Completed in 32 milliseconds