Home
last modified time | relevance | path

Searched full:newest (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom.yaml421 - description: HP Chromebook x2 11c (newest rev)
432 - description: HP Chromebook x2 11c with LTE (newest rev)
448 - description: Lenovo Chromebook Duet 5 13 (newest rev)
458 - description: Google Kingoftown (newest rev)
489 - description: Acer Chromebook Spin 513 (newest rev)
515 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev)
542 - description: Acer Chromebook Spin 513 with LTE (newest rev)
563 - description: Acer Chromebook 511 (newest rev)
589 - description: Acer Chromebook 511 without Touchscreen (newest rev)
600 - description: Google Mrbland with AUO panel (newest rev)
[all …]
/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/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)
490 build_kernels="newest"
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp141 uint8_t atom_mask = 0x2; // start @ bit 1 - newest instruction in SetAtomFromPHdr()
210 uint32_t bitpattern = atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr()
215 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
225 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
/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()
636 * Check against each available key, from newest to oldest. 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/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp518 uint32_t bitpattern = m_pkt_data.atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr()
524 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
535 oss << ((bitpattern & 0x1) ? "WE" : "WN"); // in spec read L->R, oldest->newest in getAtomStr()
544 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
553 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
/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/share/man/man9/
H A Dsysctl_ctx_init.9147 starting from beginning (i.e., the newest entries).
222 call, which starts by freeing the newest entries (leaves)
/freebsd/
H A D.git-blame-ignore-revs9 # This file is sorted in git log order (newest commits first).
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp550 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl() local
553 !isUnresolvedExceptionSpec(NewEST) && in CheckEquivalentExceptionSpecImpl()
565 NewCanThrow == CT_Can && NewEST != EST_Dynamic) { in CheckEquivalentExceptionSpecImpl()
569 ((OldEST == EST_None && NewEST == EST_NoexceptFalse) || in CheckEquivalentExceptionSpecImpl()
570 (OldEST == EST_NoexceptFalse && NewEST == EST_None))) { in CheckEquivalentExceptionSpecImpl()
580 if (OldEST == EST_DependentNoexcept && NewEST == EST_DependentNoexcept) { in CheckEquivalentExceptionSpecImpl()
590 if (OldEST == EST_Dynamic && NewEST == EST_Dynamic) { in CheckEquivalentExceptionSpecImpl()
617 if (OldEST == EST_None && NewEST == EST_Dynamic) in CheckEquivalentExceptionSpecImpl()
619 else if (OldEST == EST_Dynamic && NewEST == EST_None) in CheckEquivalentExceptionSpecImpl()
640 NewEST == EST_None) { in CheckEquivalentExceptionSpecImpl()
/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/
H A DRELEASES.md33 * OpenZFS current - Tracks the newest MAJOR.MINOR release. This branch
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h272 // cancel newest - just reduce the atom count.
280 // mispredict newest - flip the bit of the newest atom
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_022_pos.ksh77 # Verify new newest clone is also thick provisioned
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-mkdir.m42 dnl # Supported mkdir() interfaces checked newest to oldest.
H A Dkernel-xattr-handler.m469 dnl # Supported xattr handler set() interfaces checked newest to oldest.
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pri_detector.h57 * @window_size: window size back from newest pulse time stamp in usecs
/freebsd/share/man/man4/
H A Dppc.4102 You may want to add support for the newest chipset your motherboard was
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_pkt_types.h87 …Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction …
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionCOFF.cpp95 OS << "newest"; in printSwitchToSection()
/freebsd/include/rpcsvc/
H A Drstat.x115 * Newest version includes current time and context switching info
/freebsd/contrib/flex/src/
H A Dfilter.c39 * @return newest filter in chain
94 * @return newest filter in chain
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h92 // Query the Setup Config server for installs, then pick the newest version
/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.8434 .It Cm newest
435 The newest entry in the event log.

123456