| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/ |
| H A D | failing_reason_policy.hpp | 27 inline char const* validity_failure_type_message(validity_failure_type failure) in validity_failure_type_message() argument 29 switch (failure) in validity_failure_type_message() 70 validity_failure_type transform_failure_type(validity_failure_type failure) in transform_failure_type() argument 73 AllowDuplicates && failure == failure_duplicate_points)) in transform_failure_type() 77 return failure; in transform_failure_type() 81 validity_failure_type transform_failure_type(validity_failure_type failure, in transform_failure_type() argument 85 is_linear && AllowSpikes && failure == failure_spikes)) in transform_failure_type() 89 return transform_failure_type(failure); in transform_failure_type() 92 inline void set_failure_message(validity_failure_type failure) in set_failure_message() argument 96 m_oss << validity_failure_type_message(failure); in set_failure_message() [all …]
|
| H A D | failure_type_policy.hpp | 20 // policy that simply keeps (and can return) the failure type 26 validity_failure_type transform_failure_type(validity_failure_type failure) in transform_failure_type() argument 28 if (AllowDuplicates && failure == failure_duplicate_points) in transform_failure_type() 32 return failure; in transform_failure_type() 36 validity_failure_type transform_failure_type(validity_failure_type failure, in transform_failure_type() argument 39 if (is_linear && AllowSpikes && failure == failure_spikes) in transform_failure_type() 43 return transform_failure_type(failure); in transform_failure_type() 51 template <validity_failure_type Failure> 54 m_failure = transform_failure_type(Failure); in apply() 58 template <validity_failure_type Failure, typename Data> [all …]
|
| H A D | default_policy.hpp | 24 static inline bool is_valid(validity_failure_type failure) in is_valid() argument 26 return failure == no_failure in is_valid() 27 || (AllowDuplicates && failure == failure_duplicate_points); in is_valid() 30 static inline bool is_valid(validity_failure_type failure, bool is_linear) in is_valid() argument 32 return is_valid(failure) in is_valid() 33 || (is_linear && AllowSpikes && failure == failure_spikes); in is_valid() 37 template <validity_failure_type Failure> 40 return is_valid(Failure); in apply() 43 template <validity_failure_type Failure, typename Data> 46 return is_valid(Failure); in apply() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | opt-problem.h | 28 success/failure value, while optionally supporting propagating an 29 opt_problem * describing any failure back up the call stack. 31 For instance, at the deepest point of the callstack where the failure 46 we can capture the cause of the failure via: 57 opt_result::success and opt_result::failure return opt_result values 59 If dump_enabled_p, then opt_result::failure also creates an opt_problem *, 94 signifies success, NULL signifies failure). 108 need to emit the failure messages from. */ 115 subclasses, such as opt_result::failure. 141 /* A base class for wrapper classes that track a success/failure value, while [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | opt-problem.h | 28 success/failure value, while optionally supporting propagating an 29 opt_problem * describing any failure back up the call stack. 31 For instance, at the deepest point of the callstack where the failure 46 we can capture the cause of the failure via: 57 opt_result::success and opt_result::failure return opt_result values 59 If dump_enabled_p, then opt_result::failure also creates an opt_problem *, 94 signifies success, NULL signifies failure). 108 need to emit the failure messages from. */ 115 subclasses, such as opt_result::failure. 141 /* A base class for wrapper classes that track a success/failure value, while [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/3568/ |
| H A D | gpio-test.sh | 76 [ $? -eq 0 ] || echo "GPIO EXPORT FAILURE" >>${RESULTLOG} 78 [ $? -eq 0 ] || echo "GPIO DIR SET FAILURE" >>${RESULTLOG} 84 [ $? -eq 0 ] || echo "GPIO EXPORT FAILURE" >>${RESULTLOG} 87 [ $? -eq 0 ] || echo "GPIO DIR SET FAILURE" >>${RESULTLOG} 90 [ $? -eq 0 ] || echo "GPIO VALUE SET FAILURE" >>${RESULTLOG} 93 [ $? -eq 0 ] || echo "GPIO VALUE READ FAILURE" >>${RESULTLOG} 96 [ $? -eq 0 ] || echo "GPIO VALUE SET FAILURE" >>${RESULTLOG} 99 [ $? -eq 0 ] || echo "GPIO VALUE READ FAILURE" >>${RESULTLOG} 105 …[ $? -eq 0 ] || echo "GPIO DIR SET FAILURE" >>${RESULTLOG} 111 [ $? -eq 0 ] || echo "GPIO DIR SET FAILURE" >>${RESULTLOG} [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bblogging.py | 18 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 26 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 34 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 43 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 53 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 62 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 71 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 81 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 90 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 97 self.assertIn("ERROR: Logfile of failure stored in:", result.output) [all …]
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 169 goto failure; in ccdm_mmc_read() 177 goto failure; in ccdm_mmc_read() 188 goto failure; in ccdm_mmc_read() 198 goto failure; in ccdm_mmc_read() 203 failure: in ccdm_mmc_read() 361 * @return 0 on success, != 0 on failure. 384 * @return 0 on success, != 0 on failure 404 goto failure; in compute_second_stage_hash() 408 goto failure; in compute_second_stage_hash() 420 goto failure; in compute_second_stage_hash() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 702 goto failure; in validate_test_file_content_with_seed() 721 goto failure; in validate_test_file_content_with_seed() 729 goto failure; in validate_test_file_content_with_seed() 735 failure: in validate_test_file_content_with_seed() 960 goto failure; in load_hash_tree() 967 goto failure; in load_hash_tree() 973 goto failure; in load_hash_tree() 983 failure: in load_hash_tree() 1004 goto failure; in cant_touch_index_test() 1008 goto failure; in cant_touch_index_test() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | drm_mipi_dsi.c | 132 * Return: 0 on success or a negative error code on failure. 172 * Return: 0 on success or a negative error code on failure. 191 * Return: 0 on success or a negative error code on failure. 213 * Return: 0 on success or a negative error code on failure. 238 * Return: 0 on success or a negative error code on failure. 262 * Return: 0 on success or a negative error code on failure. 288 * on failure. 329 * failure. 372 * code on failure. 414 * code on failure. [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lwt_bpf.sh | 134 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-cd_verbose.c | 135 { 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 …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | asn1write.h | 58 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 72 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 88 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 106 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 122 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 138 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 156 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 174 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 191 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 206 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | asn1write.h | 58 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 72 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 88 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 106 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 122 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 138 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 156 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 174 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 191 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 206 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | asn1write.h | 58 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 72 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 88 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 106 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 122 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 138 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 156 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 174 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 191 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 206 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | asn1write.h | 58 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 72 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 88 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 106 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 122 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 138 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 156 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 174 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 191 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. 206 * \return A negative \c MBEDTLS_ERR_ASN1_XXX error code on failure. [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | locking-selftest.c | 28 * Change this to 1 if you want to see the failure printouts: 44 #define FAILURE 0 macro 1390 if (expected == FAILURE && debug_locks) { in dotest() 1441 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1453 dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1459 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN); \ 1460 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1466 dotest(name##_spin_##nr, FAILURE, LOCKTYPE_SPIN|LOCKTYPE_RWLOCK);\ 1467 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ 1474 dotest(name##_wlock_##nr, FAILURE, LOCKTYPE_RWLOCK); \ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A 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 …]
|