Searched refs:epoch (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h260 u32 epoch; member in struct:ecore_hw_prepare_params
H A Decore_mcp.c1900 u32 epoch)
1906 mdump_cmd_params.p_data_src = &epoch;
1907 mdump_cmd_params.data_src_size = sizeof(epoch);
1975 p_mdump_info->epoch = mdump_config.epoc;
1980 "MFW mdump info: reason %d, version 0x%x, config 0x%x, epoch 0x%x, num_of_logs 0x%x, valid_logs 0x%x\n",
1982 p_mdump_info->config, p_mdump_info->epoch,
2028 p_mdump_retain->epoch = mfw_mdump_retain.epoch;
2061 "The MFW notified that a critical error occurred in the device [epoch 0x%08x, pf 0x%x, status 0x%08x]\n",
2062 mdump_retain.epoch, mdump_retai
1898 ecore_mcp_mdump_set_values(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 epoch) argument
[all...]
H A Decore_mcp_api.h1282 u32 epoch; member in struct:ecore_mdump_info
H A Dmcp_public.h1187 u32 epoch; member in struct:mdump_retain_data_stc
1369 #define DRV_MSG_CODE_MDUMP_SET_VALUES 0x02 /* set epoc and personality as follow: drv_data[3:0] - epoch, drv_data[7:4] - personality */
H A Decore_dev.c5927 /* Check if mdump logs/data are present and update the epoch value */
5942 "mdump retained data: epoch 0x%08x, pf 0x%x, status 0x%08x\n",
5943 mdump_retain.epoch, mdump_retain.pf,
5947 p_params->epoch);
H A Dqlnx_os.c1315 params.epoch = 0;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c212 * same per-CPU epoch record:
264 linux_synchronize_rcu_cb(ck_epoch_t *epoch __unused, ck_epoch_record_t *epoch_record, void *arg __unused)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbad_dtls_test.c582 static unsigned char epoch[2] = { 0x00, 0x01 }; local
611 HMAC_Update(&ctx, epoch, 2);
638 BIO_write(rbio, epoch, 2);
719 /* Check epoch is now 1 */
H A Dssl3.h428 /* epoch number, needed by DTLS1 */
431 */ unsigned long epoch; member in struct:ssl3_record_st
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c238 unsigned description_epoch; /* Last epoch __mf_describe_object printed this. */
715 /* Initialize to a non-zero description epoch. */
1301 /* Encourage this object to be displayed again in current epoch. */
1662 static unsigned epoch = 0; local
1665 epoch ++;
1669 if (__mf_opts.abbreviate && obj->description_epoch == epoch)
1678 obj->description_epoch = epoch;
1858 __mf_describe_object (NULL); /* Reset description epoch. */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c78 nd_uint32_t epoch; member in struct:rx_header
821 #define UBIK_VERSIONOUT() {int32_t epoch; int32_t counter; \
823 epoch = EXTRACT_32BITS(bp); \
827 ND_PRINT((ndo, " %d.%d", epoch, counter)); \
/freebsd-11-stable/sbin/routed/
H A Ddefs.h468 extern struct timeval epoch; /* system clock when started */
H A Dtrace.c150 secs += epoch.tv_sec;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp60 // Can't increment epoch w/o writing to the trace as well.
121 DPrintf("#%d: ThreadStart epoch=%zu stk_addr=%zx stk_size=%zx "
136 // Can't increment epoch w/o writing to the trace as well.
140 epoch1 = thr->fast_state.epoch();
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h151 * the epoch of the time measurement and the reference time. The
301 l_fp reftime; /* update epoch */
326 u_long refresh; /* next refresh epoch */
346 u_long epoch; /* reference epoch */ member in struct:peer
354 u_long filter_epoch[NTP_SHIFT]; /* epoch shift register */
384 u_long update; /* receive epoch */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c2823 sys_epoch = peer->epoch;
2877 current_time, peer->epoch, peer->associd));
3263 * A sample consists of the offset, delay, dispersion and epoch
3389 && peer->filter_epoch[k] - peer->epoch
3403 if (peer->filter_epoch[k] <= peer->epoch) {
3408 peer->epoch = peer->filter_epoch[k];
3973 if (typesystem->epoch <= sys_epoch)
/freebsd-11-stable/sys/netinet/
H A Dtcp_reass.c224 log.u_bbr.epoch = p->tqe_mbuf_cnt;
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c66 CTL_PROTO(epoch)
496 {NAME("epoch"), CTL(epoch)},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp172 /// "epoch" encoded in the bitcode, and return the producer name if any.
211 case bitc::IDENTIFICATION_CODE_EPOCH: { // EPOCH: [epoch#]
212 unsigned epoch = (unsigned)Record[0]; local
213 if (epoch != bitc::BITCODE_CURRENT_EPOCH) {
215 Twine("Incompatible epoch: Bitcode '") + Twine(epoch) +

Completed in 426 milliseconds

12