/kernel/liteos_m/testsuites/unittest/xts/mem/ |
D | mem_api_test.c | 53 int i, len, failure; variable 60 failure = 0; 63 failure = 1; /* 1, common data for test, no special meaning */ 67 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 79 int i, len, failure; variable 91 failure = 0; 94 failure = 1; /* 1, common data for test, no special meaning */ 98 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 111 int i, len, failure; variable 120 failure = 0; [all …]
|
/kernel/linux/linux-5.10/samples/bpf/ |
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 …]
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
D | It_posix_queue_056.cpp | 38 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local 51 failure = 1; in Testcase() 52 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase() 55 failure = 1; in Testcase() 56 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
D | It_posix_queue_090.cpp | 37 INT32 i, unresolved = 0, failure = 0, numqueues = 0, ret; in Testcase() local 54 failure = 1; in Testcase() 74 if (failure == 1) { in Testcase() 75 ICUNIT_ASSERT_NOT_EQUAL(failure, 1, failure); in Testcase()
|
D | It_posix_queue_061.cpp | 39 INT32 failure = 0, ret = 0; in Testcase() local 61 failure = 1; in Testcase() 62 ICUNIT_ASSERT_EQUAL(failure, 0, failure); in Testcase()
|
D | It_posix_queue_063.cpp | 39 INT32 failure = 0, ret = 0; in Testcase() local 59 failure = 1; in Testcase() 60 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
D | It_posix_queue_066.cpp | 40 INT32 failure = 0, ret = 0; in Testcase() local 72 failure = 1; in Testcase() 73 ICUNIT_GOTO_EQUAL(failure, 0, failure, EXIT); in Testcase()
|
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
D | memory_func_test.c | 128 int i, len, failure; variable 138 failure = 0; 141 failure = 1; 145 ICUNIT_ASSERT_EQUAL(failure, 0, failure); 270 int failure = 0; variable 290 failure = 1; 295 ICUNIT_ASSERT_EQUAL(failure, 0, failure);
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | mem.c | 14 char failure[100]; in check() local 21 scnprintf(failure, sizeof failure, "unexpected %s", out); in check() 22 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-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() 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_events.c | 912 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event() 913 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event() 914 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 916 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event() 919 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event() 921 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event() 924 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event() 926 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event() 933 memory_exception_data.failure.NotPresent, in kfd_signal_iommu_event() 934 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
D | tests.txt | 7 #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
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
D | venc_vpu_if.c | 33 vpu->failure = 1; in handle_enc_init_msg() 57 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK); in vpu_enc_ipi_handler() 58 if (vpu->failure) in vpu_enc_ipi_handler() 59 goto failure; in vpu_enc_ipi_handler() 77 failure: in vpu_enc_ipi_handler() 100 if (vpu->failure) in vpu_enc_send_msg() 117 vpu->failure = 0; in vpu_enc_init()
|
D | vdec_vpu_if.c | 66 vpu->failure = msg->status; in vpu_dec_ipi_handler() 76 vpu->failure = 0; in vcodec_vpu_send_msg() 87 return vpu->failure; in vcodec_vpu_send_msg()
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-uclogic-core.c | 181 goto failure; in uclogic_probe() 191 goto failure; in uclogic_probe() 199 goto failure; in uclogic_probe() 210 goto failure; in uclogic_probe() 216 goto failure; in uclogic_probe() 222 goto failure; in uclogic_probe() 226 failure: in uclogic_probe()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
D | os.S | 84 | d1 - 0 = success, !0 = failure 115 | d1 - 0 = success, !0 = failure 147 | d1 - 0 = success, !0 = failure 170 | d1 - 0 = success, !0 = failure 181 | d1 - 0 = success, !0 = failure 206 | d1 - 0 = success, !0 = failure 217 | d1 - 0 = success, !0 = failure 241 | d1 - 0 = success, !0 = failure 263 | d1 - 0 = success, !0 = failure 287 | d1 - 0 = success, !0 = failure
|
/kernel/linux/linux-5.10/scripts/ |
D | Kconfig.include | 22 # $(failure,<command>) 24 failure = $(if-success,$(1),n,y) variable 39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found) 40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 243 goto failure; in acp_hw_init() 249 goto failure; in acp_hw_init() 255 goto failure; in acp_hw_init() 352 goto failure; in acp_hw_init() 357 goto failure; in acp_hw_init() 374 goto failure; in acp_hw_init() 392 goto failure; in acp_hw_init() 402 failure: in acp_hw_init()
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | devres.rst | 29 sufficient bugs in ->remove and ->probe failure path. Well, yes, 37 initialization failure don't happen often enough to be noticeable. 38 Init failure path is worse because it's much less travelled while 42 and having half broken failure path implementation in ->probe() which 43 would leak resources or even cause oops when failure occurs. iomap 134 to better maintained higher layer. Also, as init failure path is 151 resources on failure. For example:: 172 As resource acquisition failure usually means probe failure, constructs 174 layer) where interface function shouldn't have side effect on failure.
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_police.c | 110 goto failure; in tcf_police_init() 116 goto failure; in tcf_police_init() 127 goto failure; in tcf_police_init() 132 goto failure; in tcf_police_init() 141 goto failure; in tcf_police_init() 148 goto failure; in tcf_police_init() 206 failure: in tcf_police_init()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
D | memtype_interval.c | 90 goto failure; in memtype_check_conflict() 98 goto failure; in memtype_check_conflict() 108 failure: in memtype_check_conflict()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | windfarm_fcu_controls.c | 171 unsigned char failure; in wf_fcu_fan_get_rpm() local 175 rc = wf_fcu_read_reg(pv, 0xb, &failure, 1); in wf_fcu_fan_get_rpm() 178 if ((failure & (1 << fan->id)) != 0) in wf_fcu_fan_get_rpm() 227 unsigned char failure; in wf_fcu_fan_get_pwm() local 232 rc = wf_fcu_read_reg(pv, 0x2b, &failure, 1); in wf_fcu_fan_get_pwm() 235 if ((failure & (1 << fan->id)) != 0) in wf_fcu_fan_get_pwm()
|
/kernel/linux/linux-5.10/drivers/net/can/sja1000/ |
D | kvaser_pci.c | 266 goto failure; in kvaser_pci_add_chan() 274 failure: in kvaser_pci_add_chan() 297 goto failure; in kvaser_pci_init_one() 363 failure: in kvaser_pci_init_one()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | init.rst | 6 This document provides some high-level reasons for failure 38 Please extend this explanation whenever you find new failure causes 44 which can then store the ``kernel_execve()`` result value and on failure
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
D | entry.S | 68 mov r4, lr @ save the failure-return addresses 84 reteq r4 @ no, return failure
|