Searched refs:tstamp (Results 26 - 50 of 69) sorted by path

123

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c414 if (t3opt->tstamp)
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h451 uint8_t tstamp[8]; /* tsf for beacon sync */ member in struct:iwi_associate
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h646 uint64_t tstamp; member in struct:iwn_cmd_timing
1261 uint32_t tstamp; member in struct:iwn_ucode_info
1425 uint64_t tstamp; member in struct:iwn_rx_stat
1495 uint64_t tstamp; member in struct:iwn_start_scan
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c468 struct tstamp { struct
721 struct tstamp stamp;
3910 bzero (&cp->phys.header.stamp, sizeof (struct tstamp));
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1677 "ibss merge, tsf %ju tstamp %ju\n",
1934 " rate %x chan %d tstamp %ju\n", __func__, ring->cur,
1936 head->plcp, head->chan, (uintmax_t)le64toh(tail->tstamp));
2010 sc->rx_tstamp = tail->tstamp;
2020 tap->wr_tsft = tail->tstamp;
3602 memcpy(&cmd.tstamp, ni->ni_tstamp.data, sizeof (uint64_t));
3608 mod = le64toh(cmd.tstamp) % val;
3611 DPRINTF(sc, WPI_DEBUG_RESET, "timing bintval=%u tstamp=%ju, init=%u\n",
3612 ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
H A Dif_wpireg.h338 uint64_t tstamp; member in struct:wpi_rx_tail
436 uint64_t tstamp; member in struct:wpi_cmd_timing
713 uint32_t tstamp; member in struct:wpi_ucode_info
719 uint64_t tstamp; member in struct:wpi_start_scan
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c527 scan->tstamp = frm; frm += 8;
H A Dieee80211_scan.h236 uint8_t *tstamp; member in struct:ieee80211_scanparams
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dar5416_ds_tdma.c53 (unsigned int) be32toh(a->hdr.tstamp),
134 (unsigned int) be32toh(a->hdr.tstamp),
271 (unsigned int) be32toh(a->hdr.tstamp),
369 (unsigned int) be32toh(a->hdr.tstamp),
393 (unsigned int) be32toh(a->hdr.tstamp),
409 (unsigned int) be32toh(a->hdr.tstamp),
423 (unsigned int) be32toh(a->hdr.tstamp),
466 be32toh(a->hdr.tstamp),
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c654 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local
705 tstamp);
708 tstamp);
712 tstamp);
720 tstamp);
723 tstamp);
818 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local
840 cd9660_time_915(newnode->isoDirRecord->date, tstamp);
H A Dffs.c480 time_t tstamp; local
539 tstamp = stampst.st_ctime;
541 tstamp = start_time.tv_sec;
543 srandom(tstamp);
545 fs = ffs_mkfs(image, fsopts, tstamp);
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c117 ffs_mkfs(const char *fsys, const fsinfo_t *fsopts, time_t tstamp) argument
437 sblock.fs_id[0] = tstamp;
453 sblock.fs_time = tstamp;
455 sblock.fs_old_time = tstamp;
507 initcg(cylno, tstamp, fsopts);
520 sblock.fs_time = tstamp;
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c26 printf("offsetof(tstamp) = %d\n",
27 (int) offsetof(struct req_pkt, tstamp));
36 printf("offsetof(tstamp) = %d\n",
37 (int) offsetof(struct req_pkt_tail, tstamp));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c3521 struct attr_timbuf tstamp; local
3522 tstamp.atime.tv_sec = atime;
3523 tstamp.mtime.tv_sec = mtime;
3524 tstamp.ctime.tv_sec = ctime;
3526 tstamp.atime.tv_nsec = atime_nsec;
3527 tstamp.mtime.tv_nsec = mtime_nsec;
3528 tstamp.ctime.tv_nsec = ctime_nsec;
3530 tstamp.atime.tv_usec = atime_nsec / 1000;
3531 tstamp.mtime.tv_usec = mtime_nsec / 1000;
3532 tstamp
[all...]
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in231 pcap-tstamp.manmisc.in
H A Dscanner.l430 icmp-tstamp { yylval->i = 13; return NUM; }
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h142 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt
152 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt_tail
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c680 timestamp_t *tstamp
687 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
689 if (parse_timedout(parseio, tstamp, &timeout))
703 delta_usec = calc_usecdiff(tstamp, &t->timeout, 60);
716 t->tminute = *tstamp;
723 t->timeout = *tstamp;
737 if (snt_rawdcf(parseio, tstamp) == CVT_OK)
H A Dclk_trimtsip.c140 timestamp_t *tstamp
171 parseio->parse_dtime.parse_stime = *tstamp; /* pick up time stamp at packet start */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c2562 if (hostval.tstamp != 0)
2564 ntohl(hostval.tstamp));
2889 ntohl(p->recval.tstamp));
H A Dntp_crypto.c315 tstamp_t tstamp; /* NTP timestamp */ local
330 tstamp = crypto_time();
369 lifetime < 0 || tstamp == 0)
385 vp->tstamp = htonl(tstamp);
386 vp->fstamp = hostval.tstamp;
389 if (tstamp != 0) {
404 peer->keynumber, keyid, cookie, ntohl(vp->tstamp),
876 ntohl(ep->tstamp), ntohl(ep->fstamp));
917 if (ep->tstamp
1106 tstamp_t tstamp; local
1439 tstamp_t tstamp, tstamp1 = 0; /* timestamp */ local
1587 tstamp_t tstamp; /* NTP timestamp */ local
1716 tstamp_t tstamp; /* NTP timestamp */ local
2008 l_fp tstamp; /* NTP time */ local
2175 tstamp_t tstamp; local
2250 tstamp_t tstamp; /* NTP timestamp */ local
2507 tstamp_t tstamp; local
2580 tstamp_t tstamp; /* NTP timestamp */ local
2851 tstamp_t tstamp; local
2923 tstamp_t tstamp; /* NTP timestamp */ local
3161 tstamp_t tstamp; /* NTP timestamp */ local
[all...]
H A Dntp_request.c569 + sizeof(inpkt->tstamp);
578 (mac_len + sizeof(inpkt->tstamp)));
629 NTOHL_FP(&tailinpkt->tstamp, &ftmp);
H A Drefclock_jupiter.c316 l_fp tstamp, delta; local
331 tstamp = ntpfp_from_gpsdatum(&up->ref_next);
332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1);
H A Drefclock_zyfer.c96 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp.c315 icmp_tstamp_print(u_int tstamp) argument
321 msec = tstamp % 1000;
322 sec = tstamp / 1000;

Completed in 602 milliseconds

123