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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h111 typedef struct ctf_fileops { struct
190 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member in struct:ctf_file
228 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))
229 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))
230 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
H A Dctf_open.c93 static const ctf_fileops_t ctf_fileops[] = { variable
699 fp->ctf_fileops = &ctf_fileops[hp.cth_version];

Completed in 44 milliseconds