Home
last modified time | relevance | path

Searched refs:ECTF_NOTFUNC (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/ctf/
H A Dctf_lookup.c256 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
260 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
H A Dctf_types.c1020 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_info_by_id()
1054 return (ctf_set_errno(ofp, ECTF_NOTFUNC)); in ctf_func_args_by_id()
H A Dctf_create.c1998 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_add_function()
2002 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_add_function()
/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h96 ECTF_NOTFUNC, /* symtab entry does not refer to a function */ enumerator