Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnf/
H A Ddatum.c40 static int has_prop(tnf_datum_t, tag_props_t);
105 has_prop(tnf_datum_t datum, tag_props_t prop) in has_prop() function
116 return (has_prop(datum, TAG_PROP_INLINE)); in tnf_is_inline()
122 return (has_prop(datum, TAG_PROP_SCALAR)); in tnf_is_scalar()
128 return (has_prop(datum, TAG_PROP_TAGGED)); in tnf_is_record()
134 return (has_prop(datum, TAG_PROP_ARRAY)); in tnf_is_array()
140 return (has_prop(datum, TAG_PROP_STRING)); in tnf_is_string()
146 return (has_prop(datum, TAG_PROP_STRUCT)); in tnf_is_struct()
152 return (has_prop(datum, TAG_PROP_TYPE)); in tnf_is_type()