Home
last modified time | relevance | path

Searched refs:ctf_add_enumerator (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/ctf/
H A Dmapfile45 ctf_add_enumerator;
/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h225 extern int ctf_add_enumerator(ctf_file_t *, ctf_id_t, const char *, int);
/titanic_41/usr/src/lib/libctf/common/
H A Dmapfile-vers53 ctf_add_enumerator;
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c986 ctf_add_enumerator(ctf_file_t *fp, ctf_id_t enid, const char *name, int value) in ctf_add_enumerator() function
1195 return (ctf_add_enumerator(ctb->ctb_file, ctb->ctb_type, in enumadd()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_decl.c761 if (ctf_add_enumerator(dsp->ds_ctfp, dsp->ds_type, in dt_decl_enumerator()