Searched refs:ioshark_read_file_state (Results 1 – 3 of 3) sorted by relevance
157 int ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state);
177 if (ioshark_read_file_state(state->fp, &file_state) != 1) { in create_files()566 if (ioshark_read_file_state(fp, &file_state) != 1) { in get_start_end()
665 ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_read_file_state() function