Lines Matching refs:ctf_fileops
101 typedef struct ctf_fileops { struct
192 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member
231 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))
232 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))
233 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
234 #define LCTF_MAX_VLEN(fp) ((fp)->ctf_fileops->ctfo_get_max_vlen())
235 #define LCTF_MAX_SIZE(fp) ((fp)->ctf_fileops->ctfo_get_max_size())
236 #define LCTF_MAX_TYPE(fp) ((fp)->ctf_fileops->ctfo_get_max_type())
238 ((fp)->ctf_fileops->ctfo_get_lsize_sent())
240 ((fp)->ctf_fileops->ctfo_get_lstruct_thresh())
242 #define LCTF_TYPE_INFO(fp, k, r, l) ((fp)->ctf_fileops->ctfo_type_info(k, r, l))
243 #define LCTF_TYPE_ISPARENT(fp, id) ((fp)->ctf_fileops->ctfo_type_isparent(id))
244 #define LCTF_TYPE_ISCHILD(fp, id) ((fp)->ctf_fileops->ctfo_type_ischild(id))
245 #define LCTF_TYPE_TO_INDEX(fp, t) ((fp)->ctf_fileops->ctfo_type_to_index(t))
246 #define LCTF_INDEX_TO_TYPE(fp, id, c) ((fp)->ctf_fileops->ctfo_index_to_type(id, c))