info_table_t
info_table_t *table;
info_table_t lookup;
info_table_t *slot;
sizeof (info_table_t), compare_info)) == NULL)
build_table(rcm_info_t *info, info_table_t **tablep, size_t *table_lenp)
info_table_t *slot;
info_table_t *table;
table = (info_table_t *)calloc(table_len, sizeof (info_table_t));
qsort(table, table_len, sizeof (info_table_t), compare_info);
free_table(info_table_t *table, size_t table_len)
info_table_t *slot_a = (info_table_t *)a;
info_table_t *table;
info_table_t *slot_b = (info_table_t *)b;
static int build_table(rcm_info_t *info, info_table_t **tablep,
static void free_table(info_table_t *table, size_t table_len);