HomeSort by: relevance | last modified time | path
    Searched refs:dn_string (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pragma.c 96 if (dtrace_str2attr(dnp->dn_string, &attr) == -1) {
102 name = dnp->dn_string;
106 name = dnp->dn_string;
109 part = dnp->dn_string;
178 if (dt_version_str2num(dnp->dn_string, &vers) == -1) {
183 name = dnp->dn_list->dn_string;
254 if (strcmp(cnp->dn_string, "provider") == 0) {
264 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL;
268 if (strcmp(tok, nnp->dn_string) == 0) {
274 nnp->dn_string) != NULL
    [all...]
dt_decl.c 284 * 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...]
dt_parser.c 430 s = strchr2esc(dnp->dn_string, strlen(dnp->dn_string));
432 s != NULL ? s : dnp->dn_string);
436 (void) snprintf(buf, len, "identifier %s", dnp->dn_string);
570 free(dnp->dn_string);
571 dnp->dn_string = NULL;
755 return (strlen(dnp->dn_string) + 1);
1299 dnp->dn_string = string;
1339 dnp->dn_string = name;
1375 dnp->dn_string = name
    [all...]
dt_parser.h 121 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */ macro
dt_provider.c 185 if (nnp->dn_string != NULL &&
186 strcmp(nnp->dn_string, xnp->dn_string) == 0)
466 if (xargs->dn_string != NULL)
dt_cg.c 348 dst->dn_right->dn_string, &m)) == NULL) {
1090 dn.dn_right->dn_string = mnp->dn_membname;
1098 dn.dn_right->dn_string = mnp->dn_membname;
1846 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string);
1873 dnp->dn_right->dn_string, &m)) == NULL) {
1930 stroff = dt_strtab_insert(yypcb->pcb_strtab, dnp->dn_string);
dt_cc.c 508 format = dnp->dn_args->dn_string;
598 str = dnp->dn_args->dn_string;

Completed in 20 milliseconds