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

/illumos-gate/usr/src/lib/libtnf/
H A Dabi.c383 sizep = _tnf_get_slot_typed(tnf, base_tag, TNF_N_TYPE_SIZE);
391 _tnf_get_slot_typed(tnf, base_tag, TNF_N_SLOT_TYPES);
414 alignp = _tnf_get_slot_typed(tnf, base_tag, TNF_N_ALIGN);
430 _tnf_get_slot_typed(TNF *tnf, tnf_ref32_t *record, char *name) function
510 _tnf_get_slot_typed(tnf, base_tag, TNF_N_SLOT_NAMES);
512 /* no slot_names; use _tnf_get_slot_typed() */
514 return (_tnf_get_slot_typed(tnf, record, name));

Completed in 59 milliseconds