Searched refs:print_report (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-dvmrp.c | 66 static int print_report(const u_char *, const u_char *, u_int); 105 if (print_report(bp, ep, len) < 0) in dvmrp_print() 169 print_report(register const u_char *bp, register const u_char *ep, in print_report() function
|
/external/qemu/ |
D | qemu-io.c | 80 print_report(const char *op, struct timeval *t, int64_t offset, in print_report() function 332 print_report("read", &t2, offset, count, total, cnt, Cflag); in read_f() 486 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag); in readv_f() 605 print_report("wrote", &t2, offset, count, total, cnt, Cflag); in write_f() 738 print_report("wrote", &t2, offset, qiov.size, total, cnt, Cflag); in writev_f()
|