Home
last modified time | relevance | path

Searched refs:ctfo_type_to_index (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h114 uint_t (*ctfo_type_to_index)(uint_t); member
245 #define LCTF_TYPE_TO_INDEX(fp, t) ((fp)->ctf_fileops->ctfo_type_to_index(t))
H A Dctf_open.c216 .ctfo_type_to_index = type_to_index_v ## v, \