Home
last modified time | relevance | path

Searched refs:sec_hash_obj (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c428 hash_obj_t *seg_hash_obj, *sec_hash_obj, *pkt_hash_obj; in initialize_ipmi_container() local
440 sec_hash_obj = create_section_hash_object(); in initialize_ipmi_container()
441 if (sec_hash_obj == NULL) { in initialize_ipmi_container()
445 add_hashobject_to_hashtable(sec_hash_obj, SECTION_TYPE); in initialize_ipmi_container()
448 sec_hash_obj->u.sec_obj->num_of_segment = 1; in initialize_ipmi_container()
449 sec_hash_obj->u.sec_obj->section.handle = sec_hash_obj->obj_hdl; in initialize_ipmi_container()
450 sec_hash_obj->u.sec_obj->section.offset = 0; in initialize_ipmi_container()
451 sec_hash_obj->u.sec_obj->section.protection = READ_ONLY_SECTION; in initialize_ipmi_container()
453 sec_hash_obj->u.sec_obj->section.length = STATIC_LENGTH; in initialize_ipmi_container()
454 sec_hash_obj->u.sec_obj->section.version = SECTION_HDR_VER; in initialize_ipmi_container()
[all …]
/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1094 hash_obj_t *sec_hash_obj; in open_raw_data() local
1132 sec_hash_obj = create_section_hash_object(); in open_raw_data()
1133 if (sec_hash_obj == NULL) { in open_raw_data()
1137 add_hashobject_to_hashtable(sec_hash_obj); in open_raw_data()
1139 sec_hash_obj->u.sec_obj->section.offset = in open_raw_data()
1142 sec_hash_obj->u.sec_obj->section.protection = in open_raw_data()
1145 sec_hash_obj->u.sec_obj->section.length = in open_raw_data()
1147 sec_hash_obj->u.sec_obj->section.version = in open_raw_data()
1150 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in open_raw_data()
1162 hash_obj_t *sec_hash_obj; in fru_close_container() local
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c761 hash_obj_t *sec_hash_obj; in fru_open_container() local
823 sec_hash_obj = create_section_hash_object(); in fru_open_container()
824 if (sec_hash_obj == NULL) { in fru_open_container()
828 add_hashobject_to_hashtable(sec_hash_obj); in fru_open_container()
830 sec_hash_obj->u.sec_obj->section.offset = in fru_open_container()
833 sec_hash_obj->u.sec_obj->section.protection = in fru_open_container()
836 sec_hash_obj->u.sec_obj->checksum_method = in fru_open_container()
839 sec_hash_obj->u.sec_obj->section.length = in fru_open_container()
842 sec_hash_obj->u.sec_obj->section.version = cont_info.header_ver; in fru_open_container()
844 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in fru_open_container()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c770 hash_obj_t *sec_hash_obj; in fru_open_container() local
871 sec_hash_obj = create_section_hash_object(); in fru_open_container()
872 if (sec_hash_obj == NULL) { in fru_open_container()
876 add_hashobject_to_hashtable(sec_hash_obj); in fru_open_container()
878 sec_hash_obj->u.sec_obj->section.offset = in fru_open_container()
881 sec_hash_obj->u.sec_obj->section.protection = in fru_open_container()
884 sec_hash_obj->u.sec_obj->section.length = in fru_open_container()
887 sec_hash_obj->u.sec_obj->section.version = cont_info.header_ver; in fru_open_container()
888 sec_hash_obj->u.sec_obj->encoding = in fru_open_container()
891 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in fru_open_container()
[all …]