Searched refs:slot_types (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libtnf/ |
H A D | abi.c | 50 _GET_REF32(tnf, &((struct tnf_struct_type_hdr *)(p))->slot_types) 345 tnf_ref32_t *slot_types; in _tnf_get_storage_size() local 389 slot_types = (tnf_ref32_t *) in _tnf_get_storage_size() 392 if (slot_types && in _tnf_get_storage_size() 393 _tnf_get_element_named(tnf, slot_types, TNF_N_SELF_SIZE)) in _tnf_get_storage_size() 433 tnf_ref32_t *slot_types, *types; in _tnf_get_slot_typed() local 444 slot_types = _tnf_get_slot_types(tnf, base_tag); in _tnf_get_slot_typed() 445 count = _tnf_get_element_count(tnf, slot_types, sizeof (tnf_ref32_t)); in _tnf_get_slot_typed() 447 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types); in _tnf_get_slot_typed() 498 tnf_ref32_t *slot_types, *slot_names, *types, *names; in _tnf_get_slot_named() local [all …]
|
H A D | info.c | 336 tnf_ref32_t *slot_types, *slot_names; in init_slots() local 341 slot_types = (tnf_ref32_t *) in init_slots() 349 if (slot_types == TNF_NULL) in init_slots() 352 count = _tnf_get_element_count(tnf, slot_types, sizeof (tnf_ref32_t)); in init_slots() 354 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types); in init_slots()
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | tnf_args.c | 49 tag_p = probe_p->slot_types; in tnf_probe_get_num_args() 76 tag_ppp = probe_p->slot_types; in tnf_probe_get_arg_indexed() 113 tag_ppp = probe_p->slot_types + index; in tnf_probe_get_type_indexed()
|
H A D | tnf_trace.h | 92 tnf_slot_types_t slot_types; member
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_probe.c | 170 ASSIGN(buffer, slot_types, probe_p->slot_types); in tnf_probe_tag()
|
H A D | tnf_trace.h | 118 tnf_slot_types_t slot_types; member
|
H A D | tnf_types.h | 381 tnf_slot_types_t slot_types; member 390 tnf_slot_types_t slot_types; member
|
H A D | mkprobehdr.sh | 117 tnf_tag_data_t ***slot_types;
|
H A D | tnf_writer.c | 561 ASSIGN(buffer, slot_types, tag_data->tag_slots); in tnf_struct_tag_1() 595 ASSIGN(buffer, slot_types, tag_data->tag_slots); in tnf_array_tag_1() 649 ASSIGN(buffer, slot_types, tag_data->tag_slots); in tnf_root_tag_1()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tnf_com.h | 186 tnf_ref32_t slot_types; /* array of type records */ member 194 tnf_ref32_t slot_types; /* array of type records */ member
|
H A D | tnf_probe.h | 109 tnf_tag_data_t ***slot_types; member
|