Searched refs:ctf_enum_name (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 61 ctf_enum_name;
|
/titanic_50/usr/src/uts/common/ctf/ |
H A D | mapfile | 64 ctf_enum_name;
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 128 ctf_enum_name;
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 271 extern const char *ctf_enum_name(ctf_file_t *, ctf_id_t, int);
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 272 if ((ename = ctf_enum_name(ctfp, base, value)) != NULL) in print_enum()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_print.c | 508 if ((ename = ctf_enum_name(ctfp, base, value)) != NULL) in dt_print_enum()
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 865 ctf_enum_name(ctf_file_t *fp, ctf_id_t type, int value) in ctf_enum_name() function
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 726 if ((ret = ctf_enum_name(idp->mci_fp, idp->mci_id, value)) == NULL) in mdb_ctf_enum_name()
|