Searched refs:header_raw (Results 1 – 2 of 2) sorted by relevance
92 header_raw = struct.unpack_from(intlist_header_fmt, intlist_data, 0)93 self.__log.debug(str(header_raw))95 intlist["num_vectors"] = header_raw[0]96 intlist["offset"] = header_raw[1]97 intlist["swi_table_entry_size"] = header_raw[2]98 intlist["shared_isr_table_entry_size"] = header_raw[3]99 intlist["shared_isr_client_num_offset"] = header_raw[4]
74 header_raw = struct.unpack_from(intlist_header_fmt, intlist_data, 0)75 self.__log.debug(str(header_raw))77 intlist["num_vectors"] = header_raw[0]78 intlist["offset"] = header_raw[1]