Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_open.c372 if (err != 0 && err != ECTF_STRTAB) in init_types()
392 if (err != 0 && err != ECTF_STRTAB) in init_types()
401 if (err != 0 && err != ECTF_STRTAB) in init_types()
417 if (err != 0 && err != ECTF_STRTAB) in init_types()
433 if (err != 0 && err != ECTF_STRTAB) in init_types()
442 if (err != 0 && err != ECTF_STRTAB) in init_types()
470 if (err != 0 && err != ECTF_STRTAB) in init_types()
493 if (err != 0 && err != ECTF_STRTAB) in init_types()
H A Dctf_hash.c108 return (ECTF_STRTAB); in ctf_hash_insert()
H A Dctf_create.c1990 return (ctf_set_errno(fp, ECTF_STRTAB)); in ctf_add_function()
2057 return (ctf_set_errno(fp, ECTF_STRTAB)); in ctf_add_object()
H A Dctf_types.c1199 (void) ctf_set_errno(fp, ECTF_STRTAB); in ctf_symbol_name()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h84 ECTF_STRTAB, /* string table for this string is missing */ enumerator