Searched defs:ctf_fileops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c83 static const ctf_fileops_t ctf_fileops[] = { variable
682 fp->ctf_fileops = &ctf_fileops[hp.cth_version];
H A Dctf_impl.h101 typedef struct ctf_fileops { struct
181 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member in struct:ctf_file
219 #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))

Completed in 48 milliseconds