Searched defs:hash_obj (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h94 #define hash_obj u.data macro
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h143 struct hash_obj;
153 struct hash_obj *next;
162 struct hash_obj *pkt_obj_list; /* packet object list */
163 struct hash_obj *next;
172 struct hash_obj *seg_obj_list; /* points to segment objects list */
173 struct hash_obj *next;
180 struct hash_obj *sec_obj_list; /* points to section objects list */
184 typedef struct hash_obj { struct
193 struct hash_obj *next;
194 struct hash_obj *pre
[all...]
H A Draw_access.c71 add_hashobject_to_hashtable(hash_obj_t *hash_obj) argument
76 hash_obj->obj_hdl = ++handle_count; /* store the handle */
79 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
81 hash_obj->next = hash_table[index_to_hash];
82 hash_table[index_to_hash] = hash_obj; /* hash obj. added */
84 if (hash_obj->next != NULL) {
85 hash_obj->next->prev = hash_obj;
93 hash_obj_t *hash_obj; local
101 hash_obj
121 hash_obj_t *hash_obj; local
150 hash_obj_t *hash_obj; local
179 hash_obj_t *hash_obj; local
208 hash_obj_t *hash_obj; local
261 free_pkt_object_list(hash_obj_t *hash_obj) argument
1160 hash_obj_t *hash_obj; local
[all...]

Completed in 208 milliseconds