Searched refs:handle_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 144 typedef uint64_t handle_t; typedef 150 handle_t segment_hdl; /* segment handle */ 160 handle_t section_hdl; /* section handle */ 170 handle_t cont_hdl; /* container handle */ 188 handle_t obj_hdl;
|
H A D | fru_access.c | 61 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() 63 handle_t index_to_hash; in lookup_handle_object() 203 handle_t index_to_hash; in add_hashobject_to_hashtable() 300 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() 1434 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash() 2467 free_packet_object(handle_t handle, hash_obj_t *seg_hash) in free_packet_object() 2662 handle_t obj_hdl; in fru_close_container()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access_impl.h | 147 typedef uint64_t handle_t; typedef 153 handle_t segment_hdl; /* segment handle */ 164 handle_t section_hdl; /* section handle */ 174 handle_t cont_hdl; /* container handle */ 192 handle_t obj_hdl;
|
H A D | fru_access.c | 60 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() 62 handle_t index_to_hash; in lookup_handle_object() 202 handle_t index_to_hash; in add_hashobject_to_hashtable() 299 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() 1508 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash() 2562 free_packet_object(handle_t handle, hash_obj_t *seg_hash) in free_packet_object() 2757 handle_t obj_hdl; in fru_close_container()
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access_impl.h | 141 typedef uint64_t handle_t; typedef 147 handle_t segment_hdl; /* segment handle */ 158 handle_t section_hdl; /* section handle */ 168 handle_t cont_hdl; /* container handle */ 186 handle_t obj_hdl;
|
H A D | raw_access.c | 50 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() 52 handle_t index_to_hash; in lookup_handle_object() 73 handle_t index_to_hash; in add_hashobject_to_hashtable() 206 get_container_hash_object(int object_type, handle_t handle) in get_container_hash_object() 294 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash() 1163 handle_t obj_hdl; in fru_close_container()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 198 typedef uint64_t handle_t; typedef 204 handle_t segment_hdl; /* segment handle */ 216 handle_t section_hdl; /* section handle */ 226 handle_t cont_hdl; /* container handle */ 244 handle_t obj_hdl;
|
H A D | libfruaccess.c | 202 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() 204 handle_t index_to_hash; in lookup_handle_object() 339 handle_t index_to_hash; in add_hashobject_to_hashtable() 501 cont_hash_obj = lookup_handle_object((handle_t)fruh, CONTAINER_TYPE); in ipmi_fru_open_container() 519 cont_hash_obj = lookup_handle_object((handle_t)container, in ipmi_fru_get_num_sections() 536 cont_object = lookup_handle_object((handle_t)container, in ipmi_fru_get_sections() 566 sec_object = lookup_handle_object((handle_t)section, SECTION_TYPE); in ipmi_fru_get_num_segments() 582 sec_object = lookup_handle_object((handle_t)section, SECTION_TYPE); in ipmi_fru_get_segments() 613 seg_object = lookup_handle_object((handle_t)segment, SEGMENT_TYPE); in ipmi_fru_get_num_packets() 629 seg_object = lookup_handle_object((handle_t)segment, SEGMENT_TYPE); in ipmi_fru_get_packets() [all …]
|