Home
last modified time | relevance | path

Searched refs:ctl_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c136 ((size_t)(q - p) >= lp->ctl_len && strncmp(p, in ctf_lookup_by_name()
138 for (p += lp->ctl_len; isspace(*p); p++) in ctf_lookup_by_name()
H A Dctf_open.c763 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
766 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
769 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
772 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()
775 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
H A Dctf_impl.h105 size_t ctl_len; /* length of prefix string in bytes */ member