Searched defs:pr_tname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c71 const char *pr_tname; /* entity typedef */ member in struct:parse_root
400 pr->pr_tname = name;
457 if (mdb_ctf_lookup_by_name(pr->pr_tname, &id) != CTF_ERR) {
458 mdb_printf("typedef name %s already exists\n", pr->pr_tname);
480 pr->pr_tname);
486 pr->pr_tname);
540 if (mdb_ctf_add_typedef(pr->pr_tname, &id, NULL) != 0) {
542 pr->pr_tname);

Completed in 45 milliseconds