Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io-cmds.c471 int64_t count, int64_t total, int cnt, bool Cflag) in print_report() argument
475 timestr(t, ts, sizeof(ts), Cflag ? VERBOSE_FIXED_TIME : 0); in print_report()
476 if (!Cflag) { in print_report()
711 bool Cflag = false, qflag = false, vflag = false; in read_f() local
729 Cflag = true; in read_f()
866 print_report("read", &t2, offset, count, total, cnt, Cflag); in read_f()
908 bool Cflag = false, qflag = false, vflag = false; in readv_f() local
923 Cflag = true; in readv_f()
1000 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag); in readv_f()
1051 bool Cflag = false, qflag = false, bflag = false; in write_f() local
[all …]