/freebsd/stand/lua/ |
H A D | core.lua | 208 local kernels = {} 214 kernels[i] = default_kernel 222 kernels[i] = n 239 core.cached_kernels = kernels 269 kernels[i] = file 282 if default_kernel and not present[default_kernel] and #kernels > 1 then 283 for i = 1, #kernels do 284 if i == #kernels then 285 kernels[i] = nil 287 kernels[i] = kernels[i + 1] [all …]
|
/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 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}"} %…
|
H A D | zfs-dkms.spec.in | 101 echo "Removing old %{module} dkms modules version $otherver from all kernels." 111 echo "Removing %{module} dkms modules version %{version} from all kernels." 146 echo "Removing %{module} dkms modules version %{version} from all kernels."
|
/freebsd/tools/tools/kerninclude/ |
H A D | kerninclude.sh | 23 kernels="LINT GENERIC" 64 for i in $kernels 96 for i in $kernels 115 for k in $kernels
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
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-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-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
|
H A D | msm8992-msft-lumia-talkman.dts | 18 /* Most Lumia 950 users use GRUB to load their kernels,
|
H A D | msm8916-samsung-serranove.dts | 16 * NOTE: The original firmware from Samsung can only boot ARM32 kernels. 18 * There seems to be no way to boot ARM64 kernels on this device at the moment,
|
/freebsd/contrib/ntp/util/ |
H A D | tickadj.c | 692 static const char *kernels[] = in getoffsets() local 735 if (kernels[0] == NULL) in getoffsets() 741 kernels[0] = cp; in getoffsets() 745 kernels[0] = "/Placeholder"; in getoffsets() 749 for (kname = kernels; *kname != NULL; kname++) in getoffsets()
|
/freebsd/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
|
H A D | full-test.readme | 6 the linux kernels I'm testing with. 20 building the kernel. The script is designed to use kernels and binaries from
|
/freebsd/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/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/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 parsing toward the end; [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
H A D | README | 7 On kernels without IPv6 support some of the tests are skipped.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | via-rhine.txt | 7 virtual PCI bus under vendor-provided kernels
|
/freebsd/sys/conf/ |
H A D | options.powerpc | 1 # Options specific to the powerpc platform kernels
|
H A D | options.amd64 | 1 # Options specific to AMD64 platform kernels
|
/freebsd/sys/contrib/openzfs/contrib/intel_qat/ |
H A D | readme.md | 11 When using QAT with above kernels versions, the following patches needs to be applied using:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.h | 48 FunctionVariableMap &kernels,
|
H A D | AMDGPUMemoryUtils.cpp | 87 FunctionVariableMap &kernels, in getUsesOfLDSByFunction() argument 98 kernels[F].insert(&GV); in getUsesOfLDSByFunction()
|
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-dkms.spec.in | 101 echo "Removing old %{module} dkms modules version $otherver from all kernels." 111 echo "Removing %{module} dkms modules version %{version} from all kernels." 146 echo "Removing %{module} dkms modules version %{version} from all kernels."
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel.m4 | 310 dnl # - Last resort: the first directory matching `/usr/src/kernels/*` 355 src=$(ls -1d /usr/src/kernels/* /usr/src/linux-* \ 759 dnl # kernels which do not have loadable module support or have 897 dnl # When configuring as builtin (--enable-linux-builtin) for kernels 1006 *** interface is expected for kernels version "$2" and above. 1009 *** incompatible modifications. Newer kernels may have incompatible
|
/freebsd/ |
H A D | Makefile.sys.inc | 21 tinderbox universe* kernel kernels world worlds bmake
|