Searched refs:time_stamp (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/dev/fb/ |
H A D | splash_bmp.c | 109 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 D | print-slow.c | 149 nd_uint16_t time_stamp; member 675 GET_BE_U_2(tlv.slow_oam_link_event->time_stamp)*100, in slow_oam_print()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.h | 179 uint32_t time_stamp; member
|
H A D | snmp.c | 218 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 D | mlx5_ib_cong.c | 448 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 D | mlx5_ib.h | 683 m(+1, u64, time_stamp, "time_stamp", "Time stamp in microseconds") \
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_hw.h | 538 uint8_t time_stamp; member
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_mac.num | 133 time_stamp 133
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 11601 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 D | trap.c | 435 pdu->time_stamp = get_ticks() - start_tick; in snmp_create_v1_trap()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_type.h | 909 bool time_stamp:1; member
|
H A D | irdma_ctrl.c | 1035 FIELD_PREP(IRDMAQPC_TIMESTAMP, tcp->time_stamp) | in irdma_sc_qp_setctx()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt.h | 1040 u32 time_stamp; member
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kern.h | 1812 buffer_info->time_stamp = jiffies;
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.h | 2843 u_int32_t time_stamp; member
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1017 n/{-r,--file}/f/ n/-t/x:'<time_stamp>'/ n/*/f/
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 3602 int64_t gput, time_stamp; in bbr_ack_received() local 3605 time_stamp = max(1, ((bbr->r_ctl.rc_rcvtime - tp->gput_ts) / 1000)); in bbr_ack_received() 3606 cgput = gput / time_stamp; in bbr_ack_received()
|