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

/freebsd-10-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-10-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-10-stable/contrib/tcpdump/
H A Dprint-slow.c162 u_int8_t time_stamp[2]; member in struct:slow_oam_link_event_t
603 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100,
/freebsd-10-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-10-stable/sys/dev/qlxgb/
H A Dqla_hw.h542 uint8_t time_stamp; member in struct:_qla_fw_cds_config_lro
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_kern.h1347 /* set time_stamp *before* dma to help avoid a possible race */
1348 buffer_info->time_stamp = jiffies;
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dtrap.c433 pdu->time_stamp = get_ticks() - start_tick;
/freebsd-10-stable/sys/dev/mrsas/
H A Dmrsas.h2448 u_int32_t time_stamp; member in struct:mrsas_evt_detail

Completed in 224 milliseconds