Home
last modified time | relevance | path

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

/freebsd/tools/tools/ncpus/
H A Dbiosmptable.c226 int idx, table_length; in biosmptable_check_mpcth() local
246 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()