Home
last modified time | relevance | path

Searched full:failure (Results 1 – 25 of 2668) sorted by relevance

12345678910>>...107

/Linux-v5.10/drivers/scsi/
Dsense_codes.h86 SENSE_CODE(0x0800, "Logical unit communication failure")
93 SENSE_CODE(0x0901, "Tracking servo failure")
94 SENSE_CODE(0x0902, "Focus servo failure")
95 SENSE_CODE(0x0903, "Spindle servo failure")
120 SENSE_CODE(0x0B13, "Warning - microcode digital signature validation failure")
144 SENSE_CODE(0x0D01, "Third party device failure")
196 SENSE_CODE(0x1407, "Locate operation failure")
416 SENSE_CODE(0x3007, "Cleaning failure")
435 SENSE_CODE(0x3201, "Defect list update failure")
439 SENSE_CODE(0x3400, "Enclosure failure")
[all …]
/Linux-v5.10/include/uapi/linux/
Dfpga-dfl.h62 * it should never cause any system level issue, only functional failure
63 * (e.g. DMA or PR operation failure) and be recoverable from the failure.
64 * Return: 0 on success, -errno of failure
75 * Return: 0 on success, -errno on failure.
95 * Return: 0 on success, -errno on failure.
124 * Return: 0 on success, -errno on failure.
143 * Return: 0 on success, -errno on failure.
173 * Return: 0 on success, -errno on failure.
184 * Return: 0 on success, -errno on failure.
196 * Return: 0 on success, -errno on failure.
[all …]
Dnitro_enclaves.h37 * * -1 - There was a failure in the ioctl logic.
38 * On failure, errno is set to:
39 * * EFAULT - copy_to_user() failure.
40 * * ENOMEM - Memory allocation failure for internal
64 * * -1 - There was a failure in the ioctl logic.
65 * On failure, errno is set to:
66 * * EFAULT - copy_from_user() / copy_to_user() failure.
67 * * ENOMEM - Memory allocation failure for internal
99 * * -1 - There was a failure in the ioctl logic.
100 * On failure, errno is set to:
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp2_transition.c68 /* 1A-08: consider ake timeout a failure */ in mod_hdcp_hdcp2_transition()
84 * 1A-09: consider invalid ake cert a failure in mod_hdcp_hdcp2_transition()
85 * 1A-10: consider receiver id listed in SRM a failure in mod_hdcp_hdcp2_transition()
115 /* 1A-11-3: consider h' timeout a failure */ in mod_hdcp_hdcp2_transition()
136 * a failure in mod_hdcp_hdcp2_transition()
147 /* 1A-11-1: consider invalid h' a failure */ in mod_hdcp_hdcp2_transition()
167 /* 1A-11-2: consider h' timeout a failure */ in mod_hdcp_hdcp2_transition()
179 /* 1A-11-1: consider invalid h' a failure */ in mod_hdcp_hdcp2_transition()
194 * 1A-05: consider disconnection after LC init a failure in mod_hdcp_hdcp2_transition()
195 * 1A-13-1: consider invalid l' a failure in mod_hdcp_hdcp2_transition()
[all …]
Dhdcp1_transition.c40 /* 1A-04: repeatedly attempts on port access failure */ in mod_hdcp_hdcp1_transition()
59 /* 1A-05: consider invalid bksv a failure */ in mod_hdcp_hdcp1_transition()
73 /* 1A-06: consider invalid r0' a failure */ in mod_hdcp_hdcp1_transition()
74 /* 1A-08: consider bksv listed in SRM a failure */ in mod_hdcp_hdcp1_transition()
97 /* 1A-07: consider invalid ri' a failure */ in mod_hdcp_hdcp1_transition()
98 /* 1A-07a: consider read ri' not returned a failure */ in mod_hdcp_hdcp1_transition()
132 /* 1B-06: consider MAX_CASCADE_EXCEEDED a failure */ in mod_hdcp_hdcp1_transition()
133 /* 1B-05: consider MAX_DEVS_EXCEEDED a failure */ in mod_hdcp_hdcp1_transition()
134 /* 1B-04: consider invalid v' a failure */ in mod_hdcp_hdcp1_transition()
163 /* 1A-04: no authentication on bcaps read failure */ in mod_hdcp_hdcp1_dp_transition()
[all …]
/Linux-v5.10/tools/testing/selftests/kvm/lib/
Dio.c22 * error (e.g. EIO). Such errors cause a TEST_ASSERT failure.
28 * write(2) or cause a TEST_ASSERT failure.
39 * On failure, a TEST_ASSERT failure is caused.
59 "Unexpected write failure,\n" in test_write()
94 * error (e.g. EIO). Such errors cause a TEST_ASSERT failure. Note,
97 * failure is produced if an End-Of-File condition occurs, before all the
105 * read(2) or cause a TEST_ASSERT failure.
116 * On failure, a TEST_ASSERT failure is caused.
136 "Unexpected read failure,\n" in test_read()
/Linux-v5.10/tools/testing/selftests/sync/
Dsync_fence.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_one_timeline_wait()
42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_one_timeline_wait()
46 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
50 ASSERT(ret == 0, "Failure advancing timeline\n"); in test_fence_one_timeline_wait()
54 ASSERT(ret == 0, "Failure waiting on fence until timeout\n"); in test_fence_one_timeline_wait()
58 ASSERT(ret == 0, "Failure signaling the fence\n"); in test_fence_one_timeline_wait()
62 ASSERT(ret > 0, "Failure waiting on fence\n"); in test_fence_one_timeline_wait()
66 ASSERT(ret == 0, "Failure going further\n"); in test_fence_one_timeline_wait()
68 ASSERT(ret > 0, "Failure waiting ahead\n"); in test_fence_one_timeline_wait()
89 ASSERT(valid, "Failure allocating fences\n"); in test_fence_one_timeline_merge()
[all …]
/Linux-v5.10/samples/bpf/
Dtest_lwt_bpf.sh134 function failure { function
144 failure "test_ctx xmit: packets are dropped"
160 failure "test_ctx out: packets are dropped"
176 failure "test_ctx out: packets are dropped"
200 failure "test_data ${1}: packets are dropped"
213 failure "test_data in: packets are dropped"
231 failure "test_cb ${1}: packets are dropped"
247 failure "test_cb in: packets are dropped"
271 failure "test_drop_all ${1}: Unexpected success of ping"
284 failure "test_drop_all in: Unexpected success of ping"
[all …]
/Linux-v5.10/drivers/ide/
Dide-cd_verbose.c135 { 0x015d00, "Failure prediction threshold exceeded"
136 " - Predicted logical unit failure" },
137 { 0x015d01, "Failure prediction threshold exceeded"
138 " - Predicted media failure" },
139 { 0x015dff, "Failure prediction threshold exceeded - False" },
172 { 0x033201, "Defect list update failure" },
173 { 0x035100, "Erase failure" },
180 { 0x037304, "Program memory area / RMA update failure" },
186 { 0x040901, "Tracking servo failure" },
187 { 0x040902, "Focus servo failure" },
[all …]
/Linux-v5.10/include/uapi/linux/usb/
Draw_gadget.h157 * Returns 0 on success or negative error code on failure.
163 * Returns 0 on success or negative error code on failure.
171 * Returns 0 on success or negative error code on failure.
181 * failure.
190 * Returns enabled endpoint handle on success or negative error code on failure.
197 * Returns 0 on success or negative error code on failure.
208 * failure.
215 * Returns 0 on success or negative error code on failure.
222 * Returns 0 on success or negative error code on failure.
230 * on failure.
[all …]
/Linux-v5.10/drivers/media/i2c/
Dmax9271.h93 * Return 0 on success or a negative error code on failure
106 * Return 0 on success or a negative error code on failure
116 * Return 0 on success or a negative error code on failure
127 * Return 0 on success or a negative error code on failure
139 * Return 0 on success or a negative error code on failure
151 * Return 0 on success or a negative error code on failure
163 * Return 0 on success or a negative error code on failure
175 * Return 0 on success or a negative error code on failure
183 * Return 0 on success or a negative error code on failure
197 * Return 0 on success or a negative error code on failure
[all …]
/Linux-v5.10/drivers/platform/x86/
Dintel_telemetry_core.c112 * Return: 0 success, < 0 for failure
133 * Return: 0 success, < 0 for failure
152 * Return: 0 success, < 0 for failure
168 * Return: 0 success, < 0 for failure
183 * Return: 0 success, < 0 for failure
205 * Return: 0 success, < 0 for failure
223 * Return: number of eventlogs read for success, < 0 for failure
242 * Return: number of eventlogs read for success, < 0 for failure
258 * Return: number of eventlogs read for success, < 0 for failure
276 * Return: number of eventlogs read for success, < 0 for failure
[all …]
/Linux-v5.10/lib/
Dlocking-selftest.c28 * Change this to 1 if you want to see the failure printouts:
44 #define FAILURE 0 macro
1389 if (expected == FAILURE && debug_locks) { in dotest()
1440 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1452 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1458 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \
1459 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1465 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\
1466 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \
1473 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \
[all …]
/Linux-v5.10/drivers/gpu/drm/
Ddrm_mipi_dsi.c164 drm_err(host, "modalias failure on %pOF\n", node); in of_mipi_dsi_device_add()
439 * Return: 0 on success or a negative error code on failure.
490 * Return: 0 on success or a negative error code on failure.
510 * Return: 0 on success or a negative error code on failure.
533 * Return: 0 on success or a negative error code on failure.
559 * Return: 0 on success or a negative error code on failure.
584 * Return: 0 on success or a negative error code on failure.
611 * on failure.
656 * failure.
700 * code on failure.
[all …]
/Linux-v5.10/lib/raid6/
Drecov.c11 * RAID-6 data recovery in dual failure mode. In single failure mode,
12 * use the RAID-5 algorithm (or, in the case of Q failure, just reconstruct
63 /* Recover failure of one data block plus the P block */
118 /* P+Q failure. Just rebuild the syndrome. */ in raid6_dual_recov()
121 /* data+Q failure. Reconstruct data from P, in raid6_dual_recov()
127 /* data+P failure. */ in raid6_dual_recov()
130 /* data+data failure. */ in raid6_dual_recov()
/Linux-v5.10/tools/testing/selftests/lkdtm/
Dtests.txt7 #EXHAUST_STACK Corrupts memory on failure
18 #OVERWRITE_ALLOCATION Corrupts memory on failure
19 #WRITE_AFTER_FREE Corrupts memory on failure
21 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
/Linux-v5.10/include/asm-generic/
Derror-injection.h8 EI_ETYPE_NULL, /* Return NULL if failure */
9 EI_ETYPE_ERRNO, /* Return -ERRNO if failure */
10 EI_ETYPE_ERRNO_NULL, /* Return -ERRNO or NULL if failure */
11 EI_ETYPE_TRUE, /* Return true if failure */
/Linux-v5.10/fs/xfs/
Dxfs_extfree_item.h35 * inserted to the AIL or in the event of failure along the way (e.g., commit
36 * failure, log I/O error, etc.). Note that the caller remains responsible for
38 * means to detect failure once the transaction is committed, however.
40 * unrelated failure.
45 * of commit failure or log I/O errors. Note that the EFD is not inserted in the
/Linux-v5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_vpu.c38 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler()
39 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler()
56 mtk_mdp_dbg(0, "[%d]:msg 0x%x, failure:%d", ctx->id, in mtk_mdp_vpu_ipi_handler()
57 msg_id, vpu->failure); in mtk_mdp_vpu_ipi_handler()
106 if (!err && vpu->failure) in mtk_mdp_vpu_send_ap_ipi()
124 if (!err && vpu->failure) in mtk_mdp_vpu_init()
/Linux-v5.10/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c63 * failure is not expected also in this case. in expecting_failure()
72 /* Check if failure occurred whilst in transaction. */
76 * When failure handling occurs, CR0 is set to 0b1010 (0xa). Otherwise in is_failure()
77 * transaction completes without failure and hence reaches out 'tend.' in is_failure()
87 * Expected values for vs0 and vs32 after a TM failure. They must never in tm_una_ping()
126 * Adjust VS0 expected value after an TM failure, in tm_una_ping()
132 * Adjust VS32 expected value after an TM failure, in tm_una_ping()
228 * Check if we were expecting a failure and it did not occur by checking in tm_una_ping()
238 /* Check if we were not expecting a failure and a it occurred. */ in tm_una_ping()
241 printf("\n\tUnexpected transaction failure 0x%02lx\n\t", in tm_una_ping()
[all …]
/Linux-v5.10/include/net/caif/
Dcfpkt.h31 * @return zero on success and error code upon failure
69 * @return zero on success and error code upon failure
79 * @return zero on success and error code upon failure
90 * @return zero on success and error code upon failure
101 * @return zero on success and error code upon failure
111 * @return zero on success and error code upon failure
120 * @return zero on success and error code upon failure
130 * @return zero on success and error code upon failure
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c137 * Return: 0 for success, non-zero for failure.
155 ioc_err(ioc, "failure at %s:%d/%s()!\n", in _transport_set_identify()
163 ioc_err(ioc, "handle(0x%04x), ioc_status(0x%04x) failure at %s:%d/%s()!\n", in _transport_set_identify()
287 * Return: 0 for success, non-zero for failure.
341 pr_err("failure at %s:%d/%s()!\n", __FILE__, in _transport_expander_report_manufacture()
619 ioc_err(ioc, "failure at %s:%d/%s()!\n", in mpt3sas_transport_port_add()
638 ioc_err(ioc, "failure at %s:%d/%s()!\n", in mpt3sas_transport_port_add()
644 ioc_err(ioc, "failure at %s:%d/%s()!\n", in mpt3sas_transport_port_add()
662 ioc_err(ioc, "failure at %s:%d/%s()!\n", in mpt3sas_transport_port_add()
668 ioc_err(ioc, "failure at %s:%d/%s()!\n", in mpt3sas_transport_port_add()
[all …]
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_pgtable.h90 * Return: 0 on success, negative error code on failure.
120 * Return: 0 on success, negative error code on failure.
130 * Return: 0 on success, negative error code on failure.
164 * Return: 0 on success, negative error code on failure.
185 * Return: 0 on success, negative error code on failure.
203 * Return: 0 on success, negative error code on failure.
217 * Return: The old page-table entry prior to setting the flag, 0 on failure.
235 * Return: The old page-table entry prior to clearing the flag, 0 on failure.
253 * Return: 0 on success, negative error code on failure.
281 * Return: 0 on success, negative error code on failure.
[all …]
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dhal.h967 /* success or failure */
1006 /* success or failure */
1033 /* success or failure */
1174 /* success or failure */
1189 /* success or failure */
1209 /* success or failure */
1256 /* success or failure */
1315 /* success or failure */
1352 /* success or failure */
1732 /* success or failure */
[all …]
/Linux-v5.10/include/linux/
Dled-class-flash.h95 * Returns: 0 on success or negative error value on failure
137 * Returns: 0 on success or negative error value on failure
154 * Returns: 0 on success or negative error value on failure
174 * Returns: 0 on success or negative error value on failure
186 * Returns: 0 on success or negative error value on failure
197 * Returns: 0 on success or negative error value on failure
208 * Returns: 0 on success or negative error value on failure

12345678910>>...107