Searched refs:ctf_id_t (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h56 * opaque ctf_file_t. Types are identified by an opaque ctf_id_t token.
60 typedef long ctf_id_t; typedef
93 ctf_id_t ctm_type; /* type of struct or union member */
98 ctf_id_t ctr_contents; /* type of array contents */
99 ctf_id_t ctr_index; /* type of array index */
104 ctf_id_t ctc_return; /* function return type */
110 ctf_id_t ctb_typeidx; /* last type associated with the label */
116 * Functions that return integer status or a ctf_id_t use the following value
146 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *);
147 typedef int ctf_member_f(const char *, ctf_id_t, ulong_
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_xlator.h50 ctf_id_t dx_src_type; /* CTF reference for input type */
51 ctf_id_t dx_src_base; /* CTF reference for input base */
53 ctf_id_t dx_dst_type; /* CTF reference for output type */
54 ctf_id_t dx_dst_base; /* CTF reference for output base */
79 extern dt_ident_t *dt_xlator_ident(dt_xlator_t *, ctf_file_t *, ctf_id_t);
H A Ddt_decl.h47 ctf_id_t dd_type; /* CTF identifier for decl's type */
79 ctf_id_t ds_type; /* CTF id of enclosing type */
119 extern void dt_scope_push(ctf_file_t *, ctf_id_t);
H A Ddt_printf.h60 ctf_id_t pfc_ctype; /* CTF type ID for "C" defn of type */
62 ctf_id_t pfc_dtype; /* CTF type ID for "D" defn of type */
H A Ddt_parser.h50 ctf_id_t dn_type; /* CTF type reference for node's type */
188 ctf_file_t **, ctf_id_t *);
226 extern void dt_node_type_assign(dt_node_t *, ctf_file_t *, ctf_id_t);
253 extern const char *dt_type_name(ctf_file_t *, ctf_id_t, char *, size_t);
H A Ddt_impl.h80 ctf_id_t did_type; /* CTF type reference for this type */
96 ctf_id_t da_type; /* type of argument */
234 ctf_id_t dt_type_func; /* cached CTF identifier for function type */
235 ctf_id_t dt_type_fptr; /* cached CTF identifier for function pointer */
236 ctf_id_t dt_type_str; /* cached CTF identifier for string type */
237 ctf_id_t dt_type_dyn; /* cached CTF identifier for <DYN> type */
238 ctf_id_t dt_type_stack; /* cached CTF identifier for stack type */
239 ctf_id_t dt_type_symaddr; /* cached CTF identifier for _symaddr type */
240 ctf_id_t dt_type_usymaddr; /* cached CTF ident. for _usymaddr type */
H A Ddt_xlator.c46 dt_xlator_create_member(const char *name, ctf_id_t type, ulong_t off, void *arg)
259 ctf_id_t src_type = src->dn_type;
260 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type);
263 ctf_id_t dst_type = dst->dn_type;
264 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type);
358 dt_xlator_ident(dt_xlator_t *dxp, ctf_file_t *ctfp, ctf_id_t type)
H A Ddt_ident.h81 ctf_id_t di_type; /* CTF identifier for the variable data type */
172 extern void dt_ident_type_assign(dt_ident_t *, ctf_file_t *, ctf_id_t);
H A Ddt_parser.c255 ctf_id_t type = tip->dtt_type;
256 ctf_id_t base = ctf_type_resolve(ctfp, type);
259 ctf_id_t ptr;
293 dt_type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len)
317 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype)
320 ctf_id_t ltype = lp->dn_type;
323 ctf_id_t rtype = rp->dn_type;
325 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
328 ctf_id_t rbase = ctf_type_resolve(rfp, rtype);
361 * which we define as having a larger base ctf_id_t
[all...]
H A Ddt_decl.c468 ctf_id_t type;
518 ctf_id_t base;
665 ctf_id_t type;
821 ctf_id_t type;
1080 dt_scope_push(ctf_file_t *ctfp, ctf_id_t type)
H A Ddt_printf.c100 ctf_id_t base;
120 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type);
171 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
184 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
197 ctf_id_t type = dnp->dn_type;
H A Ddtrace.h479 ctf_id_t dtt_type; /* CTF type identifier */
H A Ddt_cg.c68 dt_cg_membinfo(ctf_file_t *fp, ctf_id_t type, const char *s, ctf_membinfo_t *mp)
142 dt_cg_load(dt_node_t *dnp, ctf_file_t *ctfp, ctf_id_t type)
191 ctf_id_t type;
335 ctf_id_t type;
619 ctf_id_t type;
678 ctf_id_t type;
1381 ctf_id_t type;
H A Ddt_consume.c1176 static int dt_print_type_data(dt_type_cbdata_t *, ctf_id_t);
1179 dt_print_type_member(const char *name, ctf_id_t type, ulong_t off, void *arg)
1199 dt_print_type_width(const char *name, ctf_id_t type, ulong_t off, void *arg)
1227 dt_print_type_data(dt_type_cbdata_t *cbdatap, ctf_id_t type)
H A Ddt_ident.c978 dt_ident_type_assign(dt_ident_t *idp, ctf_file_t *fp, ctf_id_t type)
H A Ddt_options.c687 ctf_id_t type = ctf_type_resolve(fp, DT_STR_TYPE(dtp));
H A Ddt_module.c1247 ctf_id_t id;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c462 ctf_free(dtd->dtd_u.dtu_argv, sizeof (ctf_id_t) *
478 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type)
525 static ctf_id_t
529 ctf_id_t type;
585 static ctf_id_t
590 ctf_id_t type;
605 static ctf_id_t
606 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind)
609 ctf_id_t type;
623 ctf_id_t
[all...]
H A Dctf_impl.h121 ctf_id_t cd_type; /* type identifier */
141 ctf_id_t dmd_type; /* type of this member (for sou) */
150 ctf_id_t dtd_type; /* type identifier for this definition */
156 ctf_id_t *dtu_argv; /* function */
162 ctf_id_t ctb_type; /* CTF type identifier */
278 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
297 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
301 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
H A Dctf_lookup.c78 ctf_id_t
86 ctf_id_t type = 0;
87 ctf_id_t ntype, ptype;
178 ctf_id_t
182 ctf_id_t type;
216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type)
295 ctf_func_args(ctf_file_t *fp, ulong_t symidx, uint_t argc, ctf_id_t *argv)
H A Dctf_types.c60 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg)
111 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg)
149 ctf_id_t id, max = fp->ctf_typemax;
169 ctf_id_t
170 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type)
172 ctf_id_t prev = type, otype = type;
203 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len)
309 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len)
320 ctf_type_size(ctf_file_t *fp, ctf_id_t type)
369 ctf_type_align(ctf_file_t *fp, ctf_id_t typ
[all...]
H A Dctf_decl.c87 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/fbt/
H A Dfbt.c1048 ctf_id_t cd_type; /* type identifier */
1142 ctf_lookup_by_id(mod_ctf_t *mc, ctf_id_t type)
1165 fbt_array_info(mod_ctf_t *mc, ctf_id_t type, ctf_arinfo_t *arp)
1203 ctf_decl_push(ctf_decl_t *cd, mod_ctf_t *mc, ctf_id_t type)
1302 fbt_type_name(mod_ctf_t *mc, ctf_id_t type, char *buf, size_t len)

Completed in 388 milliseconds