Searched refs:agg_ver (Results 1 – 1 of 1) sorted by relevance
1668 char agg_ver, agg_method; in ftio_header_print() local1748 agg_ver = ftio->fth.agg_version; in ftio_header_print()1815 fprintf(std, "%c export agg_version: %u\n", cc, (int)agg_ver); in ftio_header_print()1892 uint8_t s_ver, d_ver, agg_ver, agg_method; in ftio_rec_swapfunc() local1898 agg_ver = ftio->fth.agg_version; in ftio_rec_swapfunc()1927 if (agg_ver != 2) { in ftio_rec_swapfunc()1928 fterr_warnx("Unsupported agg_version %d", (int)agg_ver); in ftio_rec_swapfunc()