/linux/drivers/scsi/ |
H A D | scsi_error.c | 167 if (rtn != SUCCESS) { in scmd_eh_abort_handler() 261 return SUCCESS; in scsi_abort_command() 365 if (scsi_abort_command(scmd) != SUCCESS) { in scsi_timeout() 533 * SUCCESS or FAILED or NEEDS_RETRY or ADD_TO_MLQUEUE 581 return SUCCESS; in scsi_check_sense() 585 * mainly associated with tapes and returned SUCCESS. in scsi_check_sense() 590 return SUCCESS; in scsi_check_sense() 600 return SUCCESS; in scsi_check_sense() 605 return SUCCESS; in scsi_check_sense() 607 return /* soft_error */ SUCCESS; in scsi_check_sense() [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_addr.c | 372 SUCCESS, enumerator 502 SUCCESS, 534 SUCCESS, 598 SUCCESS, 630 SUCCESS, 696 SUCCESS, 728 SUCCESS, 760 SUCCESS, 792 SUCCESS, 826 SUCCESS, [all...] |
H A D | test_sysctl.c | 28 SUCCESS, enumerator 53 .result = SUCCESS, 85 .result = SUCCESS, 167 .result = SUCCESS, 194 .result = SUCCESS, 210 .result = SUCCESS, 251 .result = SUCCESS, 293 .result = SUCCESS, 348 .result = SUCCESS, 397 .result = SUCCESS, [all...] |
H A D | sock_post_bind.c | 28 SUCCESS, enumerator 157 .result = SUCCESS, 263 .result = SUCCESS, 276 .result = SUCCESS, 313 int res = SUCCESS; in bind_sock()
|
/linux/scripts/ |
H A D | rust_is_available_test.py | 21 SUCCESS = enum.auto() variable in TestRustIsAvailable.Expected 140 if expected == self.Expected.SUCCESS: 259 result = self.run_script(self.Expected.SUCCESS, { "BINDGEN": bindgen }) 280 ("0.69.4", "18.0.0", self.Expected.SUCCESS), 284 ("0.69.5", "18.0.0", self.Expected.SUCCESS), 285 ("0.69.5", "19.1.0", self.Expected.SUCCESS), 286 ("0.69.5", "19.2.0", self.Expected.SUCCESS), 288 ("0.70.0", "18.0.0", self.Expected.SUCCESS), 289 ("0.70.0", "19.1.0", self.Expected.SUCCESS), 290 ("0.70.0", "19.2.0", self.Expected.SUCCESS), [all...] |
H A D | check-uapi.sh | 41 $SUCCESS) Success 47 readonly SUCCESS=0 518 exit "$SUCCESS" 536 exit "$SUCCESS"
|
/linux/tools/testing/kunit/ |
H A D | kunit.py | 29 SUCCESS = auto() variable in KunitStatus 86 status = KunitStatus.SUCCESS if success else KunitStatus.CONFIG_FAILURE 98 status = KunitStatus.SUCCESS if success else KunitStatus.BUILD_FAILURE 104 if config_result.status != KunitStatus.SUCCESS: 165 return KunitResult(status=KunitStatus.SUCCESS, elapsed_time=0.0) 170 return KunitResult(status=KunitStatus.SUCCESS, elapsed_time=0.0) 217 if test_status in (kunit_parser.TestStatus.SUCCESS, kunit_parser.TestStatus.SKIPPED): 218 return KunitStatus.SUCCESS 227 fake_test.status = kunit_parser.TestStatus.SUCCESS 238 return KunitResult(KunitStatus.SUCCESS, parse_tim [all...] |
H A D | kunit_parser.py | 64 return self.status in (TestStatus.SUCCESS, TestStatus.SKIPPED) 68 SUCCESS = auto() variable in TestStatus 131 return TestStatus.SUCCESS 137 if status == TestStatus.SUCCESS: 433 test.status = TestStatus.SUCCESS 537 if test.status == TestStatus.SUCCESS: 651 if test.status == TestStatus.SUCCESS: 823 if test.status in (TestStatus.TEST_CRASHED, TestStatus.SUCCESS):
|
H A D | kunit_tool_test.py | 144 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 151 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 158 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 186 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 226 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 243 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 255 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 263 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 271 self.assertEqual(kunit_parser.TestStatus.SUCCESS, result.status) 279 self.assertEqual(kunit_parser.TestStatus.SUCCESS, resul [all...] |
H A D | kunit_json.py | 25 TestStatus.SUCCESS: "PASS",
|
/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 157 SUCCESS) 177 echo SUCCESS;; 389 config_expect_result ${FUNCNAME[0]} SUCCESS 397 config_expect_result ${FUNCNAME[0]} SUCCESS 404 config_expect_result ${FUNCNAME[0]} SUCCESS 411 config_expect_result ${FUNCNAME[0]} SUCCESS 427 config_expect_result ${FUNCNAME[0]} SUCCESS 437 config_expect_result ${FUNCNAME[0]} SUCCESS
|
/linux/lib/ |
H A D | locking-selftest.c | 53 #define SUCCESS 1 macro 1507 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1518 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1532 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1539 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1546 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \ 1574 dotest(name##_spin, SUCCESS, LOCKTYPE_SPIN); \ 1575 dotest(name##_wlock, SUCCESS, LOCKTYPE_RWLOCK); \ 1576 dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK); \ 1577 dotest(name##_mutex, SUCCESS, LOCKTYPE_MUTE [all...] |
H A D | lockref.c | 11 #define CMPXCHG_LOOP(CODE, SUCCESS) do { \ argument 22 SUCCESS; \ 31 #define CMPXCHG_LOOP(CODE, SUCCESS) do { } while (0) argument
|
/linux/drivers/firmware/arm_scmi/vendors/imx/ |
H A D | imx95.rst | 66 command that the SUCCESS of the command just means the command successfully 70 command that the SUCCESS of the command means the LM has been successfully 130 |int32 status |SUCCESS: in case the message is implemented and available | 158 |int32 status |SUCCESS: if valid attributes are returned. | 197 |int32 status |SUCCESS: if LM boots successfully started. | 228 |int32 status |SUCCESS: The LMM RESET command finished successfully in | 260 |int32 status |SUCCESS: The LMM shutdown command finished successfully in | 287 |int32 status |SUCCESS: if LM wake command successfully returns. | 312 |int32 status |SUCCESS: if LM suspend command successfully returns. | 352 |int32 status |SUCCESS [all...] |
/linux/arch/x86/kernel/ |
H A D | nmi_selftest.c | 20 #define SUCCESS 0 macro 148 dotest(remote_ipi, SUCCESS); in nmi_selftest() 151 dotest(local_ipi, SUCCESS); in nmi_selftest()
|
/linux/Documentation/virt/kvm/arm/ |
H A D | hypercalls.rst | 90 | Return Values: | (int64) | R0 | ``SUCCESS (0)`` | 115 | Return Values: | (int64) | R0 | ``SUCCESS (0)`` | 141 | Return Values: | (int64) | R0 | ``SUCCESS (0)`` | 160 | Return Values: | (int64) | R0 | ``SUCCESS (0)`` | 194 | Return Values: | (int64) | R0 | ``SUCCESS (0)`` |
|
/linux/drivers/usb/storage/ |
H A D | scsiglue.c | 415 return SUCCESS; in DEF_SCSI_QCMD() 441 return SUCCESS; in DEF_SCSI_QCMD() 471 return result < 0 ? FAILED : SUCCESS; in device_reset() 483 return result < 0 ? FAILED : SUCCESS; in bus_reset()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 286 if (rc != SUCCESS) { in bnx2fc_srr_compl() 310 if (rc != SUCCESS) { in bnx2fc_srr_compl() 356 if (rc != SUCCESS) { in bnx2fc_srr_compl() 411 if (rc != SUCCESS) { in bnx2fc_rec_compl() 426 if (rc != SUCCESS) { in bnx2fc_rec_compl() 498 if (rc != SUCCESS) { in bnx2fc_rec_compl() 556 if (rc != SUCCESS) { in bnx2fc_rec_compl() 729 /* rc SUCCESS */ in bnx2fc_initiate_els()
|
H A D | bnx2fc_io.c | 104 if (rc == SUCCESS) in bnx2fc_cmd_timeout() 656 return SUCCESS; in bnx2fc_init_mp_req() 673 int rc = SUCCESS; in bnx2fc_initiate_tmf() 809 rc = SUCCESS; in bnx2fc_initiate_tmf() 831 int rc = SUCCESS; in bnx2fc_initiate_abts() 1115 return SUCCESS; in bnx2fc_abts_cleanup() 1156 return SUCCESS; in bnx2fc_eh_abort() 1177 return SUCCESS; in bnx2fc_eh_abort() 1257 rc = SUCCESS; in bnx2fc_eh_abort() 1276 rc = SUCCESS; in bnx2fc_eh_abort() [all...] |
/linux/fs/smb/client/ |
H A D | smberr.h | 12 #define SUCCESS 0x00 /* The request was successful. */ macro 18 /* The following error codes may be generated with the SUCCESS error class.*/ 20 /*#define SUCCESS 0 The request was successful. */
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_io.c | 2146 * Returns SUCCESS if the cleanup task does not timeout, otherwise return 2155 int rc = SUCCESS; in qedf_initiate_cleanup() 2164 return SUCCESS; in qedf_initiate_cleanup() 2170 return SUCCESS; in qedf_initiate_cleanup() 2176 return SUCCESS; in qedf_initiate_cleanup() 2188 return SUCCESS; in qedf_initiate_cleanup() 2206 return SUCCESS; in qedf_initiate_cleanup() 2270 if (rc == SUCCESS) in qedf_initiate_cleanup() 2374 rc = SUCCESS; in qedf_execute_tmf() 2397 if (rc != SUCCESS) { in qedf_execute_tmf() [all...] |
/linux/drivers/scsi/aacraid/ |
H A D | linit.c | 749 ret = SUCCESS; in aac_eh_abort() 755 if (ret != SUCCESS) in aac_eh_abort() 790 ret = SUCCESS; in aac_eh_abort() 818 ret = SUCCESS; in aac_eh_abort() 952 ret = info->reset_state == 0 ? SUCCESS : FAILED; in aac_eh_dev_reset() 1018 ret = info->reset_state == 0 ? SUCCESS : FAILED; in aac_eh_target_reset() 1077 return (count == 0) ? SUCCESS : FAILED; in aac_eh_bus_reset() 1113 ret = SUCCESS; in aac_eh_host_reset() 1118 if (ret == SUCCESS) { in aac_eh_host_reset()
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 175 int retval = SUCCESS, ret; in zfcp_scsi_eh_abort_handler() 208 return SUCCESS; in zfcp_scsi_eh_abort_handler() 296 int retval = SUCCESS, ret; in zfcp_scsi_task_mgmt_function() 315 return SUCCESS; in zfcp_scsi_task_mgmt_function() 379 int ret = SUCCESS, fc_ret; in zfcp_scsi_eh_host_reset_handler()
|
/linux/include/scsi/ |
H A D | scsi.h | 98 SUCCESS = 0x2002, enumerator
|
/linux/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 397 return SUCCESS; in sas_queue_reset() 415 return SUCCESS; in sas_queue_reset() 450 return SUCCESS; in sas_eh_abort_handler() 475 return SUCCESS; in sas_eh_device_reset_handler() 497 return SUCCESS; in sas_eh_target_reset_handler() 513 if (res == SUCCESS) in try_to_reset_cmd_device()
|