Lines Matching defs:properties
47 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->properties)
160 * Retrieve the properties array slot of a type record
250 * Look in type record's properties for named type.
251 * Recursively look at derived_base properties as well.
257 tnf_ref32_t *properties, *property;
263 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL)
264 /* no properties */
267 if ((property = _tnf_get_element_named(tnf, properties, name))
275 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED)
296 tnf_ref32_t *properties;
298 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL)
299 /* no properties */
302 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED)