Lines Matching refs:uint_t

67 	uint_t h_name;		/* reference to name in string table */
68 uint_t h_type; /* corresponding type ID number */
69 uint_t h_next; /* index of next element in hash chain */
73 uint_t *h_buckets; /* hash bucket array (chain indices) */
75 uint_t h_nbuckets; /* number of elements in bucket array */
76 uint_t h_nelems; /* number of elements in hash table */
77 uint_t h_free; /* index of next free hash element */
102 uint_t (*ctfo_get_kind)(uint_t);
103 uint_t (*ctfo_get_root)(uint_t);
104 uint_t (*ctfo_get_vlen)(uint_t);
105 uint_t (*ctfo_get_max_vlen)(void);
106 uint_t (*ctfo_get_max_size)(void);
107 uint_t (*ctfo_get_max_type)(void);
108 uint_t (*ctfo_get_lsize_sent)(void);
109 uint_t (*ctfo_get_lstruct_thresh)(void);
111 uint_t (*ctfo_type_info)(uint_t, uint_t, uint_t);
112 int (*ctfo_type_isparent)(uint_t);
113 int (*ctfo_type_ischild)(uint_t);
114 uint_t (*ctfo_type_to_index)(uint_t);
115 uint_t (*ctfo_index_to_type)(uint_t, uint_t);
134 uint_t cd_kind; /* type kind */
135 uint_t cd_n; /* type dimension if array */
205 uint_t *ctf_sxlate; /* translation table for symtab entries */
207 uint_t *ctf_txlate; /* translation table for type IDs */
208 uint_t *ctf_ptrtab; /* translation table for pointer-to lookups */
214 uint_t ctf_refcnt; /* reference count (for parent links) */
215 uint_t ctf_flags; /* libctf flags (see below) */
305 uint_t *indexp, uint_t *typep, int *ischildp);
308 extern void ctf_get_ctt_info(const ctf_file_t *, const void *v, uint_t *kind,
309 uint_t *vlen, int *isroot);
312 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
318 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
319 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
322 extern uint_t ctf_hash_size(const ctf_hash_t *);
341 extern const char *ctf_strraw(const ctf_file_t *, uint_t);
342 extern const char *ctf_strptr(const ctf_file_t *, uint_t);