Searched refs:ioshark_file_state (Results 1 – 7 of 7) sorted by relevance
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 41 struct ioshark_file_state st; in files_db_write_objects() 227 ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_write_file_state() 232 return fwrite(state, sizeof(struct ioshark_file_state), 1, fp); in ioshark_write_file_state()
|
D | compile_ioshark.h | 80 int ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state);
|
D | ioshark.h | 44 struct ioshark_file_state { struct
|
D | convert_format.c | 96 struct ioshark_file_state new_file_state; in main() 174 sizeof(struct ioshark_file_state), 1, new_fp) != 1) { in main()
|
D | ioshark_bench.h | 157 int ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state);
|
D | ioshark_bench.c | 168 struct ioshark_file_state file_state; in create_files() 422 header.num_files * sizeof(struct ioshark_file_state), in do_io() 539 struct ioshark_file_state file_state; in get_start_end()
|
D | ioshark_bench_subr.c | 665 ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_read_file_state() 667 if (fread(state, sizeof(struct ioshark_file_state), 1, fp) != 1) in ioshark_read_file_state()
|