Home
last modified time | relevance | path

Searched refs:a (Results 6351 – 6375 of 22310) sorted by relevance

1...<<251252253254255256257258259260>>...893

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch4 Subject: [PATCH 04/10] Add a definition for the macro __ELF_NATIVE_CLASS
16 diff --git a/src/mongo/util/stacktrace_posix.cpp b/src/mongo/util/stacktrace_posix.cpp
18 --- a/src/mongo/util/stacktrace_posix.cpp
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A D0001-Include-missing-cstdint-header.patch6 gcc 13 moved some includes around and as a result <cstdint> is
19 diff --git a/third_party/re2/util/pcre.h b/third_party/re2/util/pcre.h
21 --- a/third_party/re2/util/pcre.h
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0002-purgatory-Pass-r-directly-to-linker.patch6 This helps compiling with clang since -r is not a known option for clang
18 diff --git a/purgatory/Makefile b/purgatory/Makefile
20 --- a/purgatory/Makefile
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-memory-tiers16 Description: Directory with details of a specific memory tier
18 This is the directory containing information about a particular
21 A smaller value of N implies a higher (faster) memory tier in the
H A Dsysfs-platform-intel-pmc9 of the platform is a "global reset". This type of reset
19 a platform "global reset" upon consequent platform reset,
21 The "global reset bit" should be locked on a production
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-xilinx.yaml18 - xlnx,xps-spi-2.00.a
20 - xlnx,axi-quad-spi-1.00.a
48 compatible = "xlnx,xps-spi-2.00.a";
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_ip_test.c28 int BPF_PROG(test1, int a) in BPF_PROG() argument
38 int BPF_PROG(test2, int a) in BPF_PROG() argument
68 int BPF_PROG(test5, int a, int *b, int ret) in BPF_PROG() argument
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A DKconfig15 To compile this driver as a module, choose M here.
26 To compile this driver as a module, choose M here.
37 To compile this driver as a module, choose M here.
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reboot-host@.service9 # This service is running a script that is starting another target that
10 # conflicts with the target this service is running in. OpenBMC needs a
13 # Since this is a part of the reboot target, call the startmin
/openbmc/linux/Documentation/hwmon/
H A Dlan966x.rst25 its accuracy is +/- 5 degrees Celsius. The fan controller has a
26 tacho input and a PWM output with a customizable PWM output
/openbmc/linux/drivers/isdn/
H A DKconfig11 is a fully digital telephone service that can be used for voice and
14 (with SLIP or PPP) faster than via a conventional telephone modem
16 voice calls (eg. turning your PC into a software answering machine
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm/
H A D0001-add-enum-to-ta-flags.patch6 If we compile this TA into OPTEE-OS we need to define a flag
15 diff --git a/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/user_ta_header_defines.h b/Samples/ARM32-Firmw…
17 --- a/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/user_ta_header_defines.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0006-OsUtils.h-add-missing-header-cstdint-for-int64_t.patch7 libminifi/include/utils/OsUtils.h:31:1: error: 'int64_t' does not name a type
22 diff --git a/libminifi/include/utils/OsUtils.h b/libminifi/include/utils/OsUtils.h
24 --- a/libminifi/include/utils/OsUtils.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/
H A D0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch6 If SOURCE_DATE_EPOCH is set, use it to generate a reproducible
16 diff --git a/configure.ac b/configure.ac
18 --- a/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/
H A Dbats_1.11.0.bb2 DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \
3 provides a simple way to verify that the UNIX programs you write behave as expected."
26 # Just a bunch of bash scripts to install
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch5 a short-circuited way.
16 diff --git a/build/pack.c b/build/pack.c
18 --- a/build/pack.c
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch13 Upstream-Status: Backport [https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=ef8a4b841aaf26…
20 diff --git a/src/srcfiles.cxx b/src/srcfiles.cxx
22 --- a/src/srcfiles.cxx
/openbmc/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc31 uint64_t a = qatomic_read__nocheck(p8);
35 r = int128_make128(b, a);
37 r = int128_make128(a, b);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-tests-Include-math.h-for-fabs-definition.patch11 …../../sox-14.4.2/src/sox_sample_test.h:23:1: note: include '<math.h>' or provide a declaration of …
19 diff --git a/src/sox_sample_test.h b/src/sox_sample_test.h
21 --- a/src/sox_sample_test.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-Follow-rrd-post-1.8-change.patch8 constantness checks and errors out in such a case. Update rrd_tune
17 diff --git a/src/LuaEngineNtop.cpp b/src/LuaEngineNtop.cpp
19 --- a/src/LuaEngineNtop.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/
H A Dproxy-libintl_20100902.bb16 FILES:${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a"
24 oe_runmake ../../lib/libintl.a
31 install -m 0644 ${UNPACKDIR}/lib/libintl.a ${D}/${libdir}
/openbmc/linux/Documentation/devicetree/bindings/
H A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
10 Each IP-core has a set of parameters which the FPGA designer can use to
18 generate a new device tree each time the FPGA bitstream changes. The
99 implementations use a different resolution.
108 bitstream stored on a CF card. It can also be used as a generic CF
117 listed above, nodes for these devices should include a phy-handle
141 - compatible : should contain "xlnx,xps-hwicap-1.00.a" or
156 The Xilinx USB host controller is EHCI compatible but with a different
157 base address for the EHCI registers, and it is always a big-endian
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi4713.rst16 This chip is a Silicon Labs product. It is a I2C device, currently on 0x63 address.
31 There are two modules to handle this device. One is a I2C device driver
32 and the other is a platform driver.
34 The I2C device driver exports a v4l2-subdev interface to the kernel.
38 The platform device driver exports a v4l2 radio device interface to user land.
39 So, it uses the I2C device driver as a sub device in order to send the user
40 commands to the actual device. Basically it is a wrapper to the I2C device driver.
99 Here is a summary of them:
116 * Limiter setups audio deviation limiter feature. Once a over deviation occurs,
/openbmc/linux/Documentation/pcmcia/
H A Ddriver-changes.rst29 ranges. After a call to pcmcia_request_window(), the regions found there
36 ranges. After a call to pcmcia_request_io(), the ports found there
41 dev_info_t and a few other typedefs are removed. No longer use them
46 There is no more need to fill out a "dev_node_t" structure.
64 pcmcia_parse_tuple(), a driver shall use "pcmcia_get_tuple()" if it is
67 a new helper "pcmcia_get_mac_from_cis()" was added.
70 By calling pcmcia_loop_config(), a driver can iterate over all available
71 configuration options. During a driver's probe() phase, one doesn't need
149 memory regions in-use. The name argument should be a pointer to
154 CardServices() in 2.4 is just a big switch statement to call various
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS20 + speedup a bit meminfo parsing (Riccardo)
141 + can render logs in a directory again
142 + has a 'show more' option to show command-lines
154 + don't return a bogus error value when dumping state
159 + create a single directory: /lib/bootchart/tmpfs
167 be present (also in the initrd) [ with a kmsg
169 + add a --probe-running mode
197 + implement a built-in usleep to help initrd deps (Michael)
203 + add a filename string to the window title in interactive mode
204 + add a NEWS file

1...<<251252253254255256257258259260>>...893