Searched refs:ECTF_CORRUPT (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_labels.c | 70 (void) ctf_set_errno(fp, ECTF_CORRUPT); in ctf_label_topmost() 98 return (ctf_set_errno(fp, ECTF_CORRUPT)); in ctf_label_iter()
|
H A D | ctf_open.c | 296 return (ECTF_CORRUPT); in init_types() 618 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen() 624 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen() 628 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen() 665 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen()
|
H A D | ctf_lookup.c | 276 return (ctf_set_errno(fp, ECTF_CORRUPT)); in ctf_func_info()
|
H A D | ctf_types.c | 189 return (ctf_set_errno(ofp, ECTF_CORRUPT)); in ctf_type_resolve()
|
H A D | ctf_create.c | 1968 return (ctf_set_errno(dst_fp, ECTF_CORRUPT)); in ctf_add_type()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 73 ECTF_CORRUPT, /* file data corruption detected */ enumerator
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 535 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_fdcreate_int()
|