Searched defs:slot_types (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c336 tnf_ref32_t *slot_types, *slot_names; local
341 slot_types = (tnf_ref32_t *)
349 if (slot_types == TNF_NULL)
352 count = _tnf_get_element_count(tnf, slot_types, sizeof (tnf_ref32_t));
354 types = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_types);
H A Dabi.c50 _GET_REF32(tnf, &((struct tnf_struct_type_hdr *)(p))->slot_types)
170 * Retrieve the slot_types slot of struct_type or array_type record
345 tnf_ref32_t *slot_types; local
389 slot_types = (tnf_ref32_t *)
392 if (slot_types &&
393 _tnf_get_element_named(tnf, slot_types, TNF_N_SELF_SIZE))
433 tnf_ref32_t *slot_types, *types; local
441 * The position of slot_types is ABI fixed
444 slot_types = _tnf_get_slot_types(tnf, base_tag);
445 count = _tnf_get_element_count(tnf, slot_types, sizeo
498 tnf_ref32_t *slot_types, *slot_names, *types, *names; local
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h92 tnf_slot_types_t slot_types; member in struct:__anon4136
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h118 tnf_slot_types_t slot_types; member in struct:__anon9259
H A Dtnf_types.h381 tnf_slot_types_t slot_types; member in struct:__anon9264
390 tnf_slot_types_t slot_types; member in struct:__anon9265
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h109 tnf_tag_data_t ***slot_types; member in struct:tnf_probe_control
H A Dtnf_com.h186 tnf_ref32_t slot_types; /* array of type records */ member in struct:tnf_struct_type_hdr
194 tnf_ref32_t slot_types; /* array of type records */ member in struct:tnf_array_type_hdr

Completed in 52 milliseconds