HomeSort by: relevance | last modified time | path
    Searched defs:timestamp (Results 1 - 25 of 185) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/ntp/dist/sntp/
kod_management.h 10 time_t timestamp; member in struct:kod_entry
  /src/external/gpl2/lvm2/dist/lib/misc/
timestamp.c 1 /* $NetBSD: timestamp.c,v 1.1.1.1 2008/12/22 00:18:13 haad Exp $ */
26 #include "timestamp.h"
37 struct timestamp { struct
41 struct timestamp *get_timestamp(void)
43 struct timestamp *ts = NULL;
62 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2)
86 struct timestamp { struct
90 struct timestamp *get_timestamp(void)
92 struct timestamp *ts = NULL
    [all...]
  /src/sbin/newfs_msdos/
mkfs_msdos.h 63 time_t timestamp; member in struct:msdos_options
  /src/external/bsd/kyua-cli/dist/store/
metadata.cpp 84 /// Returns the timestamp of this entry.
86 /// \return The timestamp in this metadata entry.
88 store::metadata::timestamp(void) const function in class:store::metadata
119 "SELECT schema_version, timestamp FROM metadata "
126 const int64_t timestamp_ = int64_column(stmt, "timestamp");
  /src/external/bsd/kyua-cli/dist/utils/
datetime.hpp 81 class timestamp { class in namespace:utils::datetime
87 timestamp(std::shared_ptr< impl >);
90 static timestamp from_microseconds(const int64_t);
91 static timestamp from_values(const int, const int, const int,
94 static timestamp now(void);
100 bool operator==(const timestamp&) const;
101 bool operator!=(const timestamp&) const;
103 delta operator-(const timestamp&) const;
107 std::ostream& operator<<(std::ostream&, const timestamp&);
datetime.cpp 50 static optional< datetime::timestamp > mock_now = none;
165 /// Internal representation for datetime::timestamp.
166 struct timestamp::impl {
167 /// The raw timestamp as provided by libc.
172 /// \param data_ The raw timestamp to use.
183 /// Constructs a new timestamp.
186 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) : function in class:datetime::timestamp
192 /// Constructs a timestamp from the amount of microseconds since the epoch.
196 /// \return A new timestamp
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 20 timestamp = QDateTime::currentDateTime();
25 QDateTime getTimestamp() const { return timestamp; }
30 QDateTime timestamp; member in class:WpaMsg
  /src/sbin/gpt/
gpt_private.h 47 time_t timestamp; member in struct:gpt
main.c 90 "[-nrqv] [-m mediasize] [-s sectorsize] [-T timestamp]";
136 errx(EXIT_FAILURE, "Can't parse timestamp `%s'", b);
151 time_t timestamp = 0; local
264 timestamp = get_tstamp(optarg);
294 verbose, (off_t)mediasz, secsz, timestamp);
  /src/usr.bin/vmstat/
drvstats.h 53 struct timeval *timestamp; /* Disk sample time */ member in struct:_drive
  /src/crypto/external/bsd/heimdal/dist/admin/
purge.c 47 time_t timestamp; member in struct:e
63 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head)
72 e->timestamp = timestamp;
83 e->timestamp = timestamp;
131 add_entry (entry.principal, entry.vno, entry.timestamp, &head);
153 && judgement_day - e->timestamp > age) {
  /src/external/gpl3/gdb/dist/readline/readline/
history.h 29 #include <time.h> /* XXX - for history timestamp code */
53 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
58 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
90 /* Change the timestamp associated with the most recent history entry to
101 /* Allocate a history entry consisting of STRING and TIMESTAMP and return
150 /* Return the timestamp associated with the HIST_ENTRY * passed as an
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 29 #include <time.h> /* XXX - for history timestamp code */
53 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
58 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
90 /* Change the timestamp associated with the most recent history entry to
101 /* Allocate a history entry consisting of STRING and TIMESTAMP and return
150 /* Return the timestamp associated with the HIST_ENTRY * passed as an
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 11 u64 timestamp; member in struct:nvkm_alarm
  /src/sys/sys/
tape.h 72 struct timeval timestamp; /* timestamp of last unbusy */ member in struct:tape
  /src/crypto/external/bsd/netpgp/dist/src/libpaa/
libpaa.h 75 int64_t timestamp; /* time of response */ member in struct:paa_identity_t
  /src/external/bsd/ntp/dist/tests/libntp/
clocktime.c 56 /* Timestamp: 2010-06-24 12:50:00Z */
57 const u_int32 timestamp = 3486372600UL; local
58 const u_int32 expected = timestamp; /* exactly the same. */
66 timestamp, &yearstart, &actual));
76 * Timestamp (rec_ui) is: 2010-06-24 12:50:00
80 * timestamp for the 12:00:00 time.
83 const u_int32 timestamp = 3486372600UL; /* 2010-06-24 12:50:00Z */ local
92 timestamp, &yearstart, &actual));
102 * Timestamp (rec_ui) is: 2010-06-24 12:00:00 +0800
107 const u_int32 timestamp = 3486369600UL local
128 const u_int32 timestamp = 3471418800UL; local
149 const u_int32 timestamp = 3471296400UL; local
170 const u_int32 timestamp = 3471289200UL; local
188 const u_int32 timestamp = 3471418800UL; local
216 const u_int32 timestamp = 3471418800UL; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
now.c 175 struct berval timestamp; local
181 timestamp.bv_val = timebuf;
182 timestamp.bv_len = sizeof( timebuf );
184 slap_timestamp( &t, &timestamp );
187 &timestamp, &a->a_vals[ 0 ], &text );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacaudit.c 70 struct berval timestamp; local
95 /* audit timestamp */
97 timestamp.bv_val = nowstr;
98 timestamp.bv_len = sizeof(nowstr);
99 slap_timestamp( &now, &timestamp );
104 strncat( rdnbuf, timestamp.bv_val, timestamp.bv_len );
122 /* add timestamp */
123 attr_merge_one( e, slap_rbac_schema.ad_audit_timestamp, &timestamp, NULL );
  /src/external/bsd/openldap/dist/servers/slapd/
bind.c 419 struct berval timestamp; local
453 timestamp.bv_val = nowstr;
454 timestamp.bv_len = sizeof(nowstr);
455 slap_timestamp( &op->o_time, &timestamp );
466 ber_dupbv( &m->sml_values[0], &timestamp );
467 ber_dupbv( &m->sml_nvalues[0], &timestamp );
  /src/sys/arch/ews4800mips/include/
vtoc.h 75 uint32_t timestamp[VTOC_MAXPARTITIONS]; /* 264 */ member in struct:vtoc_sector
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_breadcrumbs.c 122 __dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp)
124 fence->timestamp = timestamp;
159 const ktime_t timestamp = ktime_get(); local
218 __dma_fence_signal_wake(&rq->fence, timestamp);
224 __dma_fence_signal__timestamp(&rq->fence, timestamp);
  /src/sys/netinet/
dccp_tcplike.h 82 u_int32_t timestamp; member in struct:tcplike_send_ccb
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_local.h 57 /* Signed Certificate Timestamp */
67 * Note, we cannot distinguish between an unset timestamp, and one
71 uint64_t timestamp; member in struct:sct_st
166 * epoch. If the SCT's timestamp is after this time, it will be interpreted as
168 * reject SCTs whose timestamp is in the future", so an SCT will not validate
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_local.h 56 /* Signed Certificate Timestamp */
66 * Note, we cannot distinguish between an unset timestamp, and one
70 uint64_t timestamp; member in struct:sct_st
165 * epoch. If the SCT's timestamp is after this time, it will be interpreted as
167 * reject SCTs whose timestamp is in the future", so an SCT will not validate

Completed in 37 milliseconds

1 2 3 4 5 6 7 8