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

  /src/external/bsd/ntp/dist/conf/
pogo.conf 44 filegen cryptostats file cryptostats type day enable
  /src/sys/opencrypto/
crypto.c 519 static struct cryptostats cryptostats; variable in typeref:struct:cryptostats
1294 cryptostats.cs_ops++;
1370 cryptostats.cs_blocks++;
1393 cryptostats.cs_kops++;
1431 cryptostats.cs_kblocks++;
1536 crypto_tstat(&cryptostats.cs_invoke, &crp->crp_tstamp);
1706 cryptostats.cs_errs++;
1709 crypto_tstat(&cryptostats.cs_done, &crp->crp_tstamp);
1741 cryptostats.cs_kerrs++
    [all...]
cryptodev.h 390 struct cryptostats { struct
  /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);

Completed in 19 milliseconds