Searched +full:wp +full:- +full:content (Results 1 – 14 of 14) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/ |
| H A D | 0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch | 3 Date: Sat, 27 Jul 2019 08:20:20 -0700 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 13 …-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexc… 14 procattr.c:28:14: error: static declaration of ‘gettid’ follows non-static declaration 23 Signed-off-by: Petr Lautrbach <plautrba@redhat.com> 24 Acked-by: Stephen Smalley <sds@tycho.nsa.gov> 25 Signed-off-by: Khem Raj <raj.khem@gmail.com> 26 --- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf-ipa_003.03.01.bb | 3 SUMMARY = "Ipa fonts - TTF Version" 9 SRC_URI = "https://moji.or.jp/wp-content/ipafont/IPAfont/IPAfont00303.zip " 15 PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" 16 FONT_PACKAGES = "ttf-ipag ttf-ipagp ttf-ipam ttf-ipamp" 18 FILES:ttf-ipag = "${datadir}/fonts/truetype/ipag.ttf" 19 FILES:ttf-ipagp = "${datadir}/fonts/truetype/ipagp.ttf" 20 FILES:ttf-ipam = "${datadir}/fonts/truetype/ipam.ttf" 21 FILES:ttf-ipamp = "${datadir}/fonts/truetype/ipamp.ttf"
|
| /openbmc/qemu/include/block/ |
| H A D | block-common.h | 27 #include "qapi/qapi-types-block-core.h" 31 * co_wrapper{*}: Function specifiers used by block-coroutine-wrapper.py 34 * generated by scripts/block-coroutine-wrapper.py 36 * Usage: read docs/devel/block-coroutine-wrapper.rst 39 * - co_wrapper functions can be called by only non-coroutine context, because 41 * - co_wrapper_mixed functions can be called by both coroutine and 42 * non-coroutine context. 43 * - co_wrapper_bdrv_rdlock are co_wrapper functions but automatically take and 45 * - co_wrapper_mixed_bdrv_rdlock are co_wrapper_mixed functions but 58 * no_co_wrapper: Function specifier used by block-coroutine-wrapper.py [all …]
|
| /openbmc/qemu/hw/nvram/ |
| H A D | eeprom_at24c.c | 7 * the LICENSE file in the top-level directory. 13 #include "qemu/error-report.h" 17 #include "hw/qdev-properties.h" 18 #include "hw/qdev-properties-system.h" 19 #include "system/block-backend.h" 30 #define TYPE_AT24C_EE "at24c-eeprom" 69 ee->haveaddr = 0; in at24c_eeprom_event() 73 if (ee->blk && ee->changed) { in at24c_eeprom_event() 74 int ret = blk_pwrite(ee->blk, 0, ee->rsize, ee->mem, 0); in at24c_eeprom_event() 80 ee->changed = false; in at24c_eeprom_event() [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | prebuilt-libraries.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Working with Pre-Built Libraries 10 release pre-built binaries. When shared libraries are built, they should 12 <https://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html>`__ 20 running ``readelf -d filename | grep SONAME``. 23 pre-built libraries. 28 In this example we work with pre-built libraries for the FT4222H USB I/O chip. 32 ├── build-arm-hisiv300 34 ├── build-arm-v5-sf 36 ├── build-arm-v6-hf [all …]
|
| /openbmc/docs/designs/ |
| H A D | nvmemi-over-smbus.md | 1 # NVMe-MI over SMBus 5 Created: 3-8-2019 9 Currently, OpenBMC does not support NVMe drive information. NVMe-MI 17 NVMe-MI specification defines a command called 23 Express Basic Management Command where describe in NVMe-MI specification to 28 …https://nvmexpress.org/wp-content/uploads/NVM_Express_Management_Interface_1_0a_2017.04.08_-_gold.… 38 - Provide a daemon to monitor NVMe drives. Parameters to be monitored are Status 41 - Provide a D-bus interface to allow other services to access data. 42 - Capability of communication over hardware channel I2C to NVMe drives. 43 - Ability to turn the fault LED on/off for each drive by SmartWarnings if the [all …]
|
| /openbmc/dbus-sensors/src/nvme/ |
| H A D | NVMeBasicContext.cpp | 17 #include <phosphor-logging/lg2.hpp> 18 #include <phosphor-logging/lg2/flags.hpp> 42 #include <linux/i2c-dev.h> 46 * NVMe-MI Basic Management Command 48 …* https://nvmexpress.org/wp-content/uploads/NVMe_Management_-_Technical_Note_on_Basic_Management_C… 63 memcpy(command->data(), &busle, sizeof(busle)); in encodeBasicQuery() 85 std::filesystem::path devpath = "/dev/i2c-" + std::to_string(bus); in execBasicQuery() 92 // NOLINTNEXTLINE(cppcoreguidelines-pro-type-vararg) in execBasicQuery() 93 if (::ioctl(fileHandle.handle(), I2C_SLAVE, addr) == -1) in execBasicQuery() 158 return -errno; in processBasicQueryStream() [all …]
|
| /openbmc/qemu/docs/system/ppc/ |
| H A D | pseries.rst | 5 The Power machine para-virtualized environment described by the Linux on Power 18 - POWER7, POWER7+ 19 - POWER8, POWER8NVL 20 - POWER9 21 - Power10 22 - Power11 23 - Support for POWER5+ also exists, works with correct kernel/userspace 25 - XICS (POWER8) 26 - XIVE (Supported by below:) 27 - POWER9 [all …]
|
| /openbmc/qemu/migration/ |
| H A D | ram.c | 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * Copyright (c) 2011-2015 Red Hat Inc 34 #include "qemu/main-loop.h" 38 #include "migration-stats.h" 41 #include "qemu-file.h" 42 #include "postcopy-ram.h" 44 #include "qemu/error-report.h" 46 #include "qapi/qapi-types-migration.h" 47 #include "qapi/qapi-events-migration.h" 48 #include "qapi/qapi-commands-migration.h" [all …]
|
| H A D | migration.c | 10 * the COPYING file in the top-level directory. 12 * Contributions after 2012-01-13 are licensed under the terms of the 19 #include "qemu/error-report.h" 20 #include "qemu/main-loop.h" 28 #include "system/cpu-throttle.h" 35 #include "migration-stats.h" 37 #include "qemu-file.h" 42 #include "qapi/clone-visitor.h" 43 #include "qapi/qapi-visit-migration.h" 44 #include "qapi/qapi-visit-sockets.h" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 3 Upstream-Status: Inappropriate [upstream hasn't been active since 1998] 4 Signed-off-by: Phil Blundell <pb@pbcl.net> 6 diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in 7 --- clean/lrzsz-0.12.20/configure.in 1998-12-30 07:50:07.000000000 +0000 8 +++ lrzsz-0.12.20/configure.in 2019-11-25 16:22:37.000000000 +0000 9 @@ -92,7 +92,6 @@ AC_PROG_RANLIB 13 -AM_C_PROTOTYPES 17 @@ -253,18 +252,13 @@ ihave$lookup_facility 21 -AC_SUBST(CFLAGS) 22 -AC_SUBST(LDFLAGS) [all …]
|
| /openbmc/qemu/ |
| H A D | qemu-io-cmds.c | 4 * Copyright (C) 2009-2016 Red Hat, Inc. 5 * Copyright (c) 2003-2005 Silicon Graphics, Inc. 8 * See the COPYING file in the top-level directory. 14 #include "qemu-io.h" 15 #include "system/block-backend.h" 19 #include "qemu/error-report.h" 20 #include "qemu/main-loop.h" 35 return strcmp(((const cmdinfo_t *)a)->name, in compare_cmdname() 36 ((const cmdinfo_t *)b)->name); in compare_cmdname() 41 /* ci->perm assumes a file is open, but the GLOBAL and NOFILE_OK in qemuio_add_command() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | aspeed.c | 9 * the COPYING file in the top-level directory. 26 #include "hw/qdev-properties.h" 27 #include "system/block-backend.h" 30 #include "qemu/error-report.h" 33 #include "hw/qdev-clock.h" 37 .board_id = -1, /* device-tree-only board */ 54 /* On 32-bit hosts, lower RAM to 1G because of the 2047 MB limit */ 167 /* Quanta-Q71l hardware value */ 208 /* Qualcomm DC-SCM hardware value */ 226 * r2 = per-cpu go sign value in aspeed_write_smpboot() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/miniupnp/ |
| H A D | download.php | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 8 <meta name="description" content="files download of the miniupnp project"/> 9 <meta name="keywords" content="upnp,download,openbsd,freebsd,linux,windows"/> 10 <meta name="viewport" content="width=device-width" /> 17 google_ad_client: "ca-pub-6883148866513192", 31 <a href="../xchat-upnp.html">xchat upnp patch</a> | 40 <script type="text/javascript"><!-- 41 google_ad_client = "pub-6883148866513192"; [all …]
|