Lines Matching refs:tnf_datum_t
34 static struct slotinfo *get_slotinfo(tnf_datum_t);
37 static tnf_datum_t get_slot(tnf_datum_t, struct slot *);
44 _tnf_check_slots(tnf_datum_t datum) in _tnf_check_slots()
62 get_slotinfo(tnf_datum_t datum) in get_slotinfo()
102 static tnf_datum_t
103 get_slot(tnf_datum_t datum, struct slot *slot) in get_slot()
131 tnf_get_slot_count(tnf_datum_t datum) in tnf_get_slot_count()
146 tnf_get_slot_index(tnf_datum_t datum, char *name) in tnf_get_slot_index()
169 tnf_get_slot_name(tnf_datum_t datum, unsigned index) in tnf_get_slot_name()
190 tnf_datum_t
191 tnf_get_slot_named(tnf_datum_t datum, char *name) in tnf_get_slot_named()
208 tnf_datum_t
209 tnf_get_slot_indexed(tnf_datum_t datum, unsigned index) in tnf_get_slot_indexed()