/openbmc/linux/fs/gfs2/ |
H A D | util.h | 30 #define gfs2_assert(sdp, assertion) \ argument 32 if (unlikely(!(assertion))) { \ 39 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, 43 #define gfs2_assert_withdraw(sdp, assertion) \ argument 45 bool _bool = (assertion); \ 47 gfs2_assert_withdraw_i((sdp), #assertion, \ 52 #define gfs2_assert_withdraw_delayed(sdp, assertion) \ argument 54 bool _bool = (assertion); \ 56 gfs2_assert_withdraw_i((sdp), #assertion, \ 61 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, [all …]
|
H A D | util.c | 370 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument 380 assertion, function, file, line); in gfs2_assert_withdraw_i() 400 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument 410 assertion, function, file, line); in gfs2_assert_warn_i() 420 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | kwbimage-lschl.cfg | 139 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal 140 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal 141 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal 142 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal 147 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal 148 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal 149 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal 150 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal 188 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register 189 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register [all …]
|
H A D | kwbimage-lsxhl.cfg | 139 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal 140 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal 141 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal 142 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal 147 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal 148 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal 149 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal 150 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal 188 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register 189 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register [all …]
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | kwbimage.cfg | 128 # bit7-4: 2, 2 cycles from read command to assertion of M_ODT signal 129 # bit11-8: 5, 5 cycles from read command to de-assertion of M_ODT signal 130 # bit15-12: 5, 5 cycles from read command to assertion of internal ODT signal 131 # bit19-16: 8, 8 cycles from read command to de-assertion of internal ODT signal 135 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal 136 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal 137 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal 138 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal 169 # bit1-0: 0, M_ODT[0] assertion is controlled by ODT Control Low register 170 # bit3-2: 0, M_ODT[1] assertion is controlled by ODT Control Low register [all …]
|
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | kwbimage-memphis.cfg | 133 # bit7-4 : 0010, M_ODT assertion 2 cycles after read 134 # bit11-8 : 0101, M_ODT de-assertion 5 cycles after read 135 # bit15-12: 0100, internal ODT assertion 4 cycles after read 136 # bit19-16: 1000, internal ODT de-assertion 8 cycles after read 140 # bit3-0 : 0001, M_ODT assertion same cycle as write 141 # bit7-4 : 0101, M_ODT de-assertion x cycles after write 142 # bit11-8 : 0100, internal ODT assertion x cycles after write 143 # bit15-12: 1000, internal ODT de-assertion x cycles after write
|
H A D | kwbimage_256M8_1.cfg | 196 # bit 7-4: 2, M_ODT assertion 2 cycles after read start command 197 # bit 11-8: 5, M_ODT de-assertion 5 cycles after read start command 201 # bit 19-16: 8, internal ODT de-assertion based on bit 11-8 206 # bit 3-0: 2, M_ODT assertion same as bit 11-8 207 # bit 7-4: 5, M_ODT de-assertion same as bit 15-12 208 # bit 11-8: 4, internal ODT assertion 2 cycles after write start command 210 # bit 15-12: 8, internal ODT de-assertion 5 cycles after write start command
|
H A D | kwbimage_128M16_1.cfg | 196 # bit 7-4: 2, M_ODT assertion 2 cycles after read start command 197 # bit 11-8: 5, M_ODT de-assertion 5 cycles after read start command 201 # bit 19-16: 8, internal ODT de-assertion based on bit 11-8 206 # bit 3-0: 2, M_ODT assertion same as bit 11-8 207 # bit 7-4: 5, M_ODT de-assertion same as bit 15-12 208 # bit 11-8: 4, internal ODT assertion 2 cycles after write start command 210 # bit 15-12: 8, internal ODT de-assertion 5 cycles after write start command
|
/openbmc/u-boot/lib/ |
H A D | panic.c | 49 void __assert_fail(const char *assertion, const char *file, unsigned int line, in __assert_fail() argument 54 assertion); in __assert_fail()
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensordatahandler.cpp | 136 GetSensorResponse assertion(const Info& sensorInfo) in assertion() function 147 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, in assertion() function 222 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion() function 292 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion() function 377 GetSensorResponse assertion(const Info& sensorInfo) in assertion() function 391 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
|
H A D | sensordatahandler.hpp | 151 GetSensorResponse assertion(const Info& sensorInfo); 340 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, 503 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, 626 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, 647 GetSensorResponse assertion(const Info& sensorInfo); 661 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
|
H A D | ipmisensor.cpp | 35 char assertion[64]; member 252 (*pTable->func)(pRec, pTable, pTable->assertion); in reportSensorEventAssert()
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | arm,pl172.txt | 67 - mpmc,write-enable-delay: Delay from chip select assertion to write 70 - mpmc,output-enable-delay: Delay from chip select assertion to output 73 - mpmc,write-access-delay: Delay from chip select assertion to write 76 - mpmc,read-access-delay: Delay from chip select assertion to read
|
H A D | mvebu-devbus.txt | 62 - devbus,rd-setup-ps: Defines the time delay between DEV_CSn assertion to 63 DEV_OEn assertion. If set to 0 (default), 72 de-assertion of DEV_CSn. If set to 0 (default), 75 This parameter has no affect on DEV_OEn de-assertion. 86 to the DEV_WEn assertion.
|
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/ |
H A D | eagain.patch | 7 …lib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul_read_thread: assertion failed (error ==… 8 …lib-networking/2.74.0-r0/tls/tests/connection.c:1944:simul_read_thread: assertion failed (error ==…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | 0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch | 8 ../git/src/mmap_hook.cc:309:31: error: static assertion failed 12 default value of glibc, so the assertion would be failed on 32bit system, and
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/ |
H A D | nana_git.bb | 1 SUMMARY = "Support for assertion checking and logging in GNU C/C++" 2 DESCRIPTION = "GNU Nana is a free library providing improved support for assertion\
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.txt | 98 with ADV assertion. 100 assertion, with respect to the cycle where ADV (address valid) is asserted. 104 assertion to OE assertion. Valid values 0 thru 15.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfido2/ |
H A D | libfido2_1.15.0.bb | 4 assertion signatures."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
H A D | CVE-2023-34194.patch | 3 Subject: Avoid reachable assertion via crafted XML document with a '\0'
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-server-Adjust-the-cache-alignment-assumptions.patch | 11 src/mongo/db/stats/counters.h:185:47: error: static assertion failed: cache line spill
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
H A D | checkstop-monitor.bb | 19 # via GPIO assertion
|
/openbmc/openbmc/poky/meta/recipes-support/libcheck/ |
H A D | libcheck_0.15.2.bb | 4 address space, so both assertion failures and code errors that cause \
|
/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 21 assertion before executing shut down procedure.
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc.inc | 26 # ifunc doesn't appear to work on mips, casuses libbfd assertion failures
|