Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnf/
H A Dlibtnf.h92 #define INFO_TAGGED(ip) INFO_PROP(ip, TAG_PROP_TAGGED) macro
100 #define INFO_REF_SIZE(ip) (INFO_TAGGED(ip)? 4: (ip)->size)
104 #define INFO_ALIGN(ip) (INFO_TAGGED(ip)? 4: (ip)->align)
H A Drecord.c40 if (!INFO_TAGGED(DATUM_INFO(datum))) in _tnf_check_record()
H A Darray.c141 if (INFO_TAGGED(elt)) { in tnf_get_element()
H A Dstruct.c109 } else if (INFO_TAGGED(slot->slot_type)) { in get_slot()
H A Dinfo.c305 if (!(INFO_TAGGED(info) && (info->size == (size_t)-1))) in init_array_info()