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

12

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h85 } dt_ident_t; typedef in typeref:struct:dt_ident
119 void (*dh_defer)(struct dt_idhash *, dt_ident_t *); /* defer callback */
120 const dt_ident_t *dh_tmpl; /* template for initial ident population */
126 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */
142 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
146 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
151 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t,
155 extern void dt_idhash_xinsert(dt_idhash_t *, dt_ident_t *);
156 extern void dt_idhash_delete(dt_idhash_t *, dt_ident_t *);
158 typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, voi
[all...]
H A Ddt_xlator.h46 dt_ident_t *dx_ident; /* identifier ref for input param */
47 dt_ident_t dx_souid; /* fake identifier for sou output */
48 dt_ident_t dx_ptrid; /* fake identifier for ptr output */
79 extern dt_ident_t *dt_xlator_ident(dt_xlator_t *, ctf_file_t *, ctf_id_t);
H A Ddt_ident.c50 dt_idcook_sign(dt_node_t *dnp, dt_ident_t *idp,
108 dt_idcook_assc(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
172 dt_idcook_func(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
312 dt_idcook_args(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap)
319 dt_ident_t *xidp;
359 * we have the appropriate node, create a new dt_ident_t for this node,
407 * dt_ident_t. This code must be kept in sync with the state
428 dt_idcook_regs(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *ap)
465 dt_idcook_type(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args)
487 dt_idcook_thaw(dt_node_t *dnp, dt_ident_t *id
[all...]
H A Ddt_module.h47 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
H A Ddt_provider.h80 dt_ident_t *pr_ident; /* pointer to probe identifier */
99 extern dt_probe_t *dt_probe_create(dtrace_hdl_t *, dt_ident_t *, int,
H A Ddt_as.c78 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
90 dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
188 dt_as_undef(const dt_ident_t *idp, uint_t offset)
214 dt_ident_t *idp;
H A Ddt_pragma.c47 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp)
50 dt_ident_t *pdp;
81 dt_ident_t *idp;
163 dt_ident_t *idp;
H A Ddt_parser.h70 dt_ident_t *_ident; /* identifier reference */
231 extern dt_ident_t *dt_node_resolve(const dt_node_t *, uint_t);
H A Ddt_pcb.c92 dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg)
H A Ddt_provider.c234 dt_ident_t *idp;
354 dt_ident_t *idp;
388 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc,
664 dt_ident_t *idp;
800 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit)
H A Ddt_proc.c704 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
716 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
728 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_cc.c128 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
137 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
327 dt_ident_t *aid;
369 dt_ident_t *aid;
432 dt_ident_t *aid;
498 dt_ident_t *aid, *fid;
1307 dt_ident_t *aid, *fid;
1796 dt_ident_t *idp;
1880 dt_ident_t *idp;
1893 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *id
[all...]
H A Ddt_cg.c88 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x)
515 dt_cg_arglist(dt_ident_t *idp, dt_node_t *args,
610 dt_cg_stvar(const dt_ident_t *idp)
656 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident);
713 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident);
983 dt_ident_t *idp;
1219 dt_ident_t *idp = dnp->dn_ident;
1316 dt_ident_t *idp = dnp->dn_ident;
1357 dt_ident_t *idp;
H A Ddt_impl.h134 dt_ident_t *da_xlator; /* translator, if any */
250 dt_ident_t *dt_externs; /* linked list of external symbol identifiers */
H A Ddt_lex.l291 dt_ident_t *idp = dt_idhash_lookup(
313 dt_ident_t *idp = dt_idhash_lookup(
745 dt_ident_t *idp;
H A Ddt_program.c417 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
477 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_open.c158 static const dt_ident_t _dtrace_globals[] = {
596 static const dt_ident_t _dtrace_macros[] = {
808 const dt_ident_t *idp;
1304 dt_ident_t *idp, *ndp;
H A Ddt_parser.c740 dt_ident_t *
743 dt_ident_t *idp;
1261 dt_ident_t *idp;
1506 dt_ident_t *idp;
1709 dt_ident_t *idp;
2169 dt_ident_t *idp, *rdp;
2254 dt_ident_t *pidp;
2262 inp->din_argv = calloc(i, sizeof (dt_ident_t *));
2576 dt_ident_t *idp;
2820 dt_ident_t *id
[all...]
H A Ddt_printf.c70 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
373 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
978 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp)
1129 dt_ident_t *lid, *rid;
H A Ddt_map.c364 dt_ident_t *aid;
H A Ddt_module.c1229 dt_ident_t *
1234 dt_ident_t *idp;
1490 dt_ident_t *idp;
1656 dt_ident_t *idp =
H A Ddt_xlator.c357 dt_ident_t *
H A Ddt_decl.c714 dt_ident_t *idp;
H A Ddt_dof.c394 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_ld.cpp322 static int dt_ld_probe_encode_typedef_iter(dt_idhash_t *dhp, dt_ident_t *idp, void *data)

Completed in 153 milliseconds

12