Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnf/
H A Dabi.c106 tnf_ref32_t *base_tag; in _tnf_get_element_count() local
109 base_tag = _tnf_get_base_tag(tnf, _tnf_get_tag(tnf, array)); in _tnf_get_element_count()
110 hdrsize = _tnf_get_header_size(tnf, base_tag); in _tnf_get_element_count()
129 tnf_ref32_t *base_tag; in _tnf_get_elements() local
131 base_tag = _tnf_get_base_tag(tnf, _tnf_get_tag(tnf, array)); in _tnf_get_elements()
132 hdrsize = _tnf_get_header_size(tnf, base_tag); in _tnf_get_elements()
278 tnf_ref32_t *base_tag; in _tnf_get_property() local
280 base_tag = _tnf_get_derived_base(tnf, tag); in _tnf_get_property()
282 if (base_tag != TNF_NULL) in _tnf_get_property()
283 return (_tnf_get_property(tnf, base_tag, name)); in _tnf_get_property()
[all …]
H A Dutil.c97 tnf_ref32_t *base_tag; in _tnf_get_kind() local
100 base_tag = _tnf_get_base_tag(tnf, tag); in _tnf_get_kind()
101 base_name = _tnf_get_name(tnf, base_tag); in _tnf_get_kind()
103 if (HAS_PROPERTY(tnf, base_tag, TNF_N_SCALAR)) { in _tnf_get_kind()
114 } else if (HAS_PROPERTY(tnf, base_tag, TNF_N_ARRAY)) { in _tnf_get_kind()
120 } else if (HAS_PROPERTY(tnf, base_tag, TNF_N_TYPE)) { in _tnf_get_kind()
123 } else if (HAS_PROPERTY(tnf, base_tag, TNF_N_STRUCT)) { in _tnf_get_kind()
H A Dinfo.c237 tnf_ref32_t *base_tag; in init_derived_info() local
243 base_tag = _tnf_get_base_tag(tnf, tag); in init_derived_info()
244 info->base = _tnf_get_info(tnf, base_tag); in init_derived_info()