/freebsd-src/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 75 %{!?kernels:BuildRequires: buildsys-build-%{repo}-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu}} 85 %if !%{defined kernels} && !%{defined build_src_rpm} 87 %define kernels %(ls -1 /usr/src/kernels) 89 %define kernels %(ls -1 /lib/modules) 102 %{expand:%(bash %{SOURCE10} --target %{_target_cpu} %{?repo:--repo %{?repo}} --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?kernels:--for-kernels "%{?kernels}"} %{?kernelbuildroot:--buildroot "%{?kernelbuildroot}"} 2>/dev/null) } 113 bash %{SOURCE10} --target %{_target_cpu} %{?repo:--repo %{?repo}} --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?kernels [all...] |
/freebsd-src/stand/lua/ |
H A D | core.lua | 207 local v = loader.getenv("kernels") 210 local kernels = {} 216 kernels[i] = default_kernel 224 kernels[i] = n 237 -- Base whether we autodetect kernels or not on a loader.conf(5) 239 -- any kernels we detect based on the criteria described. 241 core.cached_kernels = kernels 271 kernels[i] = file 282 -- actually find any kernels, we just assume that they know what they're 284 if default_kernel and not present[default_kernel] and #kernels > [all...] |
H A D | core.lua.8 | 136 Clears out the cache of kernels to be displayed on the boot menu. 144 .Ic kernels . 153 Returns a table of kernels to display on the boot menu. 157 .Ic kernels 164 kernels will be autodetected from the current system.
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 29 Kernels, 79 case OpenACCDirectiveKind::Kernels: 80 return Out << "kernels"; 107 return Out << "kernels loop"; 152 K == OpenACCDirectiveKind::Kernels; 259 /// 'vector_length' clause, allowed on 'parallel', 'kernels', 'parallel loop', 260 /// and 'kernels loop' constructs. 262 /// 'num_gangs' clause, allowed on 'parallel', 'kernels', parallel loop', and 263 /// 'kernels loop' constructs. 265 /// 'num_workers' clause, allowed on 'parallel', 'kernels', paralle 28 Kernels, global() enumerator [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 15 // static variables, accessible from kernels or other functions. For uses from 16 // kernels this is straightforward - assign an integer to the kernel for the 28 // - a global accessed by one kernel exists independent of other kernels 30 // - the address of the global may be different from different kernels as they 34 // Uses from kernels are implemented here by grouping them in a per-kernel 75 // LDS variables. Variables that are only used from kernels are excluded. 78 // First kernels are assigned a unique integer identifier which is available in 81 // Second, each kernel allocates LDS variables independent of other kernels and 93 // error on any variable that might be reachable from multiple kernels and is 98 // number of kernels usin 338 getUsesOfLDSByFunction(CallGraph const & CG,Module & M,FunctionVariableMap & kernels,FunctionVariableMap & functions) getUsesOfLDSByFunction() argument 503 buildLookupTable(Module & M,ArrayRef<GlobalVariable * > Variables,ArrayRef<Function * > kernels,DenseMap<Function *,LDSVariableReplacement> & KernelToReplacement) buildLookupTable() argument [all...] |
/freebsd-src/contrib/ntp/html/ |
H A D | tickadj.html | 18 … and optionally modifies, several timekeeping-related variables in older kernels that do not have … 19 …djtime</tt> system call, and <tt>dosynctodr</tt>, which indicates to the kernels on some machines … 41 …adjtime</tt> in many kernels and/or brokenness of the system clock in some vendors' kernels. It wo…
|
H A D | kernpps.html | 44 …e stock kernels provided with those systems; however, the Tru64 and SunOS kernels require addition…
|
/freebsd-src/tools/tools/kerninclude/ |
H A D | kerninclude.sh | 22 # Which kernels you want to check 23 kernels="LINT GENERIC" 53 echo "Configuring kernels" 64 for i in $kernels 96 for i in $kernels 115 for k in $kernels
|
/freebsd-src/contrib/libpcap/pcap/ |
H A D | usb.h | 98 * and later kernels; for the 2.6.21 through 2.6.30 kernels, the 138 * as indicated, in older kernels that don't put the descriptors at 140 * can be trusted even in captures from older kernels.
|
/freebsd-src/share/doc/smm/02.config/ |
H A D | 0.t | 46 Building 4.4BSD Kernels with Config 81 .OH 'Building 4.4BSD Kernels with Config''SMM:2-%' 82 .EH 'SMM:2-%''Building 4.4BSD Kernels with Config'
|
/freebsd-src/stand/forth/ |
H A D | menu.4th | 68 \ Parsing of kernels into menu-items 80 \ Containers for parsing kernels into menu-items 283 \ This function parses $kernels into variables that are used by the menu to 288 : parse-kernels ( N -- ) \ kernidx 292 \ Attempt to get a list of kernels, fall back to sensible default 293 s" kernels" getenv dup -1 = if 310 else \ We haven't yet parsed $kernels into $kernel[N] 321 \ Clear out existing parsed-kernels 353 \ No entries in $kernels; use $kernel instead 359 \ We're still within $kernels parsin [all...] |
/freebsd-src/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 351 elif [[ -e "${buildroot}/usr/src/kernels/${kernel}" ]]; then 353 kernel_versions="${kernel_versions}${kernel}___${buildroot}%{_usrsrc}/kernels/${kernel} " 382 kernel_versions="${kernel_versions}${kernel_version}___%{_usrsrc}/kernels/${kernel_version} " 417 echo " --for-kernels <list> -- created templates only for these kernels" 467 --for-kernels) 543 # seems we are on out own to decide for which kernels to build 552 # call buildsys-build-${repo}-kerneldevpkgs to get the list of kernels 555 # filterfile to filter list of kernels?
|
/freebsd-src/tools/boot/ |
H A D | TEST-NOTES | 11 o linux has cached copies off kernels for the kboot tests 14 o Will use 3 linux kernels, amd64 and aarch64 built with CONFIG_EFI_STUB
|
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-samsung-e7.dts | 8 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some 11 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
|
H A D | msm8916-samsung-e5.dts | 8 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some 11 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
|
H A D | msm8916-samsung-grandmax.dts | 9 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some 12 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-usb.c | 92 * and later kernels; for the 2.6.21 through 2.6.30 kernels, the 126 * as indicated, in older kernels that don't put the descriptors at 128 * can be trusted even in captures from older kernels.
|
/freebsd-src/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.postinst | 21 echo "Ok, aborting, since ZFS is not designed for 32-bit kernels." 1>&2 31 echo "Ok, aborting, since ZFS is not designed for 32-bit kernels." 1>&2
|
/freebsd-src/contrib/libpcap/doc/ |
H A D | README.linux | 4 You must configure 2.6.x kernels with the CONFIG_PACKET_MMAP option for 5 this protocol. 3.x and later kernels do not require that.
|
/freebsd-src/sys/contrib/openzfs/ |
H A D | RELEASES.md | 28 Minor changes to support these distribution kernels will be applied as 35 kernels. When a new MINOR release is tagged the previous MINOR release
|
/freebsd-src/sys/contrib/openzfs/config/ |
H A D | kernel-timer.m4 |
|
H A D | kernel-sched.m4 |
|
/freebsd-src/share/man/man7/ |
H A D | build.7 | 305 for all kernels for that architecture, 309 .It Cm kernels 314 defined so only the kernels for each architecture are built. 860 invocation used to build worlds and kernels. 864 Only build kernels for each supported architecture. 868 Only build kernels for each supported architecture. 875 building a world and one or more kernels.
|
/freebsd-src/usr.sbin/config/ |
H A D | config.8 | 166 .Sh DEBUG KERNELS 169 kernels are compiled without symbols due to the heavy load on the 181 provides very little support for normal kernels, and a debug kernel is needed
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | OpenMPOpt.h | 23 /// Set of kernels in the module 36 /// Get OpenMP device kernels in \p M.
|