| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | stdatomic.patch | 16 +using std::atomic_bool; 17 +using std::atomic_load_explicit; 18 +using std::memory_order_acquire; 33 +using std::atomic_compare_exchange_strong_explicit; 34 +using std::atomic_fetch_add_explicit; 35 +using std::atomic_fetch_or_explicit; 36 +using std::atomic_fetch_sub_explicit; 37 +using std::atomic_int_least32_t; 38 +using std::atomic_load_explicit; 39 +using std::atomic_store_explicit; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | stdatomic.patch | 16 +using std::atomic_bool; 17 +using std::atomic_load_explicit; 18 +using std::memory_order_acquire; 33 +using std::atomic_compare_exchange_strong_explicit; 34 +using std::atomic_fetch_add_explicit; 35 +using std::atomic_fetch_or_explicit; 36 +using std::atomic_fetch_sub_explicit; 37 +using std::atomic_int_least32_t; 38 +using std::atomic_load_explicit; 39 +using std::atomic_store_explicit; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/ |
| H A D | 0001-Remove-whitespace-in-operator-_json.patch | 10 …24428 | using nlohmann::literals::json_literals::operator "" _json; // NOLINT(misc-unused-usin… 46 - using nlohmann::literals::json_literals::operator "" _json; // NOLINT(misc-unused-using-decls,… 47 - using nlohmann::literals::json_literals::operator "" _json_pointer; //NOLINT(misc-unused-using… 48 + using nlohmann::literals::json_literals::operator ""_json; // NOLINT(misc-unused-using-decls,g… 49 + using nlohmann::literals::json_literals::operator ""_json_pointer; //NOLINT(misc-unused-using-…
|
| /openbmc/phosphor-dbus-monitor/src/templates/ |
| H A D | generated.hpp.mako | 22 using namespace std::string_literals; 23 using namespace std::chrono_literals; 34 using Meta = std::array<std::string, ${len(meta)}>; 50 using Paths = std::array<std::string, ${len(paths)}>; 66 using Interfaces = std::array<std::string, ${len(interfaces)}>; 82 using Paths = std::array<std::string, ${len(pathinstances)}>; 98 using Properties = std::array<std::string, ${len(propertynames)}>; 114 using Storage = std::array<std::tuple<std::any, std::any>, ${len(instances)}>; 125 using PropertyFilters = std::array<std::unique_ptr<Filters>, ${len(filters)}>; 149 using PropertyIndicies = std::array<PropertyIndex, ${len(instancegroups)}>; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-asio-Dont-use-experimental-with-clang.patch | 19 using std::basic_string_view; 20 using std::string_view; 22 -using std::experimental::basic_string_view; 23 -using std::experimental::string_view; 24 +using std::basic_string_view; 25 +using std::string_view;
|
| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | net_config.h | 37 using DBusObjectPath = std::string; 38 using DBusService = std::string; 39 using DBusInterface = std::string; 40 using ObjectTree =
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_ipmi_redfish_user.robot | 30 [Documentation] Create user using redfish and verify via IPMI. 49 [Documentation] Update user password via Redfish and verify using IPMI. 52 # Create user using Redfish. 62 # Update user password using Redfish. 74 [Documentation] Update user privilege via Redfish and verify using IPMI. 77 # Create user using Redfish with admin privilege. 87 # Update user privilege to operator using Redfish. 109 [Documentation] Delete user via redfish and verify using IPMI. 112 # Create user using Redfish. 122 # Delete user using Redfish. [all …]
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | ivshmem.rst | 19 shared memory region. Interrupt support requires using a shared memory 20 server and using a chardev socket to connect to it. The code for the 22 syntax when using the shared memory server is: 33 When using the server, the guest will be assigned a VM ID (>=0) that 34 allows guests using the same server to communicate via interrupts. 45 migration using the PCI hotplug support. 53 Instead of specifying the <shm size> using POSIX shm, you may specify a
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 153.out | 15 Is another process using the image [TEST_DIR/t.qcow2]? 19 Is another process using the image [TEST_DIR/t.qcow2]? 27 Is another process using the image [TEST_DIR/t.qcow2]? 31 Is another process using the image [TEST_DIR/t.qcow2]? 35 Is another process using the image [TEST_DIR/t.qcow2]? 40 Is another process using the image [TEST_DIR/t.qcow2]? 45 Is another process using the image [TEST_DIR/t.qcow2]? 49 Is another process using the image [TEST_DIR/t.qcow2]? 53 Is another process using the image [TEST_DIR/t.qcow2]? 57 Is another process using the image [TEST_DIR/t.qcow2]? [all …]
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_types.hpp.mako | 17 using DUMP_CATEGORY = std::string; 20 using DUMP_TYPE = std::string; 23 using DUMP_COLLECTION_TYPE = std::string; 25 using ErrorType = std::string; 26 using Error = std::string; 27 using ErrorList = std::vector<Error>; 28 using ErrorMap = std::unordered_map<ErrorType, ErrorList>; 50 using DUMP_TYPE_TABLE = 54 using DUMP_TYPE_TO_STRING_MAP =
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/ |
| H A D | pkcs11-helper_1.30.0.bb | 1 SUMMARY = "A library for using PKCS" 3 providers for end-user applications using a simple API and optional OpenSSL \ 4 engine. The library allows using multiple PKCS enumerating available token \ 7 slot, supporting session expiration and much more all using a simple API."
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | Kconfig | 29 This option enables using DFU to read and write to MMC based storage. 35 This option enables using DFU to read and write to NAND based 41 This option enables using DFU to read and write RAM on the target. 46 This option enables using DFU to read and write to SPI flash based
|
| /openbmc/phosphor-fan-presence/presence/templates/ |
| H A D | generated.hpp.mako | 15 using namespace std::string_literals; 28 using Sensors = std::array<std::unique_ptr<PresenceSensor>, ${len(sensors)}>; 44 using Fans = std::array<Fan, ${len(fans)}>; 66 using Policies = std::array<std::unique_ptr<RedundancyPolicy>, ${len(policies)}>;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 4 Subject: [PATCH] Define alignof using _Alignof when using C11 or newer 9 when using std=c11 or newer 13 Fixes build when using -std >= gnu11 and using clang16+
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 4 Subject: [PATCH] Define alignof using _Alignof when using C11 or newer 9 when using std=c11 or newer 13 Fixes build when using -std >= gnu11 and using clang16+
|
| /openbmc/u-boot/drivers/i2c/muxes/ |
| H A D | Kconfig | 6 one of several buses using some sort of control mechanism. The 8 using a suitable I2C MUX driver. 15 one of several buses using some sort of control mechanism. The 17 using a suitable I2C MUX driver. 24 I2C multimaster arbitration scheme using GPIOs and a challenge &
|
| /openbmc/qemu/tests/tcg/mips/user/ase/msa/ |
| H A D | README | 2 mips64el MSA-enabled CPU (I6400, I6500), using an appropriate MIPS toolchain. 8 They are to be executed using QEMU user mode, using command line:
|
| /openbmc/openbmc-test-automation/openpower/localuser/ |
| H A D | test_ipmi_redfish_user.robot | 24 [Documentation] Create user using IPMI without privilege and verify user privilege 58 # Update user password using Redfish. 66 [Documentation] Delete user via redfish and verify using IPMI. 69 # Create user using Redfish. 81 # Update user password using Redfish. 85 # Delete user using Redfish. 94 [Documentation] Update user password via Redfish and verify using IPMI. 97 # Create user using Redfish. 109 # Update user password using Redfish. 121 [Documentation] Update user privilege via Redfish and verify using IPMI. [all …]
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | method.aserver.tag.hpp.mako | 8 using value_types = std::tuple<${m_param}>; 9 using return_type = ${m_return};
|
| /openbmc/boost-dbus/ |
| H A D | README.md | 16 using namespace std; 17 using namespace boost::asio; 18 using boost::system::error_code;
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/ |
| H A D | tpm-quote-tools_1.0.4.bb | 2 for TPM based attestation using the TPM quote mechanism. \ 5 for TPM based attestation using the TPM quote mechanism. The manual \ 9 Windows XP. It was ported to Windows using MinGW and MSYS. \
|
| /openbmc/phosphor-logging/tools/phosphor-logging/templates/ |
| H A D | elog-process-metadata.cpp.mako | 12 using namespace phosphor::logging; 13 using namespace example::xyz::openbmc_project::example::elog; 14 using namespace std::placeholders;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
| H A D | gdb.inc | 10 file://0003-Dont-disable-libreadline.a-when-using-disable-static.patch \ 14 file://0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \
|
| /openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
| H A D | README_VirtualBox_Toaster.txt | 30 Interact with the Toaster web server with your host browser using URL: 45 When using NAT network, the VM web server can be accessed using 68 Interact with the Toaster web server with your host browser using URL:
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | MIGRATION.txt | 15 switching over to using CONFIG_DM_MMC and other base driver model options in 25 and maintainers should submit patches switching over to using CONFIG_DM_USB and 35 and maintainers should submit patches switching over to using CONFIG_AHCI and 48 Kconfig around using CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE and make 96 submit patches switching over to using CONFIG_DM_PCI and other base driver 105 should submit patches switching over to using CONFIG_DM_VIDEO and other base
|