Searched refs:time_stamp (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c121 static long time_stamp; local
135 time_stamp = 0;
145 if (time_stamp == 0)
146 time_stamp = tv.tv_sec;
147 if (tv.tv_sec > time_stamp + FADE_TIMEOUT) {
164 time_stamp = tv.tv_sec;
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.h176 uint32_t time_stamp; member in struct:snmp_pdu
H A Dsnmp.c218 if (asn_get_timeticks(b, &pdu->time_stamp) != ASN_ERR_OK) {
819 asn_put_timeticks(b, pdu->time_stamp) != ASN_ERR_OK)
1132 snmp_printf(" time-stamp=%u\n", pdu->time_stamp);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c378 dev->congestion.time_stamp =
379 MLX5_GET_UNALIGNED_64(query_cong_statistics_out, out, time_stamp);
H A Dmlx5_ib.h643 m(+1, u64 time_stamp, "time_stamp", "Time stamp in microseconds") \
/freebsd-11-stable/contrib/binutils/bfd/
H A DpeXXigen.c1197 bfd_vma time_stamp;
1208 time_stamp = bfd_get_32 (abfd, data + i + 4 + dataoff);
1215 (unsigned long) time_stamp,
1319 if (time_stamp != 0
1351 if (time_stamp != 0
1385 long time_stamp;
1465 edt.time_stamp = bfd_get_32 (abfd, data + 4);
1487 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp);
1196 bfd_vma time_stamp; local
1384 long time_stamp; member in struct:EDT_type
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-slow.c150 uint8_t time_stamp[2]; member in struct:slow_oam_link_event_t
680 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100,
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.h542 uint8_t time_stamp; member in struct:_qla_fw_cds_config_lro
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h11601 ib_net32_t time_stamp;
11616 * time_stamp
11638 ib_net32_t time_stamp;
11655 * time_stamp
11679 ib_net32_t time_stamp;
11689 ib_net32_t time_stamp;
11708 * log_{sw,ca}.time_stamp
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c433 pdu->time_stamp = get_ticks() - start_tick;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h1722 /* set time_stamp *before* dma to help avoid a possible race */
1723 buffer_info->time_stamp = jiffies;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2678 u_int32_t time_stamp; member in struct:mrsas_evt_detail

Completed in 309 milliseconds