Searched refs:TNF_NULL (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libtnf/ |
H A D | ref.c | 117 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 D | abi.c | 236 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 D | info.c | 349 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 D | record.c | 62 if (arg == TNF_NULL) in tnf_get_tag_arg()
|
H A D | type.c | 133 if (property == TNF_NULL) in tnf_type_get_property()
|
H A D | access.c | 176 if (*(tnf_ref32_t *)bval != TNF_NULL) in tnf_get_next_record()
|
H A D | array.c | 150 return ((rec == TNF_NULL)? TNF_DATUM_NULL : in tnf_get_element()
|
H A D | struct.c | 118 return ((rec == TNF_NULL)? TNF_DATUM_NULL : in get_slot()
|
H A D | libtnf.h | 311 (_tnf_get_property(tnf, tag, name) != TNF_NULL)
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 133 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 D | tnf_types.h | 92 if (mem == TNF_NULL) { \ 94 return (TNF_NULL); \ 100 if (mem == TNF_NULL) { \ 102 return (TNF_NULL); \
|
H A D | tnf_trace.c | 200 return (TNF_NULL); in tnf_opaque_array_1() 241 return (TNF_NULL); in tnf_opaque32_array_1()
|
H A D | trace_funcs.c | 268 *fwd_p = TNF_NULL; in tnf_trace_alloc()
|
H A D | tnf_buf.c | 271 *p++ = TNF_NULL; in tnfw_b_alloc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tnf_com.h | 119 #define TNF_NULL 0 macro 134 #define TNF_REF32_IS_NULL(x) ((x) == TNF_NULL)
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | trace_funcs.c | 312 *fwd_p = TNF_NULL; in tnf_trace_alloc()
|