/freebsd-src/usr.sbin/bsdinstall/partedit/ |
H A D | partedit_powerpc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 35 static char platform[255] = ""; variable 39 size_t platlen = sizeof(platform); in default_scheme() 40 if (strlen(platform) == 0) in default_scheme() 41 sysctlbyname("hw.platform", platform, &platlen, NULL, -1); in default_scheme() 43 if (strcmp(platform, "powermac") == 0) in default_scheme() 45 if (strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0 || in default_scheme() 46 strcmp(platform, "mpc85xx") == 0) in default_scheme() [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 1 //===-- CommandObjectPlatform.cpp -------- [all...] |
/freebsd-src/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-de [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/perf/ |
H A D | riscv,pmu.yaml | 1 # SPDX-License-Identifier: BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RISC-V SBI PMU events 10 - Atish Patra <atishp@rivosinc.com> 18 The platform must provide information about PMU event to counter mappings 19 either via device tree or another way, specific to the platform. 25 or another way, specific to the platform. 27 platform. 31 https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map.h | 1 //===-- mem_map.h -----------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 // have all three platform specific `MemMap` and `ReservedMemory` 30 // platform's `MemMap` implementation. 48 void setMapPlatformData(MapPlatformData &NewData) { Data = NewData; } in setMapPlatformData() 54 MapPlatformData Data = {}; variable 58 // platform's `MemMap` implementation. 73 MapPlatformData Data = {}; variable 87 "Unsupported platform, please implement the ReservedMemory for your platform!"
|
H A D | common.h | 1 //===-- common.h -------- [all...] |
/freebsd-src/sys/powerpc/include/ |
H A D | platformvar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 33 * A PowerPC platform implementation is declared with a kernel object and 59 * A platform instance is a kernel object 67 void *platform_iptr; /* instance data pointer */ 70 * Opaque data that can be overlaid with an instance-private 71 * structure. Platform code can test that this is large enough at 73 * is also a run-time test when the platform kernel object is
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 1 //===-- Platform.h ------- [all...] |
/freebsd-src/share/man/man4/ |
H A D | fdt.4 | 22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 48 Configuration data, which cannot be self discovered in run-time, has to be 51 platform and architecture independent approach for resolving such problems. 52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has 55 .Bl -bullet 57 Hardware platform resources are 60 self-enumerating information is gathered. 70 any information about the underlying platform hardware resources in the kernel. 73 particular first-stage bootloader or firmware features. 81 layer allows any platform code in the kernel to retrieve information about [all …]
|
H A D | tpm.4 | 2 .\" Copyright (c) 2010 Hans-Joerg Hoexer 12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21 .Nd Trusted Platform Module 26 .Bd -ragged -offset indent 33 .Bd -literal -offset indent 48 driver provides support for various trusted platform modules (TPM) that can 53 .Bl -bullet -compact -offset indent 84 .Lk "https://trustedcomputinggroup.org/resource/tpm-main-specification/" . 87 .Bl -dash 91 .%T 11889-1:2009, Information technology -- Trusted Platform Module -- Part 1: Overview [all …]
|
/freebsd-src/sys/arm/arm/ |
H A D | platform_if.m | 1 #- 20 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 36 #include <machine/platform.h> 42 * @defgroup PLATFORM platform - KObj methods for ARM platform 44 * @brief A set of methods required by all platform implementations. 50 INTERFACE platform; 74 * @brief Probe for whether we are on this platform, returning the standard 83 * @brief Attach this platform module. This happens before the MMU is online, 84 * so the platform module can install its own high-priority MMU module at 101 * first byte of unusable KVA space. This allows a platform to carve out
|
H A D | platform.c | 1 /*- 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 * Dispatch platform calls to the appropriate platform implementation 55 #include <machine/platform.h> 67 SYSCTL_STRING(_hw, OID_AUTO, platform, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, plat_name, 0, 68 "Platform currently in use"); 71 * Platform install routines. Highest priority wins, using the same 98 TUNABLE_STR_FETCH("hw.platform", plat_name, sizeof(plat_name)); in platform_probe_and_attach() 101 * Try to locate the best platform kobj in platform_probe_and_attach() 114 plat_obj->cls = platp; in platform_probe_and_attach() [all …]
|
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | ahtable.c | 3 * Module Name: ahtable - Table of known ACPI tables with descriptions 11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, proces [all...] |
/freebsd-src/contrib/kyua/cli/ |
H A D | cmd_config_test.cpp | 24 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 33 #include <atf-c++.hpp> 55 /// The user configuration is populated with a collection of test-suite 63 user_config.set_string("architecture", "the-architecture"); in fake_config() 64 user_config.set_string("execenvs", "the-env"); in fake_config() 66 user_config.set_string("platform", "the-platform"); in fake_config() 88 ATF_REQUIRE_EQ("architecture = the-architecture", ui.out_log()[0]); in ATF_TEST_CASE_BODY() 89 ATF_REQUIRE_EQ("execenvs = the-en in ATF_TEST_CASE_BODY() [all...] |
/freebsd-src/contrib/bc/vs/ |
H A D | bcl.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 6 <Platform>Win32</Platform> 10 <Platform>Win32</Platform> 14 <Platform>x64</Platform> 18 <Platform>x64</Platform> 22 <Platform>Win32</Platform> 26 <Platform>x64</Platform> 32 <ProjectGuid>{76b451c9-72bf-45b2-b78d-b3515410f99f}</ProjectGuid> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 43 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseMD|Win32'" Label="Configuration"> [all …]
|
H A D | bc.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?>
6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>x64</Platform>
24 <ProjectGuid>{4450d61f-253 [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | mt8186-mt6366-rt1019-rt5682s.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8186-mt636 [all...] |
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 1 // SPDX-License-Identifier: MIT 21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process. 23 * hardware-specific driver. To take over the device, the dedicated driver 25 * ownership of framebuffer memory and hand-over between drivers. 30 * An example for a graphics device on the platform bus is shown below. 32 * .. code-block:: c 42 * return -ENODEV; 43 * base = mem->start; 61 * The given example reads the platform devic 150 devm_aperture_acquire_release(void * data) devm_aperture_acquire_release() argument [all...] |
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_write_set_format_filter_by_ext.c | 1 /*- 21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 51 skipping("%s format not fully supported on this platform", in test_format_filter_by_ext() 58 "lzma compression not supported on this platform") == 0 || in test_format_filter_by_ext() 60 "xz compression not supported on this platform") == 0)) { in test_format_filter_by_ext() 62 skipping("%s filter not supported on this platform", filter_name); in test_format_filter_by_ext() 102 * Now, read the data back. in test_format_filter_by_ext() 104 /* With the test memory reader -- seeking mode. */ in test_format_filter_by_ext() 148 test_format_filter_by_ext("./data/test.7z", ARCHIVE_FORMAT_7ZIP, ARCHIVE_FILTER_NONE, 0, NULL); in DEFINE_TEST() 153 test_format_filter_by_ext("./data/test.zip", ARCHIVE_FORMAT_ZIP, ARCHIVE_FILTER_NONE, 0, NULL); in DEFINE_TEST() [all …]
|
/freebsd-src/sys/powerpc/powerpc/ |
H A D | platform_if.m | 1 #- 20 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 35 #include <machine/platform.h> 41 * @defgroup PLATFORM platform - KObj methods for PowerPC platform 43 * @brief A set of methods required by all platform implementations. 49 INTERFACE platform; 62 cpuref->cr_hwref = -1; 63 cpuref->cr_cpuid = 0; 99 * @brief Probe for whether we are on this platform, returning the standard 109 * @brief Attach this platform module. This happens before the MMU is online, [all …]
|
/freebsd-src/sys/arm/include/ |
H A D | platformvar.h | 1 /*- 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 * An ARM platform implementation is declared with a kernel object and 63 * A platform instance is a kernel object 67 /* Platform class, for access to class specific data */ 116 * Helper to get the platform object
|
/freebsd-src/crypto/openssl/test/recipes/ |
H A D | 90-test_shlibload.t | 2 # Copyright 2016-2024 The OpenSSL Project Authors. All Rights Reserved. 19 use platform; 26 plan skip_all => "Test is disabled in no-atexit build" if disabled("atexit"); 30 my $libcrypto = platform->sharedlib('libcrypto'); 31 my $libssl = platform->sharedlib('libssl'); 34 $atexit_outfile = 'atexit-cryptofirst.txt'; 36 ok(run(test(["shlibloadtest", "-crypto_first", $libcrypto, $libssl, $atexit_outfile])), 37 "running shlibloadtest -crypto_first $atexit_outfile"); 40 $atexit_outfile = 'atexit-sslfirst.txt'; 42 ok(run(test(["shlibloadtest", "-ssl_first", $libcrypto, $libssl, $atexit_outfile])), [all …]
|
/freebsd-src/usr.bin/etdump/ |
H A D | output_shell.c | 1 /*- 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 40 const char *platform; in output_entry() local 42 switch (bcse->boot_indicator[0]) { in output_entry() 51 platform = "default"; in output_entry() 53 platform = system_id_string(platform_id); in output_entry() 57 platform, system_id_string(bcse->system_type[0]), in output_entry() 58 isonum_731(bcse->load_rba), isonum_721(bcse->sector_count)); in output_entry()
|
/freebsd-src/sys/contrib/device-tree/scripts/ |
H A D | rewrite-index.pl | 7 open(my $lsfiles, "-|", "git ls-files -s") or die "fork lsfiles: $!"; 10 if ($_ =~ m/^120000 ([0-9a-f]{40}) (.*)\t(.*)/) { 13 …$pid = open2(*Rderef, *Wderef, "git cat-file --batch-check='deref-ok %(objectname)' --follow-symli… 14 or die "open git cat-file: $!"; 18 if ($deref =~ m/^deref-ok ([0-9a-f]{40})$/) { 36 # symlink: arch/microblaze/boot/dts/system.dts -> ../../platform/generic/system.dts 38 $m++ if s,\tarch/microblaze/platform/generic/(system.dts)$,\tarch/microblaze/boot/dts/$1,; 47 # arch/mips/cavium-octeon/octeon_68xx.dts 48 # arch/mips/cavium-octeon/octeon_3xxx.dts 49 # arch/mips/mti-sead3/sead3.dts [all …]
|
/freebsd-src/sys/powerpc/powermac/ |
H A D | tbgpio.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 77 if (strcmp(name, "timebase-enable") != 0) in tbgpio_probe() 80 res = OF_getencprop(node, "platform-do-cpu-timebase", pfunc, in tbgpio_probe() 82 if (res == -1) in tbgpio_probe() 90 printf("\nUnknown platform function detected!\n"); in tbgpio_probe() 91 printf("Please send a PR including the following data:\n"); in tbgpio_probe() 93 printf("Func: platform-do-cpu-timebase\n"); in tbgpio_probe() 122 OF_getencprop(node, "platform-do-cpu-timebase", pfunc, sizeof(pfunc)); in tbgpio_attach() [all …]
|