Home
last modified time | relevance | path

Searched refs:name_elt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libtnf/
H A Dinfo.c368 tnf_ref32_t *type_elt, *name_elt; in init_slots() local
374 name_elt = names ? _GET_REF32(tnf, &names[i]) : TNF_NULL; in init_slots()
380 ((name_elt != TNF_NULL) ? in init_slots()
381 _tnf_get_chars(tnf, name_elt) : in init_slots()
H A Dabi.c530 tnf_ref32_t *type_elt, *name_elt; in _tnf_get_slot_named() local
556 if ((((name_elt = _GET_REF32(tnf, &names[i])) != TNF_NULL) && in _tnf_get_slot_named()
557 (strcmp(name, _tnf_get_chars(tnf, name_elt)) == 0)) || in _tnf_get_slot_named()