Home
last modified time | relevance | path

Searched full:kernels (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/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
75 %{!?kernels:BuildRequires: buildsys-build-%{repo}-kerneldevpkgs-%{?buildforkernels:%{buildforkernel…
85 %if !%{defined kernels} && !%{defined build_src_rpm}
87 %define kernels %(ls -1 /usr/src/kernels)
89 %define kernels %(ls -1 /lib/modules)
102 …ildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?kernels:--for-kernels "%{?kernels}"} %…
113 …ildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?kernels:--for-kernels "%{?kernels}"} %…
/freebsd/stand/lua/
H A Dcore.lua205 local v = loader.getenv("kernels")
208 local kernels = {}
214 kernels[i] = default_kernel
222 kernels[i] = n
235 -- Base whether we autodetect kernels or not on a loader.conf(5)
237 -- any kernels we detect based on the criteria described.
239 core.cached_kernels = kernels
269 kernels[i] = file
280 -- actually find any kernels, we just assume that they know what they're
282 if default_kernel and not present[default_kernel] and #kernels > 1 then
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h29 Kernels, enumerator
79 case OpenACCDirectiveKind::Kernels: in printOpenACCDirectiveKind()
80 return Out << "kernels"; in printOpenACCDirectiveKind()
107 return Out << "kernels loop"; in printOpenACCDirectiveKind()
152 K == OpenACCDirectiveKind::Kernels; in isOpenACCComputeDirectiveKind()
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', parallel loop',
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp15 // 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 using the module strategy as that is free for the first
[all …]
/freebsd/contrib/ntp/html/
H A Dtickadj.html18 … 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 Dkernpps.html44 …e stock kernels provided with those systems; however, the Tru64 and SunOS kernels require addition…
/freebsd/tools/tools/kerninclude/
H A Dkerninclude.sh22 # 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/contrib/libpcap/pcap/
H A Dusb.h98 * 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/share/doc/smm/02.config/
H A D0.t46 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/stand/forth/
H A Dmenu.4th68 \ 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 parsing toward the end;
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool351 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/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-e5.dts8 * 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 Dmsm8916-samsung-e7.dts8 * 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 Dmsm8916-samsung-grandmax.dts9 * 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/tools/boot/
H A DTEST-NOTES11 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
H A Dfull-test.readme6 the linux kernels I'm testing with.
20 building the kernel. The script is designed to use kernels and binaries from
/freebsd/contrib/tcpdump/
H A Dprint-usb.c92 * 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/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp35 case OpenACCDirectiveKind::Kernels: in diagnoseConstructAppertainment()
53 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
66 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
87 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
101 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
134 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
147 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
164 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
180 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
197 case OpenACCDirectiveKind::Kernels: in doesClauseApplyToDirective()
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.postinst21 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/contrib/libpcap/doc/
H A DREADME.linux4 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/sys/contrib/openzfs/
H A DRELEASES.md28 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/share/man/man7/
H A Dbuild.7305 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/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h144 * Maximum disk label length, it may be undefined for some kernels.
268 * For older kernels trigger a re-reading of the partition table by calling
271 * For newer kernels (as of 5.10), bdev_check_media_change is used, in favor of
355 * Kernels without bio_set_op_attrs use bi_rw for the bio flags.
379 * in all cases but may have a performance impact for some kernels. It
425 * older kernels which do not support this it is safe to skip it.
/freebsd/usr.sbin/config/
H A Dconfig.8166 .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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h23 /// Set of kernels in the module
36 /// Get OpenMP device kernels in \p M.

12345678910>>...18