Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/linux/fs/gfs2/
H A Dutil.h30 #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 Dutil.c370 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 Dkwbimage-lschl.cfg139 # 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 Dkwbimage-lsxhl.cfg139 # 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 Dkwbimage.cfg128 # 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 Dkwbimage-memphis.cfg133 # 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 Dkwbimage_256M8_1.cfg196 # 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 Dkwbimage_128M16_1.cfg196 # 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 Dpanic.c49 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 Dsensordatahandler.cpp136 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 Dsensordatahandler.hpp151 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 Dipmisensor.cpp35 char assertion[64]; member
252 (*pTable->func)(pRec, pTable, pTable->assertion); in reportSensorEventAssert()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Darm,pl172.txt67 - 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 Dmvebu-devbus.txt62 - 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 Deagain.patch7 …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 D0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch8 ../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 Dnana_git.bb1 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 Dqcom,ebi2.txt98 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 Dlibfido2_1.15.0.bb4 assertion signatures."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2023-34194.patch3 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 D0001-server-Adjust-the-cache-alignment-assumptions.patch11 src/mongo/db/stats/counters.h:185:47: error: static assertion failed: cache line spill
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dcheckstop-monitor.bb19 # via GPIO assertion
/openbmc/openbmc/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb4 address space, so both assertion failures and code errors that cause \
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dltc2952-poweroff.txt21 assertion before executing shut down procedure.
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc.inc26 # ifunc doesn't appear to work on mips, casuses libbfd assertion failures

123