diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-05-18 13:22:44 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-05-18 13:22:44 +0000 |
| commit | 502dff2382259ac1780c2de22093a6853dc04ed9 (patch) | |
| tree | 137432edec13794a1c713d377a450ccc40148a2b /tools | |
| parent | 7b8d8212689d38853a46b931c1e1cbb23264b3a8 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/crypto/ubsecstats.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/tools/crypto/ubsecstats.c b/tools/tools/crypto/ubsecstats.c index ebf7c526acba..736f7839458e 100644 --- a/tools/tools/crypto/ubsecstats.c +++ b/tools/tools/crypto/ubsecstats.c @@ -49,11 +49,13 @@ main(int argc, char *argv[]) printf("invalid %u badsession %u badflags %u\n", stats.hst_invalid, stats.hst_badsession, stats.hst_badflags); printf("nodesc %u badalg %u nomem %u queuefull %u\n", - stats.hst_badalg, stats.hst_nomem, stats.hst_queuefull); + stats.hst_nodesc, stats.hst_badalg, stats.hst_nomem, + stats.hst_queuefull); printf("dmaerr %u mcrerr %u nodmafree %u\n", stats.hst_dmaerr, stats.hst_mcrerr, stats.hst_nodmafree); printf("lenmismatch %u skipmisatch %u iovmisalined %u\n", - stats.hst_lenmismatch, stats.hst_skipmismatch, stats.hst_iovmisaligned); + stats.hst_lenmismatch, stats.hst_skipmismatch, + stats.hst_iovmisaligned); printf("noirq %u unaligned %u nomap %u noload %u nomcl %u\n", stats.hst_noirq, stats.hst_unaligned, stats.hst_nomap, stats.hst_noload, stats.hst_nomcl); |
