Home
last modified time | relevance | path

Searched refs:dn_string (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_pragma.c96 if (dtrace_str2attr(dnp->dn_string, &attr) == -1) { in dt_pragma_attributes()
102 name = dnp->dn_string; in dt_pragma_attributes()
106 name = dnp->dn_string; in dt_pragma_attributes()
109 part = dnp->dn_string; in dt_pragma_attributes()
178 if (dt_version_str2num(dnp->dn_string, &vers) == -1) { in dt_pragma_binding()
183 name = dnp->dn_list->dn_string; in dt_pragma_binding()
254 if (strcmp(cnp->dn_string, "provider") == 0) { in dt_pragma_depends()
264 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL; in dt_pragma_depends()
268 if (strcmp(tok, nnp->dn_string) == 0) { in dt_pragma_depends()
274 nnp->dn_string) != NULL; in dt_pragma_depends()
[all …]
H A Ddt_decl.c293 if (dnp->dn_string != NULL && in dt_decl_protoform()
294 strcmp(dnp->dn_string, fnp->dn_string) == 0) in dt_decl_protoform()
329 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype()
339 dnp->dn_string ? dnp->dn_string : "(anonymous)", i); in dt_decl_prototype()
342 if (is_void && dnp->dn_string != NULL) { in dt_decl_prototype()
344 "not have a name: %s\n", dnp->dn_string); in dt_decl_prototype()
347 if (dnp->dn_string != NULL && in dt_decl_prototype()
351 form ? "not" : "already", kind, dnp->dn_string, i); in dt_decl_prototype()
354 if (dnp->dn_string == NULL && in dt_decl_prototype()
725 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) { in dt_decl_enumerator()
H A Ddt_parser.c430 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string)); in dt_node_name()
432 s != NULL ? s : dnp->dn_string); in dt_node_name()
436 (void) snprintf(buf, len, "identifier %s", dnp->dn_string); in dt_node_name()
570 free(dnp->dn_string); in dt_node_free()
571 dnp->dn_string = NULL; in dt_node_free()
755 return (strlen(dnp->dn_string) + 1); in dt_node_type_size()
1299 dnp->dn_string = string; in dt_node_string()
1339 dnp->dn_string = name; in dt_node_ident()
1375 dnp->dn_string = name; in dt_node_type()
1765 idp = dt_idstack_lookup(&yypcb->pcb_globals, dnp->dn_string); in dt_node_func()
[all …]
H A Ddt_provider.c185 if (nnp->dn_string != NULL && in dt_probe_argmap()
186 strcmp(nnp->dn_string, xnp->dn_string) == 0) in dt_probe_argmap()
466 if (xargs->dn_string != NULL) in dt_probe_create()
H A Ddt_cg.c348 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 Ddt_parser.h121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */ macro
H A Ddt_cc.c508 format = dnp->dn_args->dn_string; in dt_action_printa()
598 str = dnp->dn_args->dn_string; in dt_action_printflike()