Searched refs:ctf_parmax (Results 1 – 2 of 2) sorted by relevance
277 uint32_t ctf_parmax; /* Highest type ID of a parent type. */ member325 #define LCTF_TYPE_ISPARENT(fp, id) ((id) <= fp->ctf_parmax)326 #define LCTF_TYPE_ISCHILD(fp, id) ((id) > fp->ctf_parmax)327 #define LCTF_TYPE_TO_INDEX(fp, id) ((id) & (fp->ctf_parmax))328 #define LCTF_INDEX_TO_TYPE(fp, id, child) (child ? ((id) | (fp->ctf_parmax+1)) : \
635 fp->ctf_parmax = CTF_MAX_PTYPE_V1; in upgrade_types()1499 fp->ctf_parmax = CTF_MAX_PTYPE; in ctf_bufopen_internal()