Searched refs:timestamp (Results 126 - 150 of 338) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/geom/raid/
H A Dmd_sii.c56 uint8_t timestamp[6]; /* 134 - 136 */ member in struct:sii_raid_conf
161 printf("timestamp 0x%02x%02x%02x%02x%02x%02x\n",
162 meta->timestamp[5], meta->timestamp[4], meta->timestamp[3],
163 meta->timestamp[2], meta->timestamp[1], meta->timestamp[0]);
221 if (memcmp(&meta->timestamp, &pdmeta->timestamp,
[all...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_private.h251 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw
364 if ((_cntr)->timestamp != time_uptime) \
365 (_cntr)->timestamp = time_uptime; \
376 (_cntr)->timestamp = 0; \
484 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_rule0
492 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_bcounter0
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_das.c247 u32 timestamp = ntohl(val); local
248 if ((unsigned int) abs((int) (now.sec - timestamp)) >
253 timestamp, (unsigned int) now.sec,
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-canusb-linux.c72 uint32_t timestamp; member in struct:CAN_Msg
411 pkth.ts.tv_usec = firstpacket.tv_usec + (msg.timestamp % 100) * 10000;
412 pkth.ts.tv_sec = firstpacket.tv_usec + (msg.timestamp / 100);
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dget_for_creds.c293 ALLOC(enc_krb_cred_part.timestamp, 1);
294 if (enc_krb_cred_part.timestamp == NULL) {
299 *enc_krb_cred_part.timestamp = sec;
308 enc_krb_cred_part.timestamp = NULL;
H A Dkeytab.c687 out->timestamp = in->timestamp;
821 entry->timestamp = time(NULL);
/freebsd-11.0-release/cddl/sbin/zpool/
H A DMakefile10 SRCS+= timestamp.c
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-driver.c232 g_tracebuf.timestamp = config->tracebuf_timestamp_en;
233 if (g_tracebuf.timestamp) {
/freebsd-11.0-release/sys/fs/procfs/
H A Dprocfs_map.c156 last_timestamp = map->timestamp;
237 if (last_timestamp != map->timestamp) {
/freebsd-11.0-release/share/mk/
H A Dlocal.sys.env.mk35 # we can use this for a cheap timestamp at the start of a target's script,
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dkeyword-gen.c310 char timestamp[128]; local
324 if (!strftime(timestamp, sizeof(timestamp),
326 timestamp[0] = '\0';
328 printf(preamble, timestamp);
H A Drefclock_irig.c56 * timestamp. A pulse-width discriminator demodulates the data pulses,
59 * The timecode and reference timestamp are updated once each second
93 * time timestamp in NTP format.
210 l_fp timestamp; /* audio sample timestamp */ member in struct:irigunit
212 l_fp refstamp; /* reference timestamp */
213 l_fp chrstamp; /* baud timestamp */
214 l_fp prvstamp; /* previous baud timestamp */
432 up->timestamp = rbufp->recv_time;
456 L_ADD(&up->timestamp,
[all...]
H A Drefclock_chu.c305 l_fp cstamp; /* last bit timestamp */
332 l_fp tstamp[MAXSTAGE]; /* timestamp samples */
333 l_fp timestamp; /* current buffer timestamp */ member in struct:chuunit
334 l_fp laststamp; /* last buffer timestamp */
351 int ntstamp; /* number of timestamp samples */
674 up->timestamp = rbufp->recv_time;
692 L_ADD(&up->timestamp, &up->tick);
846 sp->cstamp = up->timestamp;
863 * The timestamp i
[all...]
/freebsd-11.0-release/usr.sbin/mfiutil/
H A Dmfi_evt.c236 * The timestamp is the number of seconds since 00:00 Jan 1, 2000. If
241 format_timestamp(uint32_t timestamp) argument
248 if ((timestamp & 0xff000000) == 0xff000000) {
249 snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
262 snprintf(buffer, sizeof(buffer), "%us", timestamp);
265 t = base + timestamp;
/freebsd-11.0-release/usr.bin/kdump/
H A Dkdump.c129 static int timestamp, decimal, fancy = 1, suppressdata, tail, threads, maxdata, variable
241 timestamp = TIMESTAMP_NONE;
276 timestamp |= TIMESTAMP_ELAPSED;
282 timestamp |= TIMESTAMP_RELATIVE;
285 timestamp |= TIMESTAMP_ABSOLUTE;
615 if (timestamp) {
616 if (timestamp & TIMESTAMP_ABSOLUTE) {
620 if (timestamp & TIMESTAMP_ELAPSED) {
628 if (timestamp & TIMESTAMP_RELATIVE) {
/freebsd-11.0-release/crypto/heimdal/lib/kadm5/
H A Diprop-log.c107 time_t timestamp,
125 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", localtime(&timestamp));
133 printf ("%s: ver = %u, timestamp = %s, len = %u\n",
344 time_t timestamp,
105 print_entry(kadm5_server_context *server_context, uint32_t ver, time_t timestamp, enum kadm_ops op, uint32_t len, krb5_storage *sp, void *ctx) argument
342 apply_entry(kadm5_server_context *server_context, uint32_t ver, time_t timestamp, enum kadm_ops op, uint32_t len, krb5_storage *sp, void *ctx) argument
H A Dipropd_slave.c193 int32_t len, timestamp, tmp; local
198 krb5_ret_int32 (sp, &timestamp);
235 int32_t len, len2, timestamp, tmp; local
241 ret = krb5_ret_int32 (sp, &timestamp);
H A Dkadm5-private.h294 void (*/*func*/)(kadm5_server_context *server_context, uint32_t ver, time_t timestamp, enum kadm_ops op, uint32_t len, krb5_storage *, void *),
327 time_t */*timestamp*/,
/freebsd-11.0-release/crypto/heimdal/admin/
H A Dadd.c149 entry.timestamp = time (NULL);
H A Dlist.c111 krb5_format_time(context, entry.timestamp, buf,
/freebsd-11.0-release/contrib/sendmail/vacation/
H A Dvacation.c1110 char *timestamp; local
1135 timestamp = "(exclusion)\n";
1139 timestamp = ctime(&t);
1143 timestamp);
/freebsd-11.0-release/contrib/unbound/services/cache/
H A Dinfra.h158 /** what the timestamp is of the qps array members, counter is
159 * valid for that timestamp. Usually now and now-1. */
160 time_t timestamp[RATE_WINDOW]; member in struct:rate_data
/freebsd-11.0-release/sys/dev/ata/chipsets/
H A Data-marvell.c75 u_int32_t timestamp; member in struct:ata_marvell_response
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h111 bit64 timestamp; member in struct:IoctlEncryptIOError_s
/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h125 u_char timestamp [ISODCL ( 5, 256)]; member in struct:__anon13967

Completed in 320 milliseconds

1234567891011>>