Searched defs:seg_hash (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c296 hash_obj_t *seg_hash; local
299 seg_hash = sec_hash->u.sec_obj->seg_obj_list;
300 if (seg_hash == NULL) {
304 if (seg_hash->obj_hdl == handle) {
305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next;
307 while (seg_hash->obj_hdl != handle) {
308 next_hash = seg_hash;
309 seg_hash = seg_hash->u.seg_obj->next;
310 if (seg_hash
599 hash_obj_t *seg_hash; local
735 get_checksum_crc(hash_obj_t *seg_hash, int data_size) argument
792 get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length) argument
973 hash_obj_t *seg_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c634 hash_obj_t *seg_hash; local
710 seg_hash = hash_obj->u.sec_node->segment_list;
711 if (seg_hash == NULL) {
720 seg_hash = seg_hash->u.seg_node->next;
725 seg_hash = seg_hash->u.seg_node->next;
731 seg_hash->u.seg_node->segment_hdl = seg_buffer[count].handle;
736 seg_hash = seg_hash
1643 hash_obj_t *seg_hash; local
2055 hash_obj_t *seg_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c912 hash_obj_t *seg_hash; local
988 seg_hash = create_segment_hash_object();
989 if (seg_hash == NULL) {
993 add_hashobject_to_hashtable(seg_hash);
995 copy_segment_layout(&seg_hash->u.seg_obj->segment, seg_hdr);
997 add_to_seg_object_list(sec_hash, seg_hash);
1229 hash_obj_t *seg_hash; local
1255 seg_hash = sec_hash->u.sec_obj->seg_obj_list;
1256 while (seg_hash != NULL) {
1257 if (strncmp(segment->name, seg_hash
1436 hash_obj_t *seg_hash; local
1497 hash_obj_t *seg_hash; local
1667 hash_obj_t *seg_hash; local
1783 get_checksum_crc(int device_fd, hash_obj_t *seg_hash, int data_size) argument
1839 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length) argument
1962 hash_obj_t *seg_hash; local
2176 hash_obj_t *seg_hash; local
2288 hash_obj_t *seg_hash; local
2467 free_packet_object(handle_t handle, hash_obj_t *seg_hash) argument
2535 hash_obj_t *seg_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c959 hash_obj_t *seg_hash; local
1059 seg_hash = create_segment_hash_object();
1060 if (seg_hash == NULL) {
1064 add_hashobject_to_hashtable(seg_hash);
1066 copy_segment_layout(&seg_hash->u.seg_obj->segment, seg_hdr);
1068 add_to_seg_object_list(sec_hash, seg_hash);
1301 hash_obj_t *seg_hash; local
1327 seg_hash = sec_hash->u.sec_obj->seg_obj_list;
1328 while (seg_hash != NULL) {
1329 if (strncmp(segment->name, seg_hash
1510 hash_obj_t *seg_hash; local
1571 hash_obj_t *seg_hash; local
1739 hash_obj_t *seg_hash; local
1854 get_checksum_crc(hash_obj_t *seg_hash, int data_size) argument
1896 get_dev_or_buffered_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length, const char *buf) argument
2048 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length) argument
2055 get_buffered_packets(hash_obj_t *seg_hash, const char *seg_buf, size_t seg_len) argument
2081 hash_obj_t *seg_hash; local
2278 hash_obj_t *seg_hash; local
2391 hash_obj_t *seg_hash; local
2562 free_packet_object(handle_t handle, hash_obj_t *seg_hash) argument
2631 hash_obj_t *seg_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c579 hash_obj_t *seg_hash; local
591 seg_hash = sec_object->u.sec_obj->seg_obj_list;
594 seg_hash != NULL; count++, segment++) {
596 segment->handle = seg_hash->u.seg_obj->segment.handle;
597 (void) memcpy(segment->name, seg_hash->u.seg_obj->segment.name,
599 segment->descriptor = seg_hash->u.seg_obj->segment.descriptor;
600 segment->offset = seg_hash->u.seg_obj->segment.offset;
601 segment->length = seg_hash->u.seg_obj->segment.length;
602 seg_hash = seg_hash
656 hash_obj_t *seg_hash; local
793 hash_obj_t *seg_hash; local
1377 hash_obj_t *seg_hash; local
1662 hash_obj_t *seg_hash; local
1865 hash_obj_t *seg_hash; local
2037 hash_obj_t *seg_hash; local
2117 get_checksum_crc(hash_obj_t *seg_hash, int data_size) argument
2159 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length) argument
2303 hash_obj_t *seg_hash; local
2467 hash_obj_t *seg_hash; local
2585 hash_obj_t *seg_hash; local
2775 free_packet_object(handle_t handle, hash_obj_t *seg_hash) argument
2843 hash_obj_t *seg_hash; local
[all...]

Completed in 78 milliseconds