Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c109 static long time_stamp; in bmp_splash() local
123 time_stamp = 0; in bmp_splash()
133 if (time_stamp == 0) in bmp_splash()
134 time_stamp = tv.tv_sec; in bmp_splash()
135 if (tv.tv_sec > time_stamp + FADE_TIMEOUT) { in bmp_splash()
152 time_stamp = tv.tv_sec; in bmp_splash()
/freebsd/contrib/tcpdump/
H A Dprint-slow.c151 nd_uint16_t time_stamp; member
677 GET_BE_U_2(tlv.slow_oam_link_event->time_stamp)*100, in slow_oam_print()
/freebsd/contrib/bsnmp/lib/
H A Dsnmp.h179 uint32_t time_stamp; member
H A Dsnmp.c218 if (asn_get_timeticks(b, &pdu->time_stamp) != ASN_ERR_OK) { in snmp_parse_pdus_hdr()
819 asn_put_timeticks(b, pdu->time_stamp) != ASN_ERR_OK) in snmp_pdu_encode_header()
1132 snmp_printf(" time-stamp=%u\n", pdu->time_stamp); in snmp_pdu_dump()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c448 dev->congestion.time_stamp = in mlx5_ib_read_cong_stats()
449 MLX5_GET_UNALIGNED_64(query_cong_statistics_out, out, time_stamp); in mlx5_ib_read_cong_stats()
H A Dmlx5_ib.h683 m(+1, u64, time_stamp, "time_stamp", "Time stamp in microseconds") \
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h538 uint8_t time_stamp; member
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_mac.num133 time_stamp 133
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h11601 ib_net32_t time_stamp; member
11638 ib_net32_t time_stamp; member
11679 ib_net32_t time_stamp; member
11689 ib_net32_t time_stamp; member
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c435 pdu->time_stamp = get_ticks() - start_tick; in snmp_create_v1_trap()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h909 bool time_stamp:1; member
H A Dirdma_ctrl.c1035 FIELD_PREP(IRDMAQPC_TIMESTAMP, tcp->time_stamp) | in irdma_sc_qp_setctx()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.h1040 u32 time_stamp; member
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1791 buffer_info->time_stamp = jiffies;
/freebsd/sys/dev/mrsas/
H A Dmrsas.h2843 u_int32_t time_stamp; member
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh1017 n/{-r,--file}/f/ n/-t/x:'<time_stamp>'/ n/*/f/
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3612 int64_t gput, time_stamp; in bbr_ack_received() local
3615 time_stamp = max(1, ((bbr->r_ctl.rc_rcvtime - tp->gput_ts) / 1000)); in bbr_ack_received()
3616 cgput = gput / time_stamp; in bbr_ack_received()