Home
last modified time | relevance | path

Searched full:ensure (Results 1 – 25 of 1379) sorted by relevance

12345678910>>...56

/openbmc/telemetry/src/utils/
H A Densure.hpp10 struct Ensure struct
12 Ensure() = default;
15 Ensure(U&& functor) : functor(std::forward<U>(functor)) in Ensure() function
18 Ensure(F functor) : functor(std::move(functor)) {} in Ensure() argument
20 Ensure(Ensure&& other) = delete;
21 Ensure(const Ensure&) = delete;
23 ~Ensure() in ~Ensure() argument
29 Ensure& operator=(U&& other) in operator =() argument
36 Ensure& operator=(Ensure&& other) = delete;
38 Ensure& operator=(std::nullptr_t) in operator =() argument
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_vbmeta_image.c38 /* Ensure magic is correct. */ in avb_vbmeta_image_verify()
44 /* Before we byteswap, ensure length is long enough. */ in avb_vbmeta_image_verify()
52 /* Ensure we don't attempt to access any fields if we do not meet in avb_vbmeta_image_verify()
62 /* Ensure |release_string| ends with a NUL byte. */ in avb_vbmeta_image_verify()
68 /* Ensure inner block sizes are multiple of 64. */ in avb_vbmeta_image_verify()
75 /* Ensure block sizes all add up to at most |length|. */ in avb_vbmeta_image_verify()
88 /* Ensure passed in memory doesn't wrap. */ in avb_vbmeta_image_verify()
94 /* Ensure hash and signature are entirely in the Authentication data block. */ in avb_vbmeta_image_verify()
108 /* Ensure public key is entirely in the Auxiliary data block. */ in avb_vbmeta_image_verify()
116 /* Ensure public key metadata (if set) is entirely in the Auxiliary in avb_vbmeta_image_verify()
[all …]
/openbmc/openbmc/meta-arm/kas/
H A Dcorstone1000-firmware-only.yml9 # Need to ensure the rescue linux options are selected
12 # Need to ensure we build with a small libc
16 # Ensure the Mass Storage device is absent
/openbmc/libpldm/scripts/
H A Dpre-submit29 # Ensure the test suite passes in the default configuration. Note
36 # Ensure the test suite passes in release mode. libpldm specifies
45 # Ensure that the test suite doesn't fail to link against the stable ABI, and
54 # Ensure the build completes for maintenance purposes. Note that tests are
H A Drun-ci29 # Ensure the test suite passes in the default configuration. Note
36 # Ensure the test suite passes in release mode. libpldm specifies
45 # Ensure that the test suite doesn't fail to link against the stable ABI, and
54 # Ensure the build completes for maintenance purposes. Note that tests are
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp64 "Ensure all cables are properly and securely connected. Replace the failed battery.",
76 "Attach the battery. Ensure all cables are properly and securely connected.",
162 "Ensure all cables are properly and securely connected. Replace faulty cables.",
174 "Ensure all cables are properly and securely connected. Replace faulty cables.",
211 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Repl…
247 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Repl…
344 "Ensure all cables are properly and securely connected. Replace failed drives.",
357 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated and op…
/openbmc/u-boot/arch/mips/lib/
H A Dcache.c136 /* ensure cache ops complete before any further memory accesses */ in flush_cache()
139 /* ensure the pipeline doesn't contain now-invalid instructions */ in flush_cache()
157 /* ensure cache ops complete before any further memory accesses */ in flush_dcache_range()
175 /* ensure cache ops complete before any further memory accesses */ in invalidate_dcache_range()
195 /* ensure the pipeline doesn't contain now-invalid instructions */ in dcache_disable()
/openbmc/telemetry/tests/src/
H A Dtest_ensure.cpp2 #include "utils/ensure.hpp"
11 utils::Ensure<std::function<void()>> sut;
/openbmc/u-boot/drivers/fpga/
H A Dsocfpga_gen5.c119 /* Ensure the FPGA entering config done */
153 /* Ensure the FPGA entering init phase */
177 /* Ensure the FPGA entering user mode */
237 /* Ensure the FPGA entering config done */ in socfpga_load()
242 /* Ensure the FPGA entering init phase */ in socfpga_load()
247 /* Ensure the FPGA entering user mode */ in socfpga_load()
/openbmc/sdbusplus/test/async/
H A Dtask.cpp16 // Check to ensure the co-routine hasn't started executing yet. in TEST()
71 // Ensure throws surface up. in TEST()
74 // Ensure throws can be caught inside a co-routine. in TEST()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass5 # ANY_OF_xxx_FEATURES: ensure at least one item on this list is included
7 # REQUIRED_xxx_FEATURES: ensure every item on this list is included
9 # CONFLICT_xxx_FEATURES: ensure no item in this list is included in
/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp39 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
58 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
86 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
/openbmc/phosphor-state-manager/
H A DREADME.md32 ensure all generic services installed within the PSM targets complete
40 - Ensure it can support required external interfaces, but don't necessarily
109 ensure `PowerRestoreDelay` is set to a suitable value to ensure the BMC reaches
119 - Ensure the BMC, Chassis, and Host states accurately represent the state of the
125 the files defined below and ensure the common targets go active is a must for
129 ensure it's always getting the most accurate state information. It discovers the
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_signature.cpp107 // corrupt the image-kernel.sig file and ensure that verification fails in TEST_F()
116 // Remove publickey file from the image and ensure that verify fails in TEST_F()
125 // Change the hashfunc value and ensure that verification fails in TEST_F()
134 // Remove the conf folder in the system and ensure that verify fails in TEST_F()
/openbmc/qemu/include/accel/tcg/
H A Dhelper-retaddr.h23 * Ensure that this write is visible to the SIGSEGV handler that in set_helper_retaddr()
32 * Ensure that previous memory operations have succeeded before in clear_helper_retaddr()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecuring-images.rst62 - Ensure you can update the software on the device to mitigate
73 - Ensure you remove or disable debugging functionality before producing
78 - Ensure you have no network services listening that are not needed.
110 - Ensure that "allow-empty-password", "allow-root-login", or
141 want to ensure security, consider setting a different, random
/openbmc/docs/architecture/
H A Doptionality.md5 new features are developed, to ensure stability of systems over time. With that
20 features should be architected to ensure that, when removed, they do not cause
67 CI will generally enable all developer opt-in features to ensure the most
/openbmc/bios-bmc-smm-error-logger/src/
H A Dpci_handler.cpp44 // Use a volatile pointer to ensure every access reads directly from the in read()
74 // Use a volatile pointer to ensure every access writes directly to the in write()
79 // Perform a byte-by-byte copy to ensure volatile semantics. in write()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/
H A D0001-cmake-Check-for-HP-libunwind.patch6 This is to ensure that cmake does not detect LLVM unwinder, which
9 tests we ensure that this test passes only with HP libunwind.
/openbmc/u-boot/board/freescale/p1022ds/
H A Ddiu.c314 /* Do a read-back to ensure the write completed */ in pixis_write()
346 * To ensure the post-write is completed to eLBC, software must in flash_write8()
349 * set_mux_to_diu() includes a sync that will ensure the in flash_write8()
364 * To ensure the post-write is completed to eLBC, software must in flash_write16()
367 * set_mux_to_diu() includes a sync that will ensure the in flash_write16()
382 * To ensure the post-write is completed to eLBC, software must in flash_write32()
385 * set_mux_to_diu() includes a sync that will ensure the in flash_write32()
410 * To ensure the post-write is completed to eLBC, software must in flash_write64()
415 * that will ensure the __raw_readb() completes before it in flash_write64()
/openbmc/openbmc/meta-phosphor/recipes-core/os-release/
H A Dos-release.bbappend5 # and pasting into another recipe ensure it is understood
30 # Ensure the git commands run every time bitbake is invoked.
/openbmc/libcper/generator/sections/
H A Dgen-section-generic.c32 //Ensure CPU brand string does not terminate early. in generate_section_generic()
35 //Ensure only printable ascii is used in generate_section_generic()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DQPL-1.0-INRIA-200450 b. You must ensure that all recipients of the machine-executable
57 c. You must ensure that all modifications included in the
70 a. You must ensure that all recipients of machine-executable
H A DBitstreamVera64 Bitstream is giving away these fonts, but wishes to ensure its
86 You must change the name(s) of the fonts. This is to ensure the
88 ensure that if an application has opened a font specifically of these
98 provisions for working with Bitstream to ensure quality additions to
/openbmc/sdbusplus/test/exception/
H A Dsdbus_error.cpp102 // Ensure the old object was cleaned up in TEST()
108 // Ensure our new object has the same data but moved in TEST()
120 // Ensure the old object was cleaned up in TEST()
127 // Ensure our new object has the same data but moved in TEST()

12345678910>>...56