Searched refs:sec_hash (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 953 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section() argument 966 sec_obj = sec_hash->u.sec_obj; in get_section() 972 section->handle = sec_hash->obj_hdl; in get_section() 1068 add_to_seg_object_list(sec_hash, seg_hash); in get_section() 1128 hash_obj_t *sec_hash; in fru_get_sections() local 1140 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections() 1141 if (sec_hash == NULL) { in fru_get_sections() 1161 get_section(device_fd, sec_hash, section); in fru_get_sections() 1162 sec_hash = sec_hash->u.sec_obj->next; in fru_get_sections() 1300 hash_obj_t *sec_hash; in fru_add_segment() local [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 906 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section() argument 919 sec_obj = sec_hash->u.sec_obj; in get_section() 925 section->handle = sec_hash->obj_hdl; in get_section() 997 add_to_seg_object_list(sec_hash, seg_hash); in get_section() 1057 hash_obj_t *sec_hash; in fru_get_sections() local 1068 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections() 1069 if (sec_hash == NULL) { in fru_get_sections() 1089 get_section(device_fd, sec_hash, section); in fru_get_sections() 1090 sec_hash = sec_hash->u.sec_obj->next; in fru_get_sections() 1228 hash_obj_t *sec_hash; in fru_add_segment() local [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 534 hash_obj_t *sec_hash; in ipmi_fru_get_sections() local 545 sec_hash = cont_object->u.cont_obj->sec_obj_list; in ipmi_fru_get_sections() 548 sec_hash != NULL; count++, section++) { in ipmi_fru_get_sections() 550 section->handle = sec_hash->u.sec_obj->section.handle; in ipmi_fru_get_sections() 551 section->offset = sec_hash->u.sec_obj->section.offset; in ipmi_fru_get_sections() 552 section->length = sec_hash->u.sec_obj->section.length; in ipmi_fru_get_sections() 553 section->protection = sec_hash->u.sec_obj->section.protection; in ipmi_fru_get_sections() 554 section->version = sec_hash->u.sec_obj->section.version; in ipmi_fru_get_sections() 555 sec_hash = sec_hash->u.sec_obj->next; in ipmi_fru_get_sections() 791 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash() argument [all …]
|
/titanic_44/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 294 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) in free_segment_hash() argument 299 seg_hash = sec_hash->u.sec_obj->seg_obj_list; in free_segment_hash() 305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next; in free_segment_hash() 593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() argument 606 sec_obj = sec_hash->u.sec_obj; in get_section() 612 section->handle = sec_hash->obj_hdl; in get_section() 677 if (sec_hash->u.sec_obj->seg_obj_list != NULL) { in get_section() 690 add_to_seg_object_list(sec_hash, seg_hash); in get_section() 704 hash_obj_t *sec_hash; in fru_get_sections() local 715 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 2053 free_section_node(hash_obj_t *sec_hash, container_tbl_t *cont_tbl) in free_section_node() argument 2057 for (seg_hash = sec_hash->u.sec_node->segment_list; seg_hash != NULL; in free_section_node() 2062 if (sec_hash->prev == NULL) { in free_section_node() 2063 cont_tbl->hash_obj[(sec_hash->picl_hdl % TABLE_SIZE)].next = in free_section_node() 2064 sec_hash->next; in free_section_node() 2065 if (sec_hash->next != NULL) { in free_section_node() 2066 sec_hash->next->prev = NULL; in free_section_node() 2069 sec_hash->prev->next = sec_hash->next; in free_section_node() 2070 if (sec_hash->next != NULL) { in free_section_node() 2071 sec_hash->next->prev = sec_hash->prev; in free_section_node() [all …]
|