Home
last modified time | relevance | path

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

12345678910>>...153

/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/linux/arch/arm64/mm/
H A Dcache.S20 * Ensure that the I and D caches are coherent within specified region.
48 * Ensure that the I and D caches are coherent within specified region.
64 * Ensure that the I and D caches are coherent within specified region.
87 * Ensure that the I cache is invalid within specified region.
105 * Ensure that any D-cache lines for the interval [start, end)
120 * Ensure that any D-cache lines for the interval [start, end)
138 * Ensure that any D-cache lines for the interval [start, end)
169 * Ensure that any D-cache lines for the interval [start, end)
184 * Ensure that any D-cache lines for the interval [start, end)
/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/linux/mm/kmsan/
H A Dkmsan_test.c153 /* Test case: ensure that kmalloc() returns uninitialized memory. */
166 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
180 /* Test case: ensure that kzalloc() returns initialized memory. */
192 /* Test case: ensure that local variables are uninitialized by default. */
203 /* Test case: ensure that local variables with initializers are initialized. */
260 * Test case: ensure that uninitialized values are tracked through function
284 * Test case: ensure kmsan_check_memory() reports an error when checking
333 * Test case: ensure that memset() can initialize a buffer allocated via
353 /* Test case: ensure that use-after-free reporting works. */
371 * Test case: ensure that uninitialized values are propagated through per-CPU
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp59 "Ensure all cables are properly and securely connected. Replace the failed battery.",
71 "Attach the battery. Ensure all cables are properly and securely connected.",
157 "Ensure all cables are properly and securely connected. Replace faulty cables.",
169 "Ensure all cables are properly and securely connected. Replace faulty cables.",
206 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Repl…
242 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated. Repl…
339 "Ensure all cables are properly and securely connected. Replace failed drives.",
352 …"Ensure all cables are properly and securely connected. Ensure all drives are fully seated and op…
/openbmc/linux/arch/arm/include/asm/
H A Dcacheflush.h71 * Ensure coherency between the Icache and the Dcache in the
79 * Ensure coherency between the Icache and the Dcache in the
87 * Ensure that the data held in page is written back.
136 * Their sole purpose is to ensure that data held in the cache
155 * Their sole purpose is to ensure that data held in the cache
264 * flush_icache_user_range is used when we want to ensure that the
271 * Perform necessary cache operations to ensure that data previously
277 * Perform necessary cache operations to ensure that the TLB will
328 * data, we need to do a full cache flush to ensure that writebacks
356 * to always ensure proper cache maintenance to update main memory right
[all …]
H A Dfncpy.h19 * the alignment of functions must be preserved when copying. To ensure this,
23 * function to be copied is defined, and ensure that your allocator for the
66 * Ensure alignment of source and destination addresses, \
/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/linux/drivers/crypto/intel/keembay/
H A Docs-aes.c358 /* Ensure DMA error interrupts are enabled */ in aes_irq_enable()
379 /* Ensure AES interrupts are disabled */ in aes_irq_enable()
564 /* Ensure interrupts are disabled and pending interrupts cleared. */ in ocs_aes_init()
608 /* Ensure cipher, mode and instruction are valid. */ in ocs_aes_validate_inputs()
642 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs()
646 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
654 /* Ensure input length is multiple of block size */ in ocs_aes_validate_inputs()
658 /* Ensure source and destination linked lists are created */ in ocs_aes_validate_inputs()
663 /* Ensure IV is present and block size in length */ in ocs_aes_validate_inputs()
670 /* Ensure input length of 1 byte or greater */ in ocs_aes_validate_inputs()
[all …]
/openbmc/linux/include/linux/
H A Dballoon_compaction.h18 * ensure following these simple rules:
31 * the aforementioned balloon page corner case, as well as to ensure the simple
88 * Caller must ensure the page is locked and the spin_lock protecting balloon
105 * Caller must ensure the page is locked and the spin_lock protecting balloon
162 * Caller must ensure the page is private and protect the list.
174 * Caller must ensure the page is private and protect the list.
/openbmc/linux/fs/nfs/
H A Dio.c30 * Declare that a buffered read operation is about to start, and ensure
33 * and holds a shared lock on inode->i_rwsem to ensure that the flag
74 * Declare that a buffered read operation is about to start, and ensure
110 * Declare that a direct I/O operation is about to start, and ensure
113 * and holds a shared lock on inode->i_rwsem to ensure that the flag
/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/linux/fs/ceph/
H A Dio.c38 * Declare that a buffered read operation is about to start, and ensure
41 * and holds a shared lock on inode->i_rwsem to ensure that the flag
83 * Declare that a buffered write operation is about to start, and ensure
124 * Declare that a direct I/O operation is about to start, and ensure
127 * and holds a shared lock on inode->i_rwsem to ensure that the flag
/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/linux/drivers/iio/accel/
H A Dmma9551_core.c211 * Locking is not handled inside the function. Callers should ensure they
236 * Locking is not handled inside the function. Callers should ensure they
261 * Locking is not handled inside the function. Callers should ensure they
286 * Locking is not handled inside the function. Callers should ensure they
320 * Locking is not handled inside the function. Callers should ensure they
347 * Locking is not handled inside the function. Callers should ensure they
380 * Locking is not handled inside the function. Callers should ensure they
419 * Locking is not handled inside the function. Callers should ensure they
458 * Locking is not handled inside the function. Callers should ensure they
493 * Locking is not handled inside the function. Callers should ensure they
[all …]
/openbmc/libpldm/scripts/
H A Dpre-submit26 # Ensure the test suite passes in the default configuration. Note
33 # Ensure the test suite passes in release mode. libpldm specifies
42 # Ensure the test suite links when testing symbols are removed from the ABI
H A Drun-ci26 # Ensure the test suite passes in the default configuration. Note
33 # Ensure the test suite passes in release mode. libpldm specifies
42 # Ensure the test suite links when testing symbols are removed from the ABI
/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/linux/rust/kernel/sync/
H A Dlock.rs23 /// - Implementers must ensure that only one thread/CPU may access the protected data once the lock
25 /// - Implementers must also ensure that `relock` uses the same locking method as the original
50 /// Callers must ensure that [`Backend::init`] has been previously called.
65 /// Callers must ensure that `guard_state` comes from a previous call to [`Backend::lock`] (or
68 // SAFETY: The safety requirements ensure that the lock is initialised. in relock()
183 /// The caller must ensure that it owns the lock.
/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 "debug-tweaks" is not one of your selected
141 want to ensure security, consider setting a different, random
/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/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/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/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/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()

12345678910>>...153