Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/openresolv/
H A Dlibc.in127 newest=
129 if [ -z "$newest" ] || [ "$conf" -nt "$newest" ]; then
130 newest="$conf"
133 [ -z "$newest" ] && exit 0
134 newconf="$(cat "$newest")$NL"
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom.yaml431 - description: HP Chromebook x2 11c (newest rev)
468 - description: Google Kingoftown (newest rev)
573 - description: Acer Chromebook 511 (newest rev)
631 - description: Google Pazquel with TI (newest rev)
689 - description: Google Quackingstick (newest rev)
699 - description: Google Trogdor (newest rev)
772 - description: Google Evoker (newest rev)
777 - description: Google Evoker with LTE (newest rev)
782 - description: Google Herobrine (newest rev)
792 - description: Google Villager (newest rev)
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dbuildvirtuser108 my $newest = 0;
144 if ($mtime > $newest)
146 $newest = $mtime;
185 if ($opts->{f} || $virtmtime < $newest)
/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool104 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvaria…
118 ${kmodname} kernel module(s) for the newest kernel${dashvariant},
241 the ${kmodname}-devel-<kernel> objects for the newest kernel.
310 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${kernel_va…
322 ${kmodname} kernel module(s) for the newest kernel${kernel_variant}.
488 --newest)
/freebsd/sys/netinet/
H A Dtcp_fastopen.c234 unsigned int newest; member
393 V_tcp_fastopen_keys.newest = TCP_FASTOPEN_MAX_KEYS - 1; in tcp_fastopen_init()
490 V_tcp_fastopen_keys.newest++; in tcp_fastopen_addkey_locked()
491 if (V_tcp_fastopen_keys.newest == TCP_FASTOPEN_MAX_KEYS) in tcp_fastopen_addkey_locked()
492 V_tcp_fastopen_keys.newest = 0; in tcp_fastopen_addkey_locked()
493 memcpy(V_tcp_fastopen_keys.key[V_tcp_fastopen_keys.newest], key, in tcp_fastopen_addkey_locked()
627 V_tcp_fastopen_keys.key[V_tcp_fastopen_keys.newest], in tcp_fastopen_check_cookie()
638 key_index = V_tcp_fastopen_keys.newest; in tcp_fastopen_check_cookie()
728 V_tcp_fastopen_keys.newest = TCP_FASTOPEN_MAX_KEYS - 1; in sysctl_net_inet_tcp_fastopen_server_enable()
/freebsd/bin/pkill/
H A Dpkill.c101 static int newest; variable
258 newest = 1; in main()
299 if (newest && oldest) in main()
548 if (newest || oldest) { in main()
565 if (newest) /* but we want the newest */ in main()
/freebsd/
H A D.git-blame-ignore-revs9 # This file is sorted in git log order (newest commits first).
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in34 # (un)define the next line to either build for the newest or all current kernels
35 %define buildforkernels newest
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-xattr-handler.m465 dnl # Supported xattr handler get() interfaces checked newest to oldest.
179 dnl # Supported xattr handler set() interfaces checked newest to oldest.
322 dnl # Supported xattr handler list() interfaces checked newest to oldest.
H A Dkernel-get-link.m42 dnl # Supported get_link() interfaces checked newest to oldest.
H A Dkernel-mkdir.m42 dnl # Supported mkdir() interfaces checked newest to oldest.
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md33 * OpenZFS current - Tracks the newest MAJOR.MINOR release. This branch
/freebsd/contrib/tzdata/
H A DMakefile1064 echo "+ touch -mr $$newest $$dest" && \
1065 touch -mr "$$newest" "$$dest"; \
/freebsd/contrib/tzcode/
H A DMakefile1064 echo "+ touch -mr $$newest $$dest" && \
1065 touch -mr "$$newest" "$$dest"; \
/freebsd/contrib/file/magic/Magdir/
H A Dmisctools64 # GRR: According to newest specification CarriageReturn (0xD) and LineFeed (0xA) should be used as …
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Domap-mailbox.txt22 All the current OMAP SoCs except for the newest DRA7xx SoC has a single IP
H A Dti,omap-mailbox.yaml32 registers. All the current OMAP SoCs except for the newest DRA7xx SoC has a
/freebsd/contrib/mandoc/
H A DINSTALL27 whether the newest version of mandoc is already installed by default
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3491.txt243 Indicator whether or not this is the newest version of the
H A Drfc4013.txt214 Indicator whether or not this is the newest version of the
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2593 l_fp newest; in collect_mru_list() local
2817 !hextolfp(val + 2, &newest) || in collect_mru_list()
2818 !L_ISEQU(&newest, in collect_mru_list()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c2436 uintmax_t found, newest; in g_mirror_update_device() local
2472 newest = (intmax_t)sc->sc_ ## field; \ in g_mirror_update_device()
2485 found, newest); in g_mirror_update_device()
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1349 LR_ISSUE_USE_TGT(3), -- time of newest TGT used
/freebsd/contrib/sendmail/
H A DREADME305 and can cause sendmail to dump core. In addition, the newest versions of
/freebsd/contrib/tcsh/
H A DFixes1038 80. Update to the newest csh sh.file.c
1135 the newest.

12