Searched refs:ctf_fileops (Results 1 – 2 of 2) sorted by relevance
108 typedef struct ctf_fileops { struct202 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member243 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))244 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))245 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
83 static const ctf_fileops_t ctf_fileops[] = { variable684 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()