| /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 268 timestamp = get_tstamp(optarg); 298 verbose, (off_t)mediasz, secsz, timestamp);
|
| /src/usr.bin/vmstat/ |
| drvstats.h | 53 struct timeval *timestamp; /* Disk sample time */ member in struct:_drive
|
| /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/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, ×tamp ); 187 ×tamp, &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, ×tamp ); 104 strncat( rdnbuf, timestamp.bv_val, timestamp.bv_len ); 122 /* add timestamp */ 123 attr_merge_one( e, slap_rbac_schema.ad_audit_timestamp, ×tamp, 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, ×tamp ); 466 ber_dupbv( &m->sml_values[0], ×tamp ); 467 ber_dupbv( &m->sml_nvalues[0], ×tamp );
|
| /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/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| PosixDaemon.c | 131 char timestamp[MIN_TIMESTAMP_STRING_LENGTH]; local 137 getLocalTimestampNow(timestamp, sizeof(timestamp)); 138 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "---- BEGIN STATE LOG ---- (%s mDNSResponder Build %d.%02d.%02d)", timestamp, major_version, minor_version1, minor_version2); 142 getLocalTimestampNow(timestamp, sizeof(timestamp)); 143 LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEFAULT, "---- END STATE LOG ---- (%s mDNSResponder Build %d.%02d.%02d)", timestamp, major_version, minor_version1, minor_version2);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter_gzip.c | 60 int timestamp; member in struct:private_data 168 if (strcmp(key, "timestamp") == 0) { 169 data->timestamp = (value == NULL)?-1:1; 226 if (data->timestamp >= 0) { 228 data->compressed[4] = (uint8_t)(t)&0xff; /* Timestamp */ 449 if (data->timestamp < 0) 450 /* Do not save timestamp. */ 452 else if (data->timestamp > 0) 453 /* Save timestamp. */
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/ |
| lastbind.c | 3 /* lastbind.c - Record timestamp of the last successful bind to entries */ 27 * This file implements an overlay that stores the timestamp of the 31 * a precision for this timestamp may be configured on the database, 135 struct berval timestamp; local 154 timestamp.bv_val = nowstr; 155 timestamp.bv_len = sizeof(nowstr); 156 slap_timestamp( &now, ×tamp ); 167 ber_dupbv( &m->sml_values[0], ×tamp ); 168 ber_dupbv( &m->sml_nvalues[0], ×tamp );
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| HeapActivity.cc | 351 hrtime_t timestamp = packetTimestamp - exp->getStartTime () + local 381 timestamp, pid, userExpId); 394 timestamp, pid, userExpId);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| HeapActivity.cc | 351 hrtime_t timestamp = packetTimestamp - exp->getStartTime () + local 381 timestamp, pid, userExpId); 394 timestamp, pid, userExpId);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_irq.h | 54 uint64_t timestamp; member in struct:amdgpu_iv_entry
|