Searched defs:_tnf_get_info (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c115 _tnf_get_info(TNF *tnf, tnf_ref32_t *tag) function
154 info = _tnf_get_info(tnf, _tnf_get_tag(tnf, record));
161 return (_tnf_get_info(tnf, _tnf_get_tag(tnf, record)));
194 info->meta = _tnf_get_info(tnf, meta);
244 info->base = _tnf_get_info(tnf, base_tag);
324 info->base = elt_tag ? _tnf_get_info(tnf, elt_tag): NULL;
377 elt_info = _tnf_get_info(tnf, type_elt);

Completed in 252 milliseconds