Searched refs:timestamp (Results 201 - 225 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in133 echo timestamp > localedir.hs
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn106 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.sub143 echo timestamp > $@
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5.h188 /* AS-REQ PA-ENC-TIMESTAMP padata timestamp, encrypted with the
553 uint32_t timestamp; member in struct:krb5_keytab_entry
598 krb5_timestamp timestamp; member in struct:krb5_replay_data
H A Dkeytab_keyfile.c286 entry->timestamp = time(NULL);
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h634 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_bcounter
659 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h169 isc_time_t timestamp; /*%< timestamp of packet recv */ member in struct:isc_socketevent
196 * _TIMESTAMP: The timestamp member is valid.
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h101 /* The timestamp from the COFF file header. */
102 long timestamp; member in struct:coff_tdata
/freebsd-11-stable/contrib/ldns/ldns/
H A Dpacket.h241 struct timeval timestamp; member in struct:ldns_struct_pkt
394 * Return the packet's timestamp
396 * \return the timestamp
636 * Set the packet's timestamp
638 * \param[in] timeval the timestamp
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.h259 int timestamp; member in struct:xge_lro_entry_t
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgtvar.h305 uint32_t timestamp; member in struct:upgt_lmac_rx_desc
/freebsd-11-stable/sys/vm/
H A Dvm_map.h199 u_int timestamp; /* Version number */ member in struct:vm_map
H A Dvm_fault.c414 if (fs->map->timestamp != fs->map_generation)
428 if (fs->map->timestamp != fs->map_generation) {
558 fs.map_generation = fs.map->timestamp;
1214 if (fs.map->timestamp != fs.map_generation) {
/freebsd-11-stable/sys/dev/ena/
H A Dena.h251 struct bintime timestamp; member in struct:ena_tx_buffer
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc590 timeval now, countdown, elapsed, timestamp, zero, remaining; local
593 timestamp = event.GetTimestamp();
594 timersub(&now, &timestamp, &elapsed);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c346 /* TF - timestamp */
701 cd9660_time_915(p->attr.rr_entry.TF.timestamp,
705 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7,
709 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 14,
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess5 timestamp='2015-03-04'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1390 This script, last modified $timestamp, has failed to recognize
1403 config.guess timestamp = $timestamp
1430 # time-stamp-start: "timestamp='"
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2902 if (r->rss_hdr.hash_type && !adap->timestamp) {
3325 int rc, timestamp; local
3330 timestamp = sc->timestamp;
3331 rc = sysctl_handle_int(oidp, &timestamp, arg2, req);
3336 if (timestamp != sc->timestamp) {
3338 timestamp ? F_ENABLERXPKTTMSTPRSS : 0);
3339 sc->timestamp = timestamp;
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub7 timestamp='2007-04-29'
73 GNU config.sub ($timestamp)
88 echo "$timestamp" ; exit ;;
1623 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub6 timestamp='2002-11-30'
71 GNU config.sub ($timestamp)
86 echo "$timestamp" ; exit 0 ;;
1467 # time-stamp-start: "timestamp='"
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub7 timestamp='2009-11-20'
76 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
1702 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess6 timestamp='2003-07-02'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
1366 This script, last modified $timestamp, has failed to recognize
1377 config.guess timestamp = $timestamp
1404 # time-stamp-start: "timestamp='"
H A Dconfig.sub6 timestamp='2003-07-04'
71 GNU config.sub ($timestamp)
86 echo "$timestamp" ; exit 0 ;;
1501 # time-stamp-start: "timestamp='"
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c3301 * dtbd_timestamp. The first buffer's timestamp tells us the
3341 uint64_t timestamp; local
3346 timestamp = dt_buf_oldest(buf, dtp);
3347 assert(timestamp >= dtp->dt_last_timestamp);
3348 dtp->dt_last_timestamp = timestamp;
3350 if (timestamp == buf->dtbd_timestamp) {
3358 if (timestamp == first_timestamp &&
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h2118 uint32_t timestamp; member in struct:iwm_mvm_alive_resp_ver1
2140 uint32_t timestamp; member in struct:iwm_mvm_alive_resp_ver2
2165 uint32_t timestamp; member in struct:iwm_mvm_alive_resp
2203 * @timestamp: TSF in usecs.
2211 uint64_t timestamp; member in struct:iwm_error_resp
2475 * @timestamp: action timestamp in GP2
2483 uint32_t timestamp; member in struct:iwm_time_event_notif
2671 * @timestamp: TSF at on air rise
2691 uint64_t timestamp; member in struct:iwm_rx_phy_info
[all...]

Completed in 457 milliseconds

1234567891011>>