Searched refs:dn_string (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_pragma.c | 91 if (dtrace_str2attr(dnp->dn_string, &attr) == -1) { in dt_pragma_attributes() 97 name = dnp->dn_string; in dt_pragma_attributes() 101 name = dnp->dn_string; in dt_pragma_attributes() 104 part = dnp->dn_string; in dt_pragma_attributes() 173 if (dt_version_str2num(dnp->dn_string, &vers) == -1) { in dt_pragma_binding() 178 name = dnp->dn_list->dn_string; in dt_pragma_binding() 247 if (strcmp(cnp->dn_string, "provider") == 0) in dt_pragma_depends() 248 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL; in dt_pragma_depends() 249 else if (strcmp(cnp->dn_string, "module") == 0) { in dt_pragma_depends() 250 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); in dt_pragma_depends() [all …]
|
H A D | dt_decl.c | 310 if (dnp->dn_string != NULL && in dt_decl_protoform() 311 strcmp(dnp->dn_string, fnp->dn_string) == 0) in dt_decl_protoform() 346 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype() 356 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype() 359 if (is_void && dnp->dn_string != NULL) { in dt_decl_prototype() 361 "not have a name: %s\n", dnp->dn_string); in dt_decl_prototype() 364 if (dnp->dn_string != NULL && in dt_decl_prototype() 368 form ? "not" : "already", kind, dnp->dn_string, i); in dt_decl_prototype() 371 if (dnp->dn_string == NULL && in dt_decl_prototype() 741 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) { in dt_decl_enumerator()
|
H A D | dt_parser.c | 425 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_name() 427 s != NULL ? s : dnp->dn_string); in dt_node_name() 431 (void) snprintf(buf, len, "identifier %s", dnp->dn_string); in dt_node_name() 565 free(dnp->dn_string); in dt_node_free() 566 dnp->dn_string = NULL; in dt_node_free() 750 return (strlen(dnp->dn_string) + 1); in dt_node_type_size() 1294 dnp->dn_string = string; in dt_node_string() 1334 dnp->dn_string = name; in dt_node_ident() 1370 dnp->dn_string = name; in dt_node_type() 1760 idp = dt_idstack_lookup(&yypcb->pcb_globals, dnp->dn_string); in dt_node_func() [all …]
|
H A D | dt_provider.c | 181 if (nnp->dn_string != NULL && in dt_probe_argmap() 182 strcmp(nnp->dn_string, xnp->dn_string) == 0) in dt_probe_argmap() 462 if (xargs->dn_string != NULL) in dt_probe_create()
|
H A D | dt_parser.h | 121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */ macro
|
H A D | dt_cg.c | 348 dst->dn_right->dn_string, &m)) == NULL) { in dt_cg_field_set() 1090 dn.dn_right->dn_string = mnp->dn_membname; in dt_cg_asgn_op() 1098 dn.dn_right->dn_string = mnp->dn_membname; in dt_cg_asgn_op() 1846 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string); in dt_cg_node() 1873 dnp->dn_right->dn_string, &m)) == NULL) { in dt_cg_node() 1930 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string); in dt_cg_node()
|
H A D | dt_cc.c | 507 format = dnp->dn_args->dn_string; in dt_action_printa() 597 str = dnp->dn_args->dn_string; in dt_action_printflike()
|