Searched refs:timestamp (Results 226 - 250 of 418) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.sbin/watch/
H A Dwatch.c54 static void timestamp(const char *);
93 timestamp(const char *buf) function
176 timestamp("Logging Exited.");
226 timestamp("Logging Started.");
/freebsd-10.0-release/contrib/libreadline/
H A Dmisc.c329 FREE (entry->timestamp);
346 FREE (temp->timestamp);
379 _rl_saved_line_for_history->timestamp = (char *)NULL;
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_ldap.c106 time_t timestamp; member in struct:ald_ent
270 aldh->timestamp = 0;
281 dlog("Got timestamp for map %s: %ld\n", map, (u_long) *ts);
299 if ((a->timestamp - now) > AMD_LDAP_TTL) {
302 a->timestamp = now;
306 dlog("amu_ldap_rebind: timestamp OK\n");
343 a->timestamp = now;
368 dlog("Getting timestamp for map %s\n", map);
400 plog(XLOG_USER, "LDAP timestamp search failed: %s\n",
409 plog(XLOG_USER, "No timestamp entr
[all...]
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_11_auth.c32 os_time_t timestamp; member in struct:hostapd_cached_radius_acl
46 os_time_t timestamp; member in struct:hostapd_acl_query_data
115 if (now.sec - entry->timestamp > RADIUS_ACL_TIMEOUT)
309 query->timestamp = t.sec;
349 if (now - entry->timestamp > RADIUS_ACL_TIMEOUT) {
378 if (now - entry->timestamp > RADIUS_ACL_TIMEOUT) {
519 cache->timestamp = t.sec;
/freebsd-10.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-10.0-release/contrib/libpcap/
H A Dpcap-canusb-linux.c70 uint32_t timestamp; member in struct:CAN_Msg
406 pkth.ts.tv_usec = firstpacket.tv_usec + (msg.timestamp % 100) * 10000;
407 pkth.ts.tv_sec = firstpacket.tv_usec + (msg.timestamp / 100);
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius_das.c202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
207 timestamp, (unsigned int) now.sec,
/freebsd-10.0-release/cddl/sbin/zpool/
H A DMakefile10 SRCS+= timestamp.c
/freebsd-10.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-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c857 uint32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw7
906 if (((struct ip_fw7 *)bp)->timestamp)
907 ((struct ip_fw7 *)bp)->timestamp += boot_seconds;
927 if (dst->timestamp)
928 dst->timestamp += boot_seconds;
1363 rule7->timestamp = tmp->timestamp;
1437 rule->timestamp = tmp->timestamp;
H A Dip_fw_private.h243 (_cntr)->timestamp = time_uptime; \
254 (_cntr)->timestamp = 0; \
/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-driver.c232 g_tracebuf.timestamp = config->tracebuf_timestamp_en;
233 if (g_tracebuf.timestamp) {
/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_map.c156 last_timestamp = map->timestamp;
231 if (last_timestamp != map->timestamp) {
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_evt.c235 * The timestamp is the number of seconds since 00:00 Jan 1, 2000. If
240 format_timestamp(uint32_t timestamp) argument
247 if ((timestamp & 0xff000000) == 0xff000000) {
248 snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
261 snprintf(buffer, sizeof(buffer), "%us", timestamp);
264 t = base + timestamp;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_chu.c306 l_fp tstamp[MAXSTAGE]; /* timestamp samples */
307 l_fp timestamp; /* current buffer timestamp */ member in struct:chuunit
308 l_fp laststamp; /* last buffer timestamp */
325 int ntstamp; /* number of timestamp samples */
652 up->timestamp = rbufp->recv_time;
670 L_ADD(&up->timestamp, &up->tick);
935 * Initialize pointers and read the timecode and timestamp.
937 up->timestamp = rbufp->recv_time;
955 l_fp tstmp; /* timestamp tem
[all...]
H A Drefclock_irig.c46 * cycle, which determines the reference timestamp. A pulse-width
50 * The timecode and reference timestamp are updated once each second
116 * timestamp in NTP format.
118 * The fraction part of the on-time timestamp is a good indicator of how
200 l_fp timestamp; /* audio sample timestamp */ member in struct:irigunit
439 up->timestamp = rbufp->recv_time;
476 L_ADD(&up->timestamp, &up->tick);
702 * Pulse code demodulator and reference timestamp. The decoder
750 * Determine a reference timestamp, accountin
[all...]
/freebsd-10.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-10.0-release/contrib/atf/atf-report/
H A Datf-report.cpp148 const std::string timestamp = format_tv(tv); local
151 (*m_os) << "tp, " << timestamp << ", " << m_tpname << ", bogus, "
154 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", failed\n";
156 (*m_os) << "tp, " << timestamp << ", "<< m_tpname << ", passed\n";
/freebsd-10.0-release/contrib/sendmail/vacation/
H A Dvacation.c1110 char *timestamp; local
1135 timestamp = "(exclusion)\n";
1139 timestamp = ctime(&t);
1143 timestamp);
/freebsd-10.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-10.0-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h125 u_char timestamp [ISODCL ( 5, 256)]; member in struct:__anon11596

Completed in 301 milliseconds

1234567891011>>