Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/tnf/
H A Dtnf_writer.c464 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_abstract_tag_1()
494 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_scalar_tag_1()
529 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_derived_tag_1()
560 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_struct_tag_1()
594 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_array_tag_1()
648 ASSIGN(buffer, properties, tag_data->tag_props); in tnf_root_tag_1()
/titanic_44/usr/src/uts/common/sys/
H A Dtnf_writer.h99 tnf_tag_data_t ****tag_props; /* properties */ member