Lines Matching refs:hash_obj_t

35 static hash_obj_t	*hash_table[TABLE_SIZE];
49 static hash_obj_t *
53 hash_obj_t *first_hash_obj; in lookup_handle_object()
54 hash_obj_t *next_hash_obj; in lookup_handle_object()
71 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
90 static hash_obj_t *
93 hash_obj_t *hash_obj; in create_container_hash_object()
101 hash_obj = malloc(sizeof (hash_obj_t)); in create_container_hash_object()
118 static hash_obj_t *
121 hash_obj_t *hash_obj; in create_section_hash_object()
129 hash_obj = malloc(sizeof (hash_obj_t)); in create_section_hash_object()
147 static hash_obj_t *
150 hash_obj_t *hash_obj; in create_segment_hash_object()
158 hash_obj = malloc(sizeof (hash_obj_t)); in create_segment_hash_object()
176 static hash_obj_t *
179 hash_obj_t *hash_obj; in create_packet_hash_object()
187 hash_obj = malloc(sizeof (hash_obj_t)); in create_packet_hash_object()
205 static hash_obj_t *
208 hash_obj_t *hash_obj = NULL; in get_container_hash_object()
238 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list()
240 hash_obj_t *next_hash; in add_to_pkt_object_list()
261 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
263 hash_obj_t *next_obj; in free_pkt_object_list()
264 hash_obj_t *free_obj; in free_pkt_object_list()
294 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash()
296 hash_obj_t *seg_hash; in free_segment_hash()
297 hash_obj_t *next_hash; in free_segment_hash()
337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list()
339 hash_obj_t *next_hash; in add_to_sec_object_list()
358 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list()
360 hash_obj_t *next_hash; in add_to_seg_object_list()
514 hash_obj_t *sec_object; in fru_get_segments()
515 hash_obj_t *seg_object; in fru_get_segments()
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section()
599 hash_obj_t *seg_hash; in get_section()
703 hash_obj_t *cont_object; in fru_get_sections()
704 hash_obj_t *sec_hash; in fru_get_sections()
735 get_checksum_crc(hash_obj_t *seg_hash, int data_size) in get_checksum_crc()
740 hash_obj_t *sec_hash; in get_checksum_crc()
741 hash_obj_t *pkt_hash; in get_checksum_crc()
792 get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length) in get_packets()
803 hash_obj_t *pkt_hash_obj; in get_packets()
804 hash_obj_t *sec_hash; in get_packets()
935 hash_obj_t *hash_object; in fru_get_num_sections()
949 hash_obj_t *sec_object; in fru_get_num_segments()
972 hash_obj_t *cont_hash_obj; in fru_get_num_packets()
973 hash_obj_t *seg_hash; in fru_get_num_packets()
974 hash_obj_t *sec_hash; in fru_get_num_packets()
1037 hash_obj_t *seg_hash_obj; in fru_get_packets()
1038 hash_obj_t *pkt_hash_obj; in fru_get_packets()
1071 hash_obj_t *packet_hash_obj; in fru_get_payload()
1093 hash_obj_t *cont_hash_obj; in open_raw_data()
1094 hash_obj_t *sec_hash_obj; in open_raw_data()
1160 hash_obj_t *hash_obj; in fru_close_container()
1161 hash_obj_t *prev_hash; in fru_close_container()
1162 hash_obj_t *sec_hash_obj; in fru_close_container()