Searched refs:lookup_handle_object (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 202 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() function 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() 660 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in ipmi_fru_read_segment() 693 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in ipmi_fru_get_payload() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 61 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() function 308 hash_obj = lookup_handle_object(handle, CONTAINER_TYPE); in get_container_hash_object() 314 hash_obj = lookup_handle_object(handle, SECTION_TYPE); in get_container_hash_object() 318 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, in get_container_hash_object() 893 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections() 1059 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections() 1118 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments() 1157 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments() 1243 sec_hash = lookup_handle_object(section, SECTION_TYPE); in fru_add_segment() 1266 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, in fru_add_segment() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 60 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() function 307 hash_obj = lookup_handle_object(handle, CONTAINER_TYPE); in get_container_hash_object() 313 hash_obj = lookup_handle_object(handle, SECTION_TYPE); in get_container_hash_object() 317 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, in get_container_hash_object() 940 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections() 1130 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections() 1190 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments() 1229 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments() 1315 sec_hash = lookup_handle_object(section, SECTION_TYPE); in fru_add_segment() 1338 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, in fru_add_segment() [all …]
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 50 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() function 214 hash_obj = lookup_handle_object(handle, CONTAINER_TYPE); in get_container_hash_object() 220 hash_obj = lookup_handle_object(handle, SECTION_TYPE); in get_container_hash_object() 224 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, in get_container_hash_object() 518 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments() 706 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections() 744 sec_hash = lookup_handle_object(seg_hash->u.seg_obj->section_hdl, in get_checksum_crc() 815 sec_hash = lookup_handle_object(seg_hash->u.seg_obj->section_hdl, in get_packets() 937 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections() 952 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments() [all …]
|