Home
last modified time | relevance | path

Searched refs:op_union (Results 1 – 4 of 4) sorted by relevance

/system/extras/ioshark/
Dioshark.h79 #define ioshark_io_op op_union.file_op_u
83 } op_union; member
Dcompile_ioshark_subr.c241 file_op->op_union.enum_size = htobe32(file_op->op_union.enum_size); in ioshark_write_file_op()
Dconvert_format.c204 new_disk_file_op.op_union.enum_size = in main()
205 htobe32(new_disk_file_op.op_union.enum_size); in main()
Dioshark_bench_subr.c681 file_op->op_union.enum_size = be32toh(file_op->op_union.enum_size); in ioshark_read_file_op()