Searched refs:txv2_f (Results 1 – 1 of 1) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_dump.c | 47 static FILE **txv2_f = NULL; variable 193 txv2_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 203 txv2_f[i] = open_file(fname_len, path, "Txv2", p, i); in open_dump_files() 213 if (txv2_f[i]) setvbuf(txv2_f[i], NULL, _IOLBF, 0); in open_dump_files() 221 dump_txv2_heading(txv2_f[i]); in open_dump_files() 260 ret_error |= print_stats("Txv2", i, stats[i].nbr_txv2, stats[i].nbr_txv2_er, txv2_f[i]); in close_dump_files() 272 (txv2_f != NULL) && (rxv2_f != NULL) && in close_dump_files() 280 if (txv2_f[i] != NULL) in close_dump_files() 281 fclose(txv2_f[i]); in close_dump_files() 293 free(txv2_f); in close_dump_files() [all …]
|