Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 807) sorted by relevance

12345678910>>...33

/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp71 std::map<std::string, std::string> additional; in createPelRaw() local
72 additional.emplace("RAWPEL", filePath.string()); in createPelRaw()
73 additional.emplace("_PID", std::to_string(getpid())); in createPelRaw()
86 method.append(eventPelTerminate, levelPelError, additional); in createPelRaw()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_logging.cpp22 void event(std::map<std::string, std::string>& additional, in event() argument
31 auto pelId = createPel(eventName, additional, emptyFfdc); in event()
H A Dwatchdog_dbus.cpp89 std::map<std::string, std::string>& additional, in createPel() argument
96 additional.emplace("_PID", std::to_string(getpid())); in createPel()
109 method.append(eventType, levelPelError, additional, ffdc); in createPel()
H A Dwatchdog_dbus.hpp51 std::map<std::string, std::string>& additional,
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A DLICENSE-OASIS10 referencing additional sets of general entities and declaring
11 additional notations, label your DTD as a variant of DocBook. See
/openbmc/u-boot/board/birdland/bav335x/
H A DREADME26 CONFIG_EXTRA_ENV_SETTINGS will need additional care to update for your
28 define additional text blocks (such as for NAND or DFU strings). Also
/openbmc/openbmc/poky/bitbake/contrib/
H A DREADME1 This directory is for additional contributed files which may be useful.
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dsys_proto.h15 u32 additional; member
/openbmc/openbmc/meta-tyan/meta-s8036/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-kcs_%.bbappend1 # Create additional kcsbridge service on /dev/ipmi-kcs1
/openbmc/qemu/docs/system/s390x/
H A D3270.rst22 ``CONFIG_TN3270`` and at least one of ``CONFIG_TN3270_TTY`` (for additional
42 This should get you an additional tty for logging into the guest.
45 an additional tty, you can also append ``conmode=3270 condev=000a`` to
/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/
H A Dsmall-flash.cfg1 # These are additional settings that enable flash savings.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-artifact-names.bbclass31 # The actual image that contains the rootfs has an additional suffix (.rootfs
32 # by default) followed by additional suffices which describe the format (.ext4,
H A Drootfsdebugfiles.bbclass7 # This class installs additional files found on the build host
35 ROOTFS_DEBUG_FILES[doc] = "Lists additional files or directories to be installed with 'cp -a' in th…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/
H A Dsmartmontools.default5 # uncomment to pass additional options to smartd on startup
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-3.0.bbclass25 SPDX_PACKAGE_ADDITIONAL_PURPOSE[doc] = "The list of additional purposes to assign to \
27 Packages overrides are allowed to override the additional purposes for \
32 The first listed item will be the Primary Purpose and all additional items will \
33 be added as additional purposes"
37 The first listed item will be the Primary Purpose and all additional items will \
38 be added as additional purposes"
/openbmc/bmcweb/
H A Dmeson.options392 'additional-ports',
400 'additional-protocol',
404 additional-ports index. Allows setting http, https, or both
406 additional-ports index, assumes https.''',
410 'additional-bind-to-device',
414 directive for each additional socket file. If not provided
415 for a given additional-ports index, assumes bind to all
420 'additional-auth',
424 created with additional-ports. Allows auth or noauth, and
429 # end additional ports
/openbmc/openbmc/meta-raspberrypi/.github/
H A DCODE_OF_CONDUCT.md6 For more information, additional questions or comments contact the project's
/openbmc/openbmc/meta-openembedded/
H A DREADME.md6 with additional packages, Each layer have designated maintainer
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-ipmid-providers.bb1 # Warning. Add additional providers with whitelists to distro or machine
/openbmc/openpower-vpd-parser/docs/
H A Dsystem-json_README.md129 "...": "Any number of additional muxes"
140 "extraInterfaces":"<It is used to define additional D-Bus interfaces
147 "...": "Any number of additional interfaces or properties"
166 "...": "Any number of additional action tags"
169 "... ": "Any number of additional phases"
171 "...": "Any number of additional action groups"
/openbmc/qemu/tcg/tci/
H A DREADME26 The additional file tcg/tci.c adds the interpreter and disassembler.
41 additional code in configure which must be fixed when new native TCG
55 qemu.log files. This is also useful to see the effects of additional
56 registers or additional opcodes (it is easy to modify the virtual machine).
/openbmc/bmcweb/config/
H A Dmeson.build143 ports = get_option('additional-ports')
144 binds = get_option('additional-bind-to-device')
145 auths = get_option('additional-auth')
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c152 writel(weimcs->additional, &cscr->additional); in mxc_setup_weimcs()
/openbmc/qemu/docs/interop/
H A Ddbus.rst38 have additional mechanisms to enforce security rules, based for
62 - No security benefit over traditional QEMU, unless additional
63 unless additional controls such as SELinux or AppArmor are
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch6 For passing additional assembler flags

12345678910>>...33