Searched refs:ctl_prefix (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c132 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
133 if (lp->ctl_prefix[0] == '\0' ||
134 strncmp(p, lp->ctl_prefix, (size_t)(q - p)) == 0) {
155 if (lp->ctl_prefix == NULL) {
H A Dctf_open.c758 fp->ctf_lookups[0].ctl_prefix = "struct";
759 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
761 fp->ctf_lookups[1].ctl_prefix = "union";
762 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
764 fp->ctf_lookups[2].ctl_prefix = "enum";
765 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix);
767 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR;
768 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix);
770 fp->ctf_lookups[4].ctl_prefix = NULL;
H A Dctf_impl.h96 const char *ctl_prefix; /* string prefix for this lookup */ member in struct:ctf_lookup

Completed in 61 milliseconds