Searched refs:DATUM_RECORD (Results 1 – 5 of 5) sorted by relevance
57 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()
107 DATUM_RECORD(datum)); in tnf_get_element_count()129 DATUM_RECORD(datum)); in tnf_get_element()
60 arg = _tnf_get_tag_arg(tnf, DATUM_RECORD(datum)); in tnf_get_tag_arg()
200 return (_tnf_get_self_size(info->tnf, DATUM_RECORD(datum))); in tnf_get_size()
253 #define DATUM_RECORD(x) \ macro