/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 308 tstamp_t tstamp; /* NTP timestamp */ 323 tstamp = crypto_time(); in make_keylist() 362 lifetime < 0 || tstamp == 0) in make_keylist() 378 vp->tstamp = htonl(tstamp); in make_keylist() 379 vp->fstamp = hostval.tstamp; in make_keylist() 382 if (tstamp != 0) { in make_keylist() 396 peer->keynumber, keyid, cookie, ntohl(vp->tstamp), in make_keylist() 869 ntohl(ep->tstamp), ntohl(ep->fstamp)); in crypto_recv() 910 if (ep->tstamp in crypto_recv() 315 tstamp_t tstamp; /* NTP timestamp */ make_keylist() local 1106 tstamp_t tstamp; crypto_xmit() local 1439 tstamp_t tstamp, tstamp1 = 0; /* timestamp */ crypto_verify() local 1587 tstamp_t tstamp; /* NTP timestamp */ crypto_encrypt() local 1716 tstamp_t tstamp; /* NTP timestamp */ crypto_args() local 2008 l_fp tstamp; /* NTP time */ crypto_time() local 2175 tstamp_t tstamp; crypto_alice() local 2250 tstamp_t tstamp; /* NTP timestamp */ crypto_bob() local 2507 tstamp_t tstamp; crypto_alice2() local 2580 tstamp_t tstamp; /* NTP timestamp */ crypto_bob2() local 2851 tstamp_t tstamp; crypto_alice3() local 2923 tstamp_t tstamp; /* NTP timestamp */ crypto_bob3() local 3161 tstamp_t tstamp; /* NTP timestamp */ cert_sign() local [all...] |
H A D | refclock_acts.c | 207 l_fp tstamp; /* on-time timestamp */ member 333 up->tstamp = pp->lastrec; in acts_receive() 343 up->tstamp = pp->lastrec; in acts_receive() 887 pp->lastrec = up->tstamp; in acts_timecode()
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_varitext.c | 116 timestamp_t tstamp; member 192 timestamp_t *tstamp in inp_varitext() argument 204 t->tstamp = *tstamp; in inp_varitext() 212 parseio->parse_dtime.parse_stime = t->tstamp; /* Time stamp at packet start */ in inp_varitext()
|
H A D | clk_rawdcf.c | 680 timestamp_t *tstamp in inp_rawdcf() argument 687 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rawdcf() 689 if (parse_timedout(parseio, tstamp, &timeout)) in inp_rawdcf() 703 delta_usec = calc_usecdiff(tstamp, &t->timeout, 60); in inp_rawdcf() 716 t->tminute = *tstamp; in inp_rawdcf() 723 t->timeout = *tstamp; in inp_rawdcf() 737 if (snt_rawdcf(parseio, tstamp) == CVT_OK) in inp_rawdcf()
|
H A D | parse.c | 116 timestamp_t *tstamp, in parse_timedout() argument 123 delta.tv_sec = tstamp->tv.tv_sec - parseio->parse_lastchar.tv.tv_sec; in parse_timedout() 124 delta.tv_usec = tstamp->tv.tv_usec - parseio->parse_lastchar.tv.tv_usec; in parse_timedout() 133 delt = tstamp->fp; in parse_timedout() 264 register timestamp_t *tstamp in parse_ioread() argument 303 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp); in parse_ioread() 325 parseio->parse_lastchar = *tstamp; in parse_ioread()
|
H A D | clk_sel240x.c | 92 timestamp_t *tstamp in inp_sel240x() argument 105 parseio->parse_dtime.parse_stime = *tstamp; in inp_sel240x()
|
H A D | clk_wharton.c | 131 timestamp_t *tstamp in inp_wharton_400a() argument 145 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_wharton_400a()
|
H A D | clk_computime.c | 155 timestamp_t *tstamp in inp_computime() argument 169 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_computime()
|
H A D | clk_rcc8000.c | 139 timestamp_t *tstamp in inp_rcc8000() argument 159 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rcc8000()
|
H A D | clk_dcf7000.c | 156 timestamp_t *tstamp in inp_dcf7000() argument 167 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_dcf7000()
|
H A D | clk_hopf6021.c | 222 timestamp_t *tstamp in inp_hopf6021() argument 233 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_hopf6021()
|
H A D | clk_trimtaip.c | 153 timestamp_t *tstamp in inp_trimtaip() argument 167 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_trimtaip()
|
H A D | clk_meinberg.c | 432 timestamp_t *tstamp in mbg_input() argument 446 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in mbg_input() 596 timestamp_t *tstamp in gps_input() argument 636 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in gps_input()
|
H A D | clk_trimtsip.c | 140 timestamp_t *tstamp in inp_tsip() argument 171 parseio->parse_dtime.parse_stime = *tstamp; /* pick up time stamp at packet start */ in inp_tsip()
|
/freebsd/contrib/openbsm/libauditd/ |
H A D | auditd_lib.c | 344 trailname_to_tstamp(char *fn, time_t *tstamp) in trailname_to_tstamp() argument 350 *tstamp = 0; in trailname_to_tstamp() 399 *tstamp = timegm(&tm); in trailname_to_tstamp() 455 time_t tstamp = 0; in auditd_expire_trails() local 492 if (trailname_to_tstamp(dp->d_name, &tstamp) != 0 || in auditd_expire_trails() 493 tstamp < JAN_01_2000) in auditd_expire_trails() 494 tstamp = stbuf.st_mtime; in auditd_expire_trails() 505 tstamp < JAN_01_2000) { in auditd_expire_trails() 508 tstamp = stbuf.st_mtime = current_time; in auditd_expire_trails() 525 new->at_time = tstamp; in auditd_expire_trails()
|
/freebsd/tools/tools/ath/athalq/ |
H A D | ar5416_ds_tdma.c | 51 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_txstatus() 132 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_txdesc() 269 (unsigned int) be32toh(a->hdr.tstamp), in ar5416_decode_rxstatus() 367 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_beacon_state() 391 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_slot_calc() 407 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_tsf_adjust() 421 (unsigned int) be32toh(a->hdr.tstamp), in ath_tdma_timer_set() 464 be32toh(a->hdr.tstamp), in ar5416_alq_payload()
|
/freebsd/tools/test/stress2/misc/ |
H A D | fsck10.sh | 138 tstamp=`date +%Y%m%dT%H%M%S` 139 gzip < $backup > /tmp/fsck_ffs.core.diskimage.$tstamp 140 gzip < fsck_ffs.core > /tmp/fsck_ffs.core.$tstamp
|
H A D | fsck11.sh | 147 tstamp=`date +%Y%m%dT%H%M%S` 148 gzip < $backup > /tmp/fsck_ffs.core.diskimage.$tstamp 149 gzip < fsck_ffs.core > /tmp/fsck_ffs.core.$tstamp
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_crypto.h | 131 tstamp_t tstamp; /* timestamp */ 146 u_int32 tstamp; /* timestamp */
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_timer.c | 419 uint64_t tstamp; in cl_get_time_stamp() local 425 tstamp = ((uint64_t) tv.tv_sec * 1000000) + (uint64_t) tv.tv_usec; in cl_get_time_stamp() 427 return (tstamp); in cl_get_time_stamp()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_tdma.c | 380 memcpy(&ni->ni_tstamp.data, scan.tstamp, in tdma_recv_mgmt() 585 uint64_t tstamp; in tdma_process_params() local 594 memcpy(&tstamp, tdma->tdma_tstamp, 8); in tdma_process_params() 597 rtt = rstamp - (le64toh(tstamp) & 0x7fff); in tdma_process_params() 604 (unsigned long long) le64toh(tstamp)); in tdma_process_params()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 132 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp) in ffs_mkfs() argument 475 sblock.fs_id[0] = tstamp; in ffs_mkfs() 492 sblock.fs_time = tstamp; in ffs_mkfs() 494 sblock.fs_old_time = tstamp; in ffs_mkfs() 546 initcg(cylno, tstamp, fsopts); in ffs_mkfs() 560 sblock.fs_time = tstamp; in ffs_mkfs()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpireg.h | 335 uint64_t tstamp; member 433 uint64_t tstamp; member 709 uint32_t tstamp; member 715 uint64_t tstamp; member
|
/freebsd/sys/netlink/route/ |
H A D | ifaddrs.h | 96 uint32_t tstamp; /* update time in 1ms intervals from the boot time */ member
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1176 MPASS(cp->tstamp == 0 || cp->tstamp == 1); in calc_options2() 1177 opt2 |= V_TSTAMPS_EN(cp->tstamp); in calc_options2() 1350 if (tcpopt->tstamp && in init_conn_params() 1351 (s->tstamp > 0 || (s->tstamp < 0 && V_tcp_do_rfc1323))) in init_conn_params() 1352 cp->tstamp = 1; in init_conn_params() 1354 cp->tstamp = 0; in init_conn_params() 1390 if (s->tstamp > 0 || in init_conn_params() 1391 (s->tstamp < 0 && (tp->t_flags & TF_REQ_TSTMP))) in init_conn_params() 1392 cp->tstamp = 1; in init_conn_params() 1394 cp->tstamp = 0; in init_conn_params() [all …]
|