Searched refs:stamp (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c278 const __be32 stamp = cpu_to_be32(STAMP_VAL | local
284 *ptr = stamp;
H A Dmlx4_en_rx.c484 __be32 stamp = cpu_to_be32(1 << STAMP_SHIFT); local
485 *ptr = stamp;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c212 * basic block size, as an optimization, we can stamp all WQEs with
222 __be32 stamp; local
229 stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) :
233 *wqe = stamp;
2942 int uninitialized_var(stamp);
3170 * overwrite cacheline stamp last within each
3218 stamp = ind + qp->sq_spare_wqes;
3224 * only stamp here if there are still more WQEs to post.
3231 stamp_send_wqe(qp, stamp, size * 16);
3255 stamp_send_wqe(qp, stamp, siz
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A DMakefile.in1822 cmp complete.conf compsave.conf && echo stamp > $@
1829 echo stamp > $@
1833 cmp $< psl0save.conf && echo stamp > $@
1841 cmp $< psl1save.conf && echo stamp > $@
1849 cmp $< psl2save.conf && echo stamp > $@
1888 @echo stamp > $@
H A Drefclock_gpsdjson.c166 * receive time stamp from GPSD and therefore eliminates the
310 l_fp sti_stamp; /* effective GPS time stamp */
946 l_fp stamp,
949 pp->lastref = stamp;
952 refclock_process_offset(pp, stamp, recvt, 0.0);
995 /* mark time stamp as burned... */
1012 /* mark time stamp as burned... */
1573 DPRINTF(2, ("%s: process_tpv, stamp='%s',"
1665 /* Map to nearest full second as reference time stamp for the
1676 " stamp
943 add_clock_sample( peerT * const peer , clockprocT * const pp , l_fp stamp, l_fp recvt) argument
[all...]
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in750 pcap-config stamp-h stamp-h.in
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1804 # eval: (add-hook 'before-save-hook 'time-stamp)
1805 # time-stamp-start: "timestamp='"
1806 # time-stamp-format: "%:y-%02m-%02d"
1807 # time-stamp-end: "'"
/freebsd-13-stable/sys/dev/hptmv/
H A Dentry.c2530 * when our driver starts (ticks==0, it's a invalid stamp value)
2532 ULONG stamp; local
2533 do { stamp = random(); } while (stamp==0);
2534 return stamp;
/freebsd-13-stable/contrib/byacc/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1789 # eval: (add-hook 'before-save-hook 'time-stamp)
1790 # time-stamp-start: "timestamp='"
1791 # time-stamp-format: "%:y-%02m-%02d"
1792 # time-stamp-end: "'"
H A Dconfig.guess44 -t, --time-stamp print date of last modification, then exit
64 --time-stamp | --time* | -t )
1663 # eval: (add-hook 'before-save-hook 'time-stamp)
1664 # time-stamp-start: "timestamp='"
1665 # time-stamp-format: "%:y-%02m-%02d"
1666 # time-stamp-end: "'"
/freebsd-13-stable/contrib/file/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1791 # eval: (add-hook 'before-save-hook 'time-stamp)
1792 # time-stamp-start: "timestamp='"
1793 # time-stamp-format: "%:y-%02m-%02d"
1794 # time-stamp-end: "'"
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1789 # eval: (add-hook 'before-save-hook 'time-stamp)
1790 # time-stamp-start: "timestamp='"
1791 # time-stamp-format: "%:y-%02m-%02d"
1792 # time-stamp-end: "'"
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c413 np->n_accesscache[i].stamp = time_second;
416 if (i > 0 && np->n_accesscache[i].stamp <
417 np->n_accesscache[lrupos].stamp)
423 np->n_accesscache[lrupos].stamp = time_second;
523 if (time_second < (np->n_accesscache[i].stamp
1128 np->n_accesscache[i].stamp = 0;
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in1531 @echo stamp > $@
1537 @echo stamp > $@
1543 @echo stamp > $@
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1804 # eval: (add-hook 'before-save-hook 'time-stamp)
1805 # time-stamp-start: "timestamp='"
1806 # time-stamp-format: "%:y-%02m-%02d"
1807 # time-stamp-end: "'"
/freebsd-13-stable/contrib/unbound/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1856 # eval: (add-hook 'before-save-hook 'time-stamp)
1857 # time-stamp-start: "timestamp='"
1858 # time-stamp-format: "%:y-%02m-%02d"
1859 # time-stamp-end: "'"
/freebsd-13-stable/contrib/dialog/
H A Dconfig.sub62 -t, --time-stamp print date of last modification, then exit
81 --time-stamp | --time* | -t )
1804 # eval: (add-hook 'before-save-hook 'time-stamp)
1805 # time-stamp-start: "timestamp='"
1806 # time-stamp-format: "%:y-%02m-%02d"
1807 # time-stamp-end: "'"
/freebsd-13-stable/contrib/ntp/ntpdc/
H A DMakefile.in1211 cmp $(srcdir)/layout.std layout.here && echo stamp > $@
1244 @echo stamp > $@
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c2460 char *pos, *end, *stamp; local
2480 stamp = os_strchr(cmd, ' ');
2481 if (stamp) {
2482 *stamp++ = '\0';
2483 while (*stamp == ' ') {
2484 stamp++;
2495 if (stamp && os_strlen(stamp))
2496 wpa_debug_timestamp = atoi(stamp);
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.sub70 -t, --time-stamp print date of last modification, then exit
90 --time-stamp | --time* | -t )
1701 # eval: (add-hook 'write-file-hooks 'time-stamp)
1702 # time-stamp-start: "timestamp='"
1703 # time-stamp-format: "%:y-%02m-%02d"
1704 # time-stamp-end: "'"
H A Dconfig.guess50 -t, --time-stamp print date of last modification, then exit
71 --time-stamp | --time* | -t )
1497 # eval: (add-hook 'write-file-hooks 'time-stamp)
1498 # time-stamp-start: "timestamp='"
1499 # time-stamp-format: "%:y-%02m-%02d"
1500 # time-stamp-end: "'"
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.guess47 -t, --time-stamp print date of last modification, then exit
68 --time-stamp | --time* | -t )
1403 # eval: (add-hook 'write-file-hooks 'time-stamp)
1404 # time-stamp-start: "timestamp='"
1405 # time-stamp-format: "%:y-%02m-%02d"
1406 # time-stamp-end: "'"
H A Dconfig.sub65 -t, --time-stamp print date of last modification, then exit
85 --time-stamp | --time* | -t )
1500 # eval: (add-hook 'write-file-hooks 'time-stamp)
1501 # time-stamp-start: "timestamp='"
1502 # time-stamp-format: "%:y-%02m-%02d"
1503 # time-stamp-end: "'"
/freebsd-13-stable/contrib/ntp/ntpdate/
H A DMakefile.in505 DISTCLEANFILES = .version version.c stamp-v
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess44 -t, --time-stamp print date of last modification, then exit
64 --time-stamp | --time* | -t )
1417 # eval: (add-hook 'write-file-hooks 'time-stamp)
1418 # time-stamp-start: "timestamp='"
1419 # time-stamp-format: "%:y-%02m-%02d"
1420 # time-stamp-end: "'"

Completed in 409 milliseconds

1234