/Linux-v6.6/drivers/scsi/ |
D | sense_codes.h | 86 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-v6.6/drivers/virt/acrn/ |
D | hypercall.h | 56 * Return: 0 on success, <0 on failure 67 * Return: 0 on success, <0 on failure 78 * Return: 0 on success, <0 on failure 89 * Return: 0 on success, <0 on failure 100 * Return: 0 on success, <0 on failure 111 * Return: 0 on success, <0 on failure 123 * Return: 0 on success, <0 on failure 135 * Return: 0 on success, <0 on failure 147 * Return: 0 on success, <0 on failure 159 * Return: 0 on success, <0 on failure [all …]
|
/Linux-v6.6/include/uapi/linux/ |
D | fpga-dfl.h | 62 * 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 …]
|
D | nitro_enclaves.h | 37 * * -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-v6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp2_transition.c | 68 /* 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 …]
|
D | hdcp1_transition.c | 40 /* 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-v6.6/tools/testing/selftests/sync/ |
D | sync_fence.c | 38 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-v6.6/tools/testing/selftests/kvm/lib/ |
D | io.c | 22 * 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-v6.6/samples/bpf/ |
D | test_lwt_bpf.sh | 137 function failure { function 147 failure "test_ctx xmit: packets are dropped" 163 failure "test_ctx out: packets are dropped" 179 failure "test_ctx out: packets are dropped" 203 failure "test_data ${1}: packets are dropped" 216 failure "test_data in: packets are dropped" 234 failure "test_cb ${1}: packets are dropped" 250 failure "test_cb in: packets are dropped" 274 failure "test_drop_all ${1}: Unexpected success of ping" 287 failure "test_drop_all in: Unexpected success of ping" [all …]
|
/Linux-v6.6/scripts/ |
D | rust_is_available_test.py | 24 FAILURE = enum.auto() variable in TestRustIsAvailable.Expected 134 # When expecting a failure, the script should return non-0 146 result = self.run_script(self.Expected.FAILURE, { "RUSTC": None }) 151 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": None }) 156 result = self.run_script(self.Expected.FAILURE, { "CC": None }) 161 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.missing }) 165 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": self.missing }) 169 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.nonexecutable }) 173 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.unexpected_binary }) 178 result = self.run_script(self.Expected.FAILURE, { "RUSTC": rustc }) [all …]
|
/Linux-v6.6/drivers/media/i2c/ |
D | max9271.h | 102 * Return 0 on success or a negative error code on failure 115 * Return 0 on success or a negative error code on failure 125 * Return 0 on success or a negative error code on failure 136 * Return 0 on success or a negative error code on failure 148 * Return 0 on success or a negative error code on failure 160 * Return 0 on success or a negative error code on failure 172 * Return 0 on success or a negative error code on failure 184 * Return 0 on success or a negative error code on failure 192 * Return 0 on success or a negative error code on failure 206 * Return 0 on success or a negative error code on failure [all …]
|
/Linux-v6.6/include/uapi/linux/usb/ |
D | raw_gadget.h | 157 * 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-v6.6/drivers/net/wwan/iosm/ |
D | iosm_ipc_imem_ops.h | 42 * Return: channel instance on success, NULL for failure 54 * Return: 0 on success and failure value on error 64 * Return: Channel ID on success and failure value on error 85 * Return: 0 on success and failure value on error 95 * Return: 0 on success and failure value on error 104 * Return: channel instance on success, NULL for failure 132 * Return: 0 on success and failure value on error 142 * Return: 0 on success and failure value on error
|
/Linux-v6.6/drivers/platform/x86/intel/telemetry/ |
D | core.c | 112 * 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-v6.6/tools/perf/util/bpf_skel/ |
D | augmented_raw_syscalls.bpf.c | 201 return 1; /* Failure: don't filter */ in sys_enter_connect() 220 return 1; /* Failure: don't filter */ in sys_enter_sendto() 237 return 1; /* Failure: don't filter */ in sys_enter_open() 252 return 1; /* Failure: don't filter */ in sys_enter_openat() 268 return 1; /* Failure: don't filter */ in sys_enter_rename() 285 return 1; /* Failure: don't filter */ in sys_enter_renameat() 312 goto failure; in sys_enter_perf_event_open() 315 goto failure; in sys_enter_perf_event_open() 325 goto failure; in sys_enter_perf_event_open() 329 goto failure; in sys_enter_perf_event_open() [all …]
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 165 drm_err(host, "modalias failure on %pOF\n", node); in of_mipi_dsi_device_add() 412 * 0 on success, a negative error code on failure. 522 * Return: 0 on success or a negative error code on failure. 573 * Return: 0 on success or a negative error code on failure. 593 * Return: 0 on success or a negative error code on failure. 616 * Return: 0 on success or a negative error code on failure. 642 * Return: 0 on success or a negative error code on failure. 667 * Return: 0 on success or a negative error code on failure. 694 * on failure. 739 * failure. [all …]
|
/Linux-v6.6/lib/ |
D | locking-selftest.c | 36 * Change this to 1 if you want to see the failure printouts: 52 #define FAILURE 0 macro 1449 if (expected == FAILURE && debug_locks) { in dotest() 1512 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1524 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1530 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \ 1531 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1537 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\ 1538 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1545 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ [all …]
|
/Linux-v6.6/lib/raid6/ |
D | recov.c | 11 * 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 62 /* Recover failure of one data block plus the P block */ 117 /* P+Q failure. Just rebuild the syndrome. */ in raid6_dual_recov() 120 /* data+Q failure. Reconstruct data from P, in raid6_dual_recov() 126 /* data+P failure. */ in raid6_dual_recov() 129 /* data+data failure. */ in raid6_dual_recov()
|
/Linux-v6.6/drivers/scsi/elx/libefc/ |
D | efc_cmds.c | 74 efc_log_err(efc, "UNREG_VPI format failure\n"); in efc_nport_free_unreg_vpi() 82 efc_log_err(efc, "UNREG_VPI command failure\n"); in efc_nport_free_unreg_vpi() 134 efc_log_err(efc, "INIT_VPI format failure\n"); in efc_nport_alloc_init_vpi() 142 efc_log_err(efc, "INIT_VPI command failure\n"); in efc_nport_alloc_init_vpi() 192 efc_log_err(efc, "READ_SPARM64 format failure\n"); in efc_nport_alloc_read_sparm64() 200 efc_log_err(efc, "READ_SPARM64 command failure\n"); in efc_nport_alloc_read_sparm64() 223 efc_log_err(efc, "VPI allocation failure\n"); in efc_cmd_nport_alloc() 280 efc_log_err(efc, "REG_VPI format failure\n"); in efc_cmd_nport_attach() 288 efc_log_err(efc, "REG_VPI command failure\n"); in efc_cmd_nport_attach() 391 efc_log_err(efc, "READ_SPARM64 format failure\n"); in efc_domain_alloc_read_sparm64() [all …]
|
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/ |
D | nexthop.sh | 145 log_test "Single nexthop add failure" 200 log_test "Nexthop group add failure" 265 log_test "Resilient nexthop group add failure" 307 check_err $? "Unexpected nexthop group entry after failure" 310 check_err $? "Wrong nexthop occupancy after failure" 312 log_test "Nexthop group replace failure" 361 check_err $? "Unexpected nexthop group entry after failure" 369 check_err $? "Wrong nexthop occupancy after failure" 371 log_test "Resilient nexthop group replace failure" 755 check_err $? "Unexpected nexthop entry after failure" [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | cgroup_helpers.c | 270 * On success, it returns 0, otherwise on failure it returns 1. 285 * On success, it returns 0, otherwise on failure it returns 1. 298 * On success, it returns 0, otherwise on failure it returns 1. 319 * On failure, it will print an error to stderr, and try to continue. 333 * On success, it returns the file descriptor. On failure, it returns -1. 334 * If there is a failure, it prints the error to stderr. 356 * On failure, it will print an error to stderr. 374 * On success, it returns the file descriptor. On failure it returns -1. 375 * If there is a failure, it prints the error to stderr. 401 * On success, it returns the cgroup id. On failure it returns 0, [all …]
|
/Linux-v6.6/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_vpu.c | 38 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-v6.6/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 196 * Return: 0 for success, non-zero for failure. 227 * Return: 0 for success, non-zero for failure. 293 * Return: 0 for success, non-zero for failure. 514 * Return: 0 for success, non-zero for failure. 550 * Return: 0 for success, non-zero for failure. 587 * Return: 0 for success, non-zero for failure. 624 * Return: 0 for success, non-zero for failure. 661 * Return: 0 for success, non-zero for failure. 698 * Return: 0 for success, non-zero for failure. 735 * Return: 0 for success, non-zero for failure. [all …]
|
/Linux-v6.6/include/asm-generic/ |
D | error-injection.h | 7 EI_ETYPE_NULL, /* Return NULL if failure */ 8 EI_ETYPE_ERRNO, /* Return -ERRNO if failure */ 9 EI_ETYPE_ERRNO_NULL, /* Return -ERRNO or NULL if failure */ 10 EI_ETYPE_TRUE, /* Return true if failure */
|
/Linux-v6.6/drivers/char/hw_random/ |
D | xgene-rng.c | 83 u32 failure_cnt; /* Failure count last minute */ 84 unsigned long failure_ts;/* First failure timestamp */ 93 /* Clear failure counter as timer expired */ in xgene_rng_expired_timer() 128 dev_err(ctx->dev, "test monobit failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 136 dev_err(ctx->dev, "test poker failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 142 dev_err(ctx->dev, "test long run failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 149 dev_err(ctx->dev, "test run failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 152 dev_err(ctx->dev, "noise failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 158 dev_err(ctx->dev, "stuck out failure error 0x%08X\n", val); in xgene_rng_chk_overflow() 176 /* 2nd time failure in lesser than 1 minute? */ in xgene_rng_chk_overflow() [all …]
|