Lines Matching refs:obj_hdl
61 if ((handle == next_hash_obj->obj_hdl) &&
76 hash_obj->obj_hdl = ++handle_count; /* store the handle */
79 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
304 if (seg_hash->obj_hdl == handle) {
307 while (seg_hash->obj_hdl != handle) {
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
362 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
540 segment->handle = seg_object->obj_hdl;
612 section->handle = sec_hash->obj_hdl;
1056 packet->handle = pkt_hash_obj->obj_hdl;
1153 return (cont_hash_obj->obj_hdl);
1163 handle_t obj_hdl;
1180 obj_hdl =
1181 sec_hash_obj->u.sec_obj->seg_obj_list->obj_hdl;
1182 free_segment_hash(obj_hdl, sec_hash_obj);
1187 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
1208 hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] =