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