Lines Matching refs:hash_obj_t

32 static	hash_obj_t	*hash_table[TABLE_SIZE];
57 static hash_obj_t *
61 hash_obj_t *first_hash_obj; in lookup_handle_object()
62 hash_obj_t *next_hash_obj; in lookup_handle_object()
79 static hash_obj_t *
82 hash_obj_t *hash_obj; in create_container_hash_object()
90 hash_obj = malloc(sizeof (hash_obj_t)); in create_container_hash_object()
108 static hash_obj_t *
111 hash_obj_t *hash_obj; in create_section_hash_object()
119 hash_obj = malloc(sizeof (hash_obj_t)); in create_section_hash_object()
138 static hash_obj_t *
141 hash_obj_t *hash_obj; in create_segment_hash_object()
149 hash_obj = malloc(sizeof (hash_obj_t)); in create_segment_hash_object()
168 static hash_obj_t *
171 hash_obj_t *hash_obj; in create_packet_hash_object()
179 hash_obj = malloc(sizeof (hash_obj_t)); in create_packet_hash_object()
198 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
219 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list()
221 hash_obj_t *next_hash; in add_to_sec_object_list()
241 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list()
243 hash_obj_t *next_hash; in add_to_seg_object_list()
263 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list()
265 hash_obj_t *next_hash; in add_to_pkt_object_list()
296 static hash_obj_t *
299 hash_obj_t *hash_obj; in get_container_hash_object()
767 hash_obj_t *cont_hash_obj; in fru_open_container()
768 hash_obj_t *sec_hash_obj; in fru_open_container()
936 hash_obj_t *hash_object; in fru_get_num_sections()
951 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section()
957 hash_obj_t *seg_hash; in get_section()
1125 hash_obj_t *cont_object; in fru_get_sections()
1126 hash_obj_t *sec_hash; in fru_get_sections()
1185 hash_obj_t *sec_object; in fru_get_num_segments()
1223 hash_obj_t *sec_object; in fru_get_segments()
1224 hash_obj_t *seg_object; in fru_get_segments()
1297 hash_obj_t *cont_hash; in fru_add_segment()
1298 hash_obj_t *sec_hash; in fru_add_segment()
1299 hash_obj_t *seg_hash; in fru_add_segment()
1474 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
1476 hash_obj_t *next_obj; in free_pkt_object_list()
1477 hash_obj_t *free_obj; in free_pkt_object_list()
1506 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash()
1508 hash_obj_t *seg_hash; in free_segment_hash()
1509 hash_obj_t *next_hash; in free_segment_hash()
1569 hash_obj_t *seg_hash; in fru_delete_segment()
1570 hash_obj_t *sec_hash; in fru_delete_segment()
1571 hash_obj_t *cont_hash; in fru_delete_segment()
1572 hash_obj_t *tmp_hash; in fru_delete_segment()
1737 hash_obj_t *seg_hash; in fru_read_segment()
1738 hash_obj_t *sec_hash; in fru_read_segment()
1739 hash_obj_t *cont_hash; in fru_read_segment()
1852 get_checksum_crc(hash_obj_t *seg_hash, int data_size) in get_checksum_crc()
1857 hash_obj_t *sec_hash; in get_checksum_crc()
1858 hash_obj_t *pkt_hash; in get_checksum_crc()
1894 get_dev_or_buffered_packets(hash_obj_t *seg_hash, int device_fd, int offset, in get_dev_or_buffered_packets()
1906 hash_obj_t *pkt_hash_obj; in get_dev_or_buffered_packets()
2046 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length) in get_packets()
2053 get_buffered_packets(hash_obj_t *seg_hash, const char *seg_buf, size_t seg_len) in get_buffered_packets()
2077 hash_obj_t *cont_hash_obj; in fru_get_num_packets()
2078 hash_obj_t *sec_hash; in fru_get_num_packets()
2079 hash_obj_t *seg_hash; in fru_get_num_packets()
2186 hash_obj_t *seg_hash_obj; in fru_get_packets()
2187 hash_obj_t *pkt_hash_obj; in fru_get_packets()
2234 hash_obj_t *packet_hash_obj; in fru_get_payload()
2275 hash_obj_t *pkt_hash; in fru_update_payload()
2276 hash_obj_t *seg_hash; in fru_update_payload()
2277 hash_obj_t *sec_hash; in fru_update_payload()
2278 hash_obj_t *cont_hash; in fru_update_payload()
2389 hash_obj_t *seg_hash; in fru_append_packet()
2390 hash_obj_t *sec_hash; in fru_append_packet()
2391 hash_obj_t *pkt_hash; in fru_append_packet()
2392 hash_obj_t *cont_hash; in fru_append_packet()
2533 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list) in adjust_packets()
2537 hash_obj_t *hash_ptr; in adjust_packets()
2560 free_packet_object(handle_t handle, hash_obj_t *seg_hash) in free_packet_object()
2562 hash_obj_t *pkt_hash; in free_packet_object()
2563 hash_obj_t *next_hash; in free_packet_object()
2624 hash_obj_t *tmp_obj; in fru_delete_packet()
2625 hash_obj_t *pkt_hash; in fru_delete_packet()
2626 hash_obj_t *sec_hash; in fru_delete_packet()
2627 hash_obj_t *cont_hash; in fru_delete_packet()
2628 hash_obj_t *prev_obj; in fru_delete_packet()
2629 hash_obj_t *seg_hash; in fru_delete_packet()
2752 hash_obj_t *hash_obj; in fru_close_container()
2753 hash_obj_t *prev_hash; in fru_close_container()
2754 hash_obj_t *sec_hash_obj; in fru_close_container()