Home
last modified time | relevance | path

Searched defs: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
113 } ctf_fileops_t; argument
203 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member
H A Dctf_open.c84 static const ctf_fileops_t ctf_fileops[] = { variable