Lines Matching refs:section

510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg,  in fru_get_segments()  argument
518 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments()
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() argument
612 section->handle = sec_hash->obj_hdl; in get_section()
613 section->offset = sec_obj->section.offset; in get_section()
614 section->length = sec_obj->section.length; in get_section()
615 section->protection = sec_obj->section.protection; in get_section()
616 section->version = sec_obj->section.version; in get_section()
619 retval = raw_memcpy(&sec_hdr, rawlist, sec_obj->section.offset, in get_section()
630 (hdrver != section->version)) { in get_section()
651 sec_obj->section.offset + sizeof (sec_hdr), in get_section()
671 section->version = hdrver; in get_section()
672 sec_obj->section.version = hdrver; in get_section()
698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections() argument
722 section->version = -1; in fru_get_sections()
724 if (get_section(g_raw, sec_hash, section) == 0) { in fru_get_sections()
725 section++; in fru_get_sections()
766 protection = sec_hash->u.sec_obj->section.protection; in get_checksum_crc()
851 (sec_hash->u.sec_obj->section.offset + in get_packets()
852 sec_hash->u.sec_obj->section.length)) { in get_packets()
947 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments() argument
952 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_num_segments()
1014 if (offset < sec_hash->u.sec_obj->section.offset) { in fru_get_num_packets()
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()