Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnf/
H A Dtype.c57 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum)); in tnf_type_get_kind()
71 return (_tnf_get_name(DATUM_TNF(datum), DATUM_RECORD(datum))); in tnf_type_get_name()
87 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum)); in tnf_type_get_size()
109 info = _tnf_get_info(DATUM_TNF(datum), DATUM_RECORD(datum)); in tnf_type_get_base()
131 DATUM_RECORD(datum), name); in tnf_type_get_property()
H A Darray.c107 DATUM_RECORD(datum)); in tnf_get_element_count()
129 DATUM_RECORD(datum)); in tnf_get_element()
H A Drecord.c60 arg = _tnf_get_tag_arg(tnf, DATUM_RECORD(datum)); in tnf_get_tag_arg()
H A Ddatum.c200 return (_tnf_get_self_size(info->tnf, DATUM_RECORD(datum))); in tnf_get_size()
H A Dlibtnf.h253 #define DATUM_RECORD(x) \ macro