Home
last modified time | relevance | path

Searched refs:ctf_parlabel (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c725 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen()
731 fp->ctf_parlabel ? fp->ctf_parlabel : "<NULL>"); in ctf_bufopen()
1014 return (fp->ctf_parlabel); in ctf_parent_label()
H A Dctf_impl.h223 const char *ctf_parlabel; /* label in parent container (if any) */ member