Searched refs:dt_ident_t (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h87 } dt_ident_t; typedef in typeref:struct:dt_ident
121 void (*dh_defer)(struct dt_idhash *, dt_ident_t *); /* defer callback */
122 const dt_ident_t *dh_tmpl; /* template for initial ident population */
128 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */
144 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
148 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
153 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t,
157 extern void dt_idhash_xinsert(dt_idhash_t *, dt_ident_t *);
158 extern void dt_idhash_delete(dt_idhash_t *, dt_ident_t *);
160 typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, voi
[all...]
H A Ddt_xlator.h48 dt_ident_t *dx_ident; /* identifier ref for input param */
49 dt_ident_t dx_souid; /* fake identifier for sou output */
50 dt_ident_t dx_ptrid; /* fake identifier for ptr output */
81 extern dt_ident_t *dt_xlator_ident(dt_xlator_t *, ctf_file_t *, ctf_id_t);
H A Ddt_ident.c53 dt_idcook_sign(dt_node_t *dnp, dt_ident_t *idp,
111 dt_idcook_assc(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
175 dt_idcook_func(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
318 dt_idcook_args(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap)
325 dt_ident_t *xidp;
365 * we have the appropriate node, create a new dt_ident_t for this node,
413 * dt_ident_t. This code must be kept in sync with the state
434 dt_idcook_regs(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap)
471 dt_idcook_type(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
493 dt_idcook_thaw(dt_node_t *dnp, dt_ident_t *id
[all...]
H A Ddt_module.h49 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
H A Ddt_provider.h82 dt_ident_t *pr_ident; /* pointer to probe identifier */
101 extern dt_probe_t *dt_probe_create(dtrace_hdl_t *, dt_ident_t *, int,
H A Ddt_as.c82 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
94 dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
192 dt_as_undef(const dt_ident_t *idp, uint_t offset)
218 dt_ident_t *idp;
H A Ddt_pragma.c46 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp)
49 dt_ident_t *pdp;
80 dt_ident_t *idp;
162 dt_ident_t *idp;
H A Ddt_parser.h75 dt_ident_t *_ident; /* identifier reference */
236 extern dt_ident_t *dt_node_resolve(const dt_node_t *, uint_t);
H A Ddt_pcb.c99 dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg)
H A Ddt_provider.c240 dt_ident_t *idp;
360 dt_ident_t *idp;
394 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc,
670 dt_ident_t *idp;
806 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit)
H A Ddt_cc.c139 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
148 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
338 dt_ident_t *aid;
380 dt_ident_t *aid;
443 dt_ident_t *aid;
509 dt_ident_t *aid, *fid;
1094 dt_ident_t *aid, *fid;
1452 dt_ident_t *idp;
1538 dt_ident_t *idp;
1551 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *id
[all...]
H A Ddt_cg.c93 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x)
524 dt_cg_arglist(dt_ident_t *idp, dt_node_t *args,
611 dt_cg_stvar(const dt_ident_t *idp)
657 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident);
714 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident);
984 dt_ident_t *idp;
1220 dt_ident_t *idp = dnp->dn_ident;
1322 dt_ident_t *idp = dnp->dn_ident;
1363 dt_ident_t *idp;
H A Ddt_impl.h101 dt_ident_t *da_xlator; /* translator, if any */
216 dt_ident_t *dt_externs; /* linked list of external symbol identifiers */
H A Ddt_program.c401 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
454 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_module.c775 dt_ident_t *
780 dt_ident_t *idp;
1042 dt_ident_t *idp;
1258 dt_ident_t *idp =
H A Ddt_open.c154 static const dt_ident_t _dtrace_globals[] = {
584 static const dt_ident_t _dtrace_macros[] = {
830 const dt_ident_t *idp;
1402 dt_ident_t *idp, *ndp;
H A Ddt_parser.c744 dt_ident_t *
747 dt_ident_t *idp;
1265 dt_ident_t *idp;
1510 dt_ident_t *idp;
1713 dt_ident_t *idp;
2176 dt_ident_t *idp, *rdp;
2261 dt_ident_t *pidp;
2269 inp->din_argv = calloc(i, sizeof (dt_ident_t *));
2583 dt_ident_t *idp;
2826 dt_ident_t *id
[all...]
H A Ddt_map.c366 dt_ident_t *aid;
H A Ddt_xlator.c359 dt_ident_t *
H A Ddt_lex.l330 dt_ident_t *idp = dt_idhash_lookup(
352 dt_ident_t *idp = dt_idhash_lookup(
791 dt_ident_t *idp;
H A Ddt_proc.c1079 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
1091 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_printf.c76 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
379 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
1066 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp)
1217 dt_ident_t *lid, *rid;
H A Ddt_decl.c701 dt_ident_t *idp;
H A Ddt_dof.c396 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1885 dt_ident_t *idp = dt_idhash_lookup(
1910 dt_ident_t *idp = dt_idhash_lookup(
3639 dt_ident_t *idp;

Completed in 129 milliseconds

12