HomeSort by: relevance | last modified time | path
    Searched defs:cryptostats (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_util.c 87 static FILEGEN cryptostats; variable
142 filegen_unregister("cryptostats");
167 filegen_register(statsdir, "cryptostats", &cryptostats);
882 filegen_setup(&cryptostats, now.l_ui);
885 if (cryptostats.fp != NULL) {
887 fprintf(cryptostats.fp, "%lu %s 0.0.0.0 %s\n",
890 fprintf(cryptostats.fp, "%lu %s %s %s\n",
892 fflush(cryptostats.fp);
  /src/sys/opencrypto/
crypto.c 517 static struct cryptostats cryptostats; variable in typeref:struct:cryptostats
1292 cryptostats.cs_ops++;
1368 cryptostats.cs_blocks++;
1391 cryptostats.cs_kops++;
1429 cryptostats.cs_kblocks++;
1534 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp);
1704 cryptostats.cs_errs++;
1707 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp);
1739 cryptostats.cs_kerrs++
    [all...]
cryptodev.h 391 struct cryptostats { struct

Completed in 26 milliseconds