Home
last modified time | relevance | path

Searched defs:tnf (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libtnf/
H A Dabi.c34 #define _GET_TAG(tnf, p) \ argument
37 #define _GET_TAG_ARG(tnf, p) \ argument
40 #define _GET_SELF_SIZE(tnf, p) \ argument
43 #define _GET_NAME(tnf, p) \ argument
46 #define _GET_PROPERTIES(tnf, p) \ argument
49 #define _GET_SLOT_TYPES(tnf, p) \ argument
52 #define _GET_TYPE_SIZE(tnf, p) \ argument
55 #define _GET_HEADER_SIZE(tnf, p) \ argument
58 #define _GET_DERIVED_BASE(tnf, p) \ argument
72 _tnf_get_tag(TNF *tnf, tnf_ref32_t *record) in _tnf_get_tag()
[all …]
H A Dinfo.c60 _tnf_init_tags(TNF *tnf) in _tnf_init_tags()
77 _tnf_fini_tags(TNF *tnf) in _tnf_fini_tags()
115 _tnf_get_info(TNF *tnf, tnf_ref32_t *tag) in _tnf_get_info()
134 _tnf_record_info(TNF *tnf, tnf_ref32_t *record) in _tnf_record_info()
169 add_info(TNF *tnf, tnf_ref32_t *tag) in add_info()
220 init_abstract_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) in init_abstract_info()
235 init_derived_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) in init_derived_info()
255 init_scalar_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) in init_scalar_info()
273 init_struct_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) in init_struct_info()
292 init_array_info(TNF *tnf, tnf_ref32_t *tag, struct taginfo *info) in init_array_info()
[all …]
H A Daccess.c35 tnf_get_file_header(TNF *tnf) in tnf_get_file_header()
45 tnf_get_block_count(TNF *tnf) in tnf_get_block_count()
51 tnf_get_block_absolute(TNF *tnf, unsigned index) in tnf_get_block_absolute()
71 TNF *tnf; in tnf_get_block_relative() local
104 TNF *tnf; in tnf_get_block_header() local
124 TNF *tnf; in tnf_get_next_record() local
H A Dlibtnf.h68 TNF *tnf; /* TNF handle */ member
124 #define TAGOFF(tnf, p) ((unsigned)((caddr_t)(p) - (tnf)->data_start)) argument
125 #define TAGHASH(tnf, p) ((TAGOFF(tnf, p) >> TAGTABSHIFT) & TAGTABMASK) argument
179 #define _GET_UINT32(tnf, ptr) \ argument
184 #define _GET_INT32(tnf, ptr) \ argument
187 #define _GET_UINT16(tnf, ptr) \ argument
192 #define _GET_INT16(tnf, ptr) \ argument
202 #define _GET_REF32(tnf, ptr) _tnf_get_ref32(tnf, ptr) argument
203 #define _GET_REF16(tnf, ptr) _tnf_get_ref16(tnf, ptr) argument
210 #define _GET_BLOCK(tnf, ptr) \ argument
[all …]
H A Dref.c51 vaddr_to_phys(TNF *tnf, tnf_ref32_t *src_cell, tnf_ref32_t src_val) in vaddr_to_phys()
110 _tnf_get_ref32(TNF *tnf, tnf_ref32_t *cell) in _tnf_get_ref32()
190 _tnf_get_ref16(TNF *tnf, tnf_ref32_t *cell) in _tnf_get_ref16()
H A Derror.c59 _tnf_error(TNF *tnf, tnf_errcode_t err) in _tnf_error()
109 tnf_default_error_handler(void *arg, TNF *tnf, tnf_errcode_t err) in tnf_default_error_handler()
H A Dreader.c39 TNF *tnf; in tnf_reader_begin() local
179 tnf_reader_end(TNF *tnf) in tnf_reader_end()
H A Dutil.c72 _tnf_get_props(TNF *tnf, tnf_ref32_t *tag) in _tnf_get_props()
95 _tnf_get_kind(TNF *tnf, tnf_ref32_t *tag) in _tnf_get_kind()
H A Drecord.c51 TNF *tnf; in tnf_get_tag_arg() local
H A Dscalar.c103 get_uint64(TNF *tnf, caddr_t val) in get_uint64()
H A Ddatum.c76 TNF *tnf; in _tnf_check_datum() local
H A Dstruct.c110 TNF *tnf; in get_slot() local
H A Darray.c142 TNF *tnf; in tnf_get_element() local
/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dmain.c132 TNF *tnf; in read_tnf_file() local