Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnf/
H A Dref.c117 return (TNF_NULL); in _tnf_get_ref32()
121 return (TNF_NULL); in _tnf_get_ref32()
140 if (cell == TNF_NULL) in _tnf_get_ref32()
141 return (TNF_NULL); in _tnf_get_ref32()
146 return (TNF_NULL); in _tnf_get_ref32()
159 if (cell == TNF_NULL) in _tnf_get_ref32()
160 return (TNF_NULL); in _tnf_get_ref32()
175 if (cell == TNF_NULL) in _tnf_get_ref32()
176 return (TNF_NULL); in _tnf_get_ref32()
201 if (TNF_REF16_VALUE(ref16) == TNF_NULL) in _tnf_get_ref16()
[all …]
H A Dabi.c236 if ((type_elt = _GET_REF32(tnf, &elts[i])) == TNF_NULL) { in _tnf_get_element_named()
239 return (TNF_NULL); in _tnf_get_element_named()
246 return (TNF_NULL); in _tnf_get_element_named()
263 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL) in _tnf_get_property()
265 return (TNF_NULL); in _tnf_get_property()
268 != TNF_NULL) in _tnf_get_property()
276 != TNF_NULL) { in _tnf_get_property()
282 if (base_tag != TNF_NULL) in _tnf_get_property()
286 return (TNF_NULL); in _tnf_get_property()
298 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL) in _tnf_get_base_tag()
[all …]
H A Dinfo.c349 if (slot_types == TNF_NULL) in init_slots()
355 names = ((slot_names == TNF_NULL) ? TNF_NULL : in init_slots()
374 name_elt = names ? _GET_REF32(tnf, &names[i]) : TNF_NULL; in init_slots()
380 ((name_elt != TNF_NULL) ? in init_slots()
H A Drecord.c62 if (arg == TNF_NULL) in tnf_get_tag_arg()
H A Dtype.c133 if (property == TNF_NULL) in tnf_type_get_property()
H A Daccess.c176 if (*(tnf_ref32_t *)bval != TNF_NULL) in tnf_get_next_record()
H A Darray.c150 return ((rec == TNF_NULL)? TNF_DATUM_NULL : in tnf_get_element()
H A Dstruct.c118 return ((rec == TNF_NULL)? TNF_DATUM_NULL : in get_slot()
H A Dlibtnf.h311 (_tnf_get_property(tnf, tag, name) != TNF_NULL)
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_writer.c133 TNF_ARRAY_TAG(tnf_array, TNF_NULL, abstract_array_properties,
134 TNF_NULL, TNF_UNKNOWN);
151 TNF_DERIVED_TAG(tnf_derived, TNF_NULL,
152 tnf_derived_properties, TNF_NULL, TNF_NULL, TNF_UNKNOWN);
737 return ((tnf_reference_t)TNF_NULL); in tnf_string_1()
781 return ((tnf_reference_t)TNF_NULL); in tnf_string_array_1()
822 return ((tnf_reference_t)TNF_NULL); in tnf_tag_element_1()
852 return ((tnf_reference_t)TNF_NULL); in tnf_tag_array_1()
870 TNF_NULL); in tnf_tag_array_1()
892 return ((tnf_reference_t)TNF_NULL); in tnf_tag_properties_1()
H A Dtnf_types.h92 if (mem == TNF_NULL) { \
94 return (TNF_NULL); \
100 if (mem == TNF_NULL) { \
102 return (TNF_NULL); \
H A Dtnf_trace.c200 return (TNF_NULL); in tnf_opaque_array_1()
241 return (TNF_NULL); in tnf_opaque32_array_1()
H A Dtrace_funcs.c268 *fwd_p = TNF_NULL; in tnf_trace_alloc()
H A Dtnf_buf.c271 *p++ = TNF_NULL; in tnfw_b_alloc()
/titanic_41/usr/src/uts/common/sys/
H A Dtnf_com.h119 #define TNF_NULL 0 macro
134 #define TNF_REF32_IS_NULL(x) ((x) == TNF_NULL)
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c312 *fwd_p = TNF_NULL; in tnf_trace_alloc()