Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h101 typedef struct ctf_fileops { struct
105 } ctf_fileops_t; argument
181 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ member
H A Dctf_open.c86 static const ctf_fileops_t ctf_fileops[] = { variable