Home
last modified time | relevance | path

Searched +full:platform +full:- +full:data (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_powerpc.c1 /*-
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/crypto/krb5/src/util/ss/
H A Ddeps6 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
7 $(top_srcdir)/include/k5-thread.h copyright.h invocation.c \
10 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
11 $(top_srcdir)/include/k5-thread.h copyright.h help.c \
15 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
16 $(top_srcdir)/include/k5-thread.h copyright.h execute_cmd.c \
19 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
20 $(top_srcdir)/include/k5-thread.h copyright.h listen.c \
23 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
24 $(top_srcdir)/include/k5-thread.h copyright.h parse.c \
[all …]
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol1 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-dev,
10 libcurl4-openssl-dev,
11 libelf-dev,
12 libpam0g-dev,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Driscv,pmu.yaml1 # SPDX-License-Identifier: BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RISC-V SBI PMU events
10 - Atis
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.h1 //===-- mem_map.h --------
53 MapPlatformData Data = {}; global() variable
72 MapPlatformData Data = {}; global() variable
[all...]
H A Dcommon.h1 //===-- common.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 return (X & (X - 1)) == 0; in isPowerOfTwo()
39 return (X + Boundary - 1) & ~(Boundary - 1); in roundUp()
42 return ((X + Boundary - 1) / Boundary) * Boundary; in roundUpSlow()
47 return X & ~(Boundary - 1); in roundDown()
55 return (X & (Alignment - 1)) == 0; in isAligned()
73 return SCUDO_WORDSIZE - 1U - static_cast<uptr>(__builtin_clzl(X)); in getMostSignificantSetBitIndex()
97 // ANSI C linear congruential PRNG (16-bit output). in getRandomU32()
[all …]
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h8 Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
12 SPDX-License-Identifier: BSD-2-Clause-Patent
71 // Note: UEFI spec 2.5 and following: use EFI_MEMORY_RO as write-protected physical memory
80 // The memory region supports byte-addressable non-volatility.
92 // Specific-purpose memory (SPM). The memory is earmarked for
95 // memory for core OS data or code that can not be relocated.
110 // memory dynamically removed from the platform. This attribute serves as
112 // allocating this memory for core OS data or code that cannot be dynamically
114 // capable of being dynamically removed from the platform at runtime.
125 // described with additional ISA-specific memory attributes
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1 //===-- Platform.h ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
30 #include "lldb/lldb-private-forward.h"
31 #include "lldb/lldb-public.h"
63 /// \class Platform Platform.h "lldb/Target/Platform.h"
64 /// A plug-in interface definition class for debug platform that
65 /// includes many platform abilities such as:
66 /// \li getting platform information such as supported architectures,
73 /// \li attaching and possibly debugging the platform's kernel
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1 //===-- CommandObjectPlatform.cpp -----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 #include "lldb/Target/Platform.h"
39 return (mode_t)(-1); in ParsePermissionString()
88 if (perms == (mode_t)-1) in SetOptionValue()
145 // "platform select <platform-name>"
149 : CommandObjectParsed(interpreter, "platform select", in CommandObjectPlatformSelect()
150 "Create a platform if needed and select it as the " in CommandObjectPlatformSelect()
151 "current platform.", in CommandObjectPlatformSelect()
[all …]
/freebsd/sys/powerpc/include/
H A Dplatformvar.h1 /*-
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/sys/contrib/dev/acpica/common/
H A Dahtable.c3 * Module Name: ahtable - Table of known ACPI tables with descriptions
11 * Some or all of this work - Copyright (c) 1999 - 2025, 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, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
169 * PARAMETERS: Signature - ACPI signature (4 chars) to match
[all …]
/freebsd/share/man/man4/
H A Dfdt.422 .\" 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 Dtpm.42 .\" 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/sys/arm/arm/
H A Dplatform_if.m1 #-
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 Dplatform.c1 /*-
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/contrib/kyua/cli/
H A Dcmd_config_test.cpp24 // 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-env", ui.out_log()[1]); in ATF_TEST_CASE_BODY()
91 ATF_REQUIRE_EQ("platform = the-platform", ui.out_log()[3]); in ATF_TEST_CASE_BODY()
103 args.push_back("platform"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/bc/vs/
H A Dbcl.vcxproj1 <?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 Dbc.vcxproj1 <?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-2535-4085-b1b1-f96acd23cc9f}</ProjectGuid>
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-common.c21 * pcap-common.c - common code for pcap and pcapng files
26 #include <pcap-types.h>
28 #include "pcap-int.h"
30 #include "pcap-common.h"
37 * numerical values for the same data types, and various patches to
38 * libpcap for non-BSD OSes have added their own DLT_* codes for link
66 * "tcpdump-workers@lists.tcpdump.org". The tcpdump developers will
78 * are available; you might not have the most up-to-date version of this
80 * do *NOT* use any values below 100 - those might already have been
83 * Any platform that defines additional DLT_* codes should:
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m1 #-
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/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_set_format_filter_by_ext.c1 /*-
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/tes
[all...]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c1 // 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 device's I/O-memory range from the
68 * While the given example uses a platform device, the aperture helpers work
[all …]
/freebsd/sys/arm/include/
H A Dplatformvar.h1 /*-
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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h1 //===- llvm/MC/MCMachObjectWriter.h - Mach Object Writer --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
53 return W->getFormat() == Triple::MachO; in classof()
100 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member
125 /// The target specific Mach-O writer instance.
128 /// \name Relocation Data
146 // List of sections in layout order. Virtual sections are after non-virtual
151 /// \name Symbol Table Data
178 StringTable(TargetObjectWriter->is64Bit() ? StringTableBuilder::MachO64 in MachObjectWriter()
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D90-test_shlibload.t2 # 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_firs
[all...]

12345678910>>...42