Lines Matching refs:ushort_t
68 ushort_t h_type; /* corresponding type ID number */
69 ushort_t h_next; /* index of next element in hash chain */
73 ushort_t *h_buckets; /* hash bucket array (chain indices) */
75 ushort_t h_nbuckets; /* number of elements in bucket array */
76 ushort_t h_nelems; /* number of elements in hash table */
102 ushort_t (*ctfo_get_kind)(ushort_t);
103 ushort_t (*ctfo_get_root)(ushort_t);
104 ushort_t (*ctfo_get_vlen)(ushort_t);
197 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */
285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
286 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);