/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom.yaml | 421 - 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 D | libc.in | 127 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 D | buildvirtuser | 108 my $newest = 0; 144 if ($mtime > $newest) 146 $newest = $mtime; 185 if ($opts->{f} || $virtmtime < $newest)
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 104 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 D | trc_pkt_elem_ptm.cpp | 141 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 D | tcp_fastopen.c | 234 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 D | trc_pkt_elem_etmv3.cpp | 518 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 D | pkill.c | 101 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 D | sysctl_ctx_init.9 | 147 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-revs | 9 # This file is sorted in git log order (newest commits first).
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 550 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 D | zfs-kmod.spec.in | 34 # (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 D | RELEASES.md | 33 * OpenZFS current - Tracks the newest MAJOR.MINOR release. This branch
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_etmv4_stack_elem.h | 272 // 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 D | reservation_022_pos.ksh | 77 # Verify new newest clone is also thick provisioned
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-mkdir.m4 | 2 dnl # Supported mkdir() interfaces checked newest to oldest.
|
H A D | kernel-xattr-handler.m4 | 69 dnl # Supported xattr handler set() interfaces checked newest to oldest.
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pri_detector.h | 57 * @window_size: window size back from newest pulse time stamp in usecs
|
/freebsd/share/man/man4/ |
H A D | ppc.4 | 102 You may want to add support for the newest chipset your motherboard was
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | trc_pkt_types.h | 87 …Bit sequence:- ls bit = oldest atom (1st instruction executed), ms bit = newest (last instruction …
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionCOFF.cpp | 95 OS << "newest"; in printSwitchToSection()
|
/freebsd/include/rpcsvc/ |
H A D | rstat.x | 115 * Newest version includes current time and context switching info
|
/freebsd/contrib/flex/src/ |
H A D | filter.c | 39 * @return newest filter in chain 94 * @return newest filter in chain
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCPaths.h | 92 // Query the Setup Config server for installs, then pick the newest version
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.8 | 434 .It Cm newest 435 The newest entry in the event log.
|