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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c86 if (dtrace_str2attr(dnp->dn_string, &attr) == -1) {
92 name = dnp->dn_string;
96 name = dnp->dn_string;
99 part = dnp->dn_string;
168 if (dt_version_str2num(dnp->dn_string, &vers) == -1) {
173 name = dnp->dn_list->dn_string;
219 if (strcmp(cnp->dn_string, "provider") == 0)
220 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL;
221 else if (strcmp(cnp->dn_string, "module") == 0) {
222 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string);
[all...]
H A Ddt_decl.c284 * name fnp->dn_string is defined in this list (B_TRUE) or not (B_FALSE).
293 if (dnp->dn_string != NULL &&
294 strcmp(dnp->dn_string, fnp->dn_string) == 0)
329 dnp->dn_string ? dnp->dn_string : "(anonymous)", i);
339 dnp->dn_string ? dnp->dn_string : "(anonymous)", i);
342 if (is_void && dnp->dn_string != NULL) {
344 "not have a name: %s\n", dnp->dn_string);
[all...]
H A Ddt_parser.c405 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string));
407 s != NULL ? s : dnp->dn_string);
411 (void) snprintf(buf, len, "identifier %s", dnp->dn_string);
545 free(dnp->dn_string);
546 dnp->dn_string = NULL;
723 return (strlen(dnp->dn_string) + 1);
1248 dnp->dn_string = string;
1288 dnp->dn_string = name;
1324 dnp->dn_string
[all...]
H A Ddt_parser.h110 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */ macro
H A Ddt_provider.c178 if (nnp->dn_string != NULL &&
179 strcmp(nnp->dn_string, xnp->dn_string) == 0)
443 if (xargs->dn_string != NULL)
H A Ddt_cg.c349 dst->dn_right->dn_string, &m)) == NULL) {
1072 dn.dn_right->dn_string = mnp->dn_membname;
1080 dn.dn_right->dn_string = mnp->dn_membname;
1671 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string);
1698 dnp->dn_right->dn_string, &m)) == NULL) {
1755 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string);
H A Ddt_cc.c504 format = dnp->dn_args->dn_string;
594 str = dnp->dn_args->dn_string;

Completed in 33 milliseconds