Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_create.c1261 ctf_encoding_t src_en, dst_en; in ctf_add_type() local
1361 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
1364 if (bcmp(&src_en, &dst_en, sizeof (ctf_encoding_t))) in ctf_add_type()