Home
last modified time | relevance | path

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

/netbsd/src/sys/opencrypto/
Dcrypto.c517 static struct cryptostats cryptostats; variable
1292 cryptostats.cs_ops++; in crypto_dispatch()
1368 cryptostats.cs_blocks++; in crypto_dispatch()
1391 cryptostats.cs_kops++; in crypto_kdispatch()
1429 cryptostats.cs_kblocks++; in crypto_kdispatch()
1534 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp); in crypto_invoke()
1704 cryptostats.cs_errs++; in crypto_done()
1707 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp); in crypto_done()
1739 cryptostats.cs_kerrs++; in crypto_kdone()
1807 cryptostats.cs_intrs++; in cryptointr()
[all …]
Dcryptodev.h391 struct cryptostats { struct
/netbsd/src/external/bsd/ntp/dist/conf/
Dpogo.conf44 filegen cryptostats file cryptostats type day enable
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_util.c87 static FILEGEN cryptostats; variable
167 filegen_register(statsdir, "cryptostats", &cryptostats); in init_util()
882 filegen_setup(&cryptostats, now.l_ui); in record_crypto_stats()
885 if (cryptostats.fp != NULL) { in record_crypto_stats()
887 fprintf(cryptostats.fp, "%lu %s 0.0.0.0 %s\n", in record_crypto_stats()
890 fprintf(cryptostats.fp, "%lu %s %s %s\n", in record_crypto_stats()
892 fflush(cryptostats.fp); in record_crypto_stats()
Dcomplete.conf.in12 statistics clockstats cryptostats loopstats peerstats protostats rawstats sysstats timingstats
14 filegen cryptostats file cryptostats type pid link disable
Dinvoke-ntp.conf.texi1039 @item @code{cryptostats}
1045 @code{cryptostats}:
Dntp.conf.def1102 .It Cm cryptostats
1108 .Cm cryptostats :
/netbsd/src/external/bsd/ntp/dist/
DChangeLog2738 * [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
4420 sysstats files and cryptostats files reveal the ambient health of a busy
DCommitLog141961 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
141965 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
141971 [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL.
141974 filegen_register() timingstats and cryptostats unconditionally, so we do
141976 cryptostats with a non-autokey ntpd.