Searched refs:table_length (Results 1 – 1 of 1) sorted by relevance
226 int idx, table_length; in biosmptable_check_mpcth() local246 table_length = mpcth->base_table_length; in biosmptable_check_mpcth()247 mpcth = realloc(mpcth, table_length); in biosmptable_check_mpcth()249 warnx("unable to realloc space for mpcth (len %u)", table_length); in biosmptable_check_mpcth()252 if (!memread(addr, mpcth, table_length)) in biosmptable_check_mpcth()