Home
last modified time | relevance | path

Searched refs:LCTF_MMAP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h223 #define LCTF_MMAP 0x0001 /* libctf should munmap buffers on close */ macro
H A Dctf_open.c866 fp->ctf_flags |= LCTF_MMAP; in ctf_dup()
914 if (fp->ctf_flags & LCTF_MMAP) { in ctf_close()
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c461 fp->ctf_flags |= LCTF_MMAP; in ctf_fdopen()