Home
last modified time | relevance | path

Searched refs:obj_hdl (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c61 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
76 hash_obj->obj_hdl = ++handle_count; /* store the handle */ in add_hashobject_to_hashtable()
79 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE); in add_hashobject_to_hashtable()
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] = in free_pkt_object_list()
304 if (seg_hash->obj_hdl == handle) { in free_segment_hash()
307 while (seg_hash->obj_hdl != handle) { in free_segment_hash()
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next; in free_segment_hash()
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
362 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
[all …]
H A Dfru_access_impl.h186 handle_t obj_hdl; member
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c213 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
343 hash_obj->obj_hdl = ++handle_count; in add_hashobject_to_hashtable()
347 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE); in add_hashobject_to_hashtable()
363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
406 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
449 sec_hash_obj->u.sec_obj->section.handle = sec_hash_obj->obj_hdl; in initialize_ipmi_container()
465 seg_hash_obj->u.seg_obj->segment.handle = seg_hash_obj->obj_hdl; in initialize_ipmi_container()
510 return (cont_hash_obj->obj_hdl); in ipmi_fru_open_container()
643 packet->handle = pkt_hash->obj_hdl; in ipmi_fru_get_packets()
[all …]
H A Dfru_access_impl.h244 handle_t obj_hdl; member
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c72 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
206 hash_obj->obj_hdl = ++handle_count; /* store the handle */ in add_hashobject_to_hashtable()
209 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE); in add_hashobject_to_hashtable()
226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
271 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
846 return (cont_hash_obj->obj_hdl); in fru_open_container()
925 section->handle = sec_hash->obj_hdl; in get_section()
1179 segment->handle = seg_object->obj_hdl; in fru_get_segments()
1415 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] = in free_pkt_object_list()
[all …]
H A Dfru_access_impl.h188 handle_t obj_hdl; member
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c71 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
205 hash_obj->obj_hdl = ++handle_count; /* store the handle */ in add_hashobject_to_hashtable()
208 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE); in add_hashobject_to_hashtable()
225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
270 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
893 return (cont_hash_obj->obj_hdl); in fru_open_container()
972 section->handle = sec_hash->obj_hdl; in get_section()
1251 segment->handle = seg_object->obj_hdl; in fru_get_segments()
1487 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] = in free_pkt_object_list()
[all …]
H A Dfru_access_impl.h192 handle_t obj_hdl; member