Searched refs:sec_hash_obj (Results 1 – 4 of 4) sorted by relevance
428 hash_obj_t *seg_hash_obj, *sec_hash_obj, *pkt_hash_obj; in initialize_ipmi_container() local440 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 …]
1094 hash_obj_t *sec_hash_obj; in open_raw_data() local1132 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 …]
761 hash_obj_t *sec_hash_obj; in fru_open_container() local823 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 …]
770 hash_obj_t *sec_hash_obj; in fru_open_container() local871 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 …]