Home
last modified time | relevance | path

Searched refs:ctf_fileops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h109 typedef struct ctf_fileops { struct
203 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member
244 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))
245 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))
246 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
H A Dctf_open.c84 static const ctf_fileops_t ctf_fileops[] = { variable
685 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()