Home
last modified time | relevance | path

Searched refs:lookup_handle_object (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c58 lookup_handle_object(handle_t handle, int object_type) in lookup_handle_object() function
305 hash_obj = lookup_handle_object(handle, CONTAINER_TYPE); in get_container_hash_object()
311 hash_obj = lookup_handle_object(handle, SECTION_TYPE); in get_container_hash_object()
1188 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments()
1313 sec_hash = lookup_handle_object(section, SECTION_TYPE); in fru_add_segment()
1586 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in fru_delete_segment()
1742 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in fru_read_segment()
2083 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_num_packets()
2288 pkt_hash = lookup_handle_object(packet, PACKET_TYPE); in fru_update_payload()
2402 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in fru_append_packet()
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c50 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()
952 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments()
978 seg_hash = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_num_packets()
1041 seg_hash_obj = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_packets()
1074 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()
[all …]