Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c373 if (err != 0 && err != ECTF_STRTAB) in init_types()
393 if (err != 0 && err != ECTF_STRTAB) in init_types()
402 if (err != 0 && err != ECTF_STRTAB) in init_types()
418 if (err != 0 && err != ECTF_STRTAB) in init_types()
434 if (err != 0 && err != ECTF_STRTAB) in init_types()
443 if (err != 0 && err != ECTF_STRTAB) in init_types()
471 if (err != 0 && err != ECTF_STRTAB) in init_types()
494 if (err != 0 && err != ECTF_STRTAB) in init_types()
H A Dctf_hash.c110 return (ECTF_STRTAB); in ctf_hash_insert()
H A Dctf_create.c2005 return (ctf_set_errno(fp, ECTF_STRTAB)); in ctf_add_function()
2072 return (ctf_set_errno(fp, ECTF_STRTAB)); in ctf_add_object()
H A Dctf_types.c1225 (void) ctf_set_errno(fp, ECTF_STRTAB); in ctf_symbol_name()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h84 ECTF_STRTAB, /* string table for this string is missing */ enumerator