Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst54 TEST: TFM_PS_TEST_3001 - PASSED!
58 TEST: TFM_PS_TEST_3002 - PASSED!
59 TESTSUITE PASSED!
64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED
65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED
66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED
67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED
68 Test suite 'ITS reliability tests (TFM_ITS_TEST_3XXX)' has PASSED
69 Test suite 'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)' has PASSED
70 … Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED
[all …]
/Zephyr-latest/include/zephyr/shell/
Dshell_string_conv.h19 * @warning On success the passed err reference will not be altered
20 * to avoid err check bloating. Passed err reference should be initialized
36 * @warning On success the passed err reference will not be altered
37 * to avoid err check bloating. Passed err reference should be initialized
53 * @warning On success the passed err reference will not be altered
54 * to avoid err check bloating. Passed err reference should be initialized
70 * @warning On success the passed err reference will not be altered
71 * to avoid err check bloating. Passed err reference should be initialized
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions16 to be passed to the TF-M build system. Look at 'config_default.cmake'
27 to be passed to the TF-M build system. Look at 'config_default.cmake'
38 to be passed to the TF-M build system. Look at 'config_default.cmake'
50 to be passed to the TF-M build system. Look at 'config_default.cmake'
61 to be passed to the TF-M build system. Look at 'config_default.cmake'
73 to be passed to the TF-M build system. Look at 'config_default.cmake'
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_internal.h20 * in the argument passed in and returns the index of that bit. Bits are
22 * zero indicates that the value passed is zero.
36 * in the argument passed in and returns the index of that bit. Bits are
38 * zero indicates that the value passed is zero.
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c157 "Reading codec capabilities passed wrong coding_format"); in hci_vendor_read_codec_capabilities()
159 "Reading codec capabilities passed wrong company_id"); in hci_vendor_read_codec_capabilities()
161 "Reading codec capabilities passed wrong vs_codec_id"); in hci_vendor_read_codec_capabilities()
163 "Reading codec capabilities passed wrong transport"); in hci_vendor_read_codec_capabilities()
165 "Reading codec capabilities passed wrong direction"); in hci_vendor_read_codec_capabilities()
235 "Reading controller delay passed wrong coding_format"); in hci_vendor_read_ctlr_delay()
237 "Reading controller delay passed wrong company_id"); in hci_vendor_read_ctlr_delay()
239 "Reading controller delay passed wrong vs_codec_id"); in hci_vendor_read_ctlr_delay()
241 "Reading controller delay passed wrong transport"); in hci_vendor_read_ctlr_delay()
243 "Reading controller delay passed wrong direction"); in hci_vendor_read_ctlr_delay()
[all …]
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/
Dtestcase.h42 * @brief Mark the currently-running test as "Passed"
44 * Mark the test as "passed". The execution continues after that point.
56 bst_result = Passed; \
61 * @brief Mark test case as passed and end execution
63 * Mark the role / test-case as "Passed" and return 0.
75 bst_result = Passed; \
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect2.c51 bst_result = Passed; \
73 if (bst_result != Passed) { in test_con2_tick()
74 FAIL("test_connect2 failed (not passed after %i seconds)\n", in test_con2_tick()
85 if (bst_result != Passed) { in test_con2_repeat_tick()
86 FAIL("test_connect2 failed (not passed after %i seconds)\n", in test_con2_repeat_tick()
109 if (repeat_connect >= 20) { /* We consider it passed */ in connected()
110 PASS("Peripheral Repeat20 Testcase passed\n"); in connected()
225 if (notify_count++ == 1) { /* We consider it passed */ in test_con2_main()
226 PASS("Peripheral Testcase passed\n"); in test_con2_main()
/Zephyr-latest/samples/drivers/memc/
DREADME.rst41 Check (0/8191) passed!
42 Check (1/8191) passed!
44 Check (8190/8191) passed!
45 Check (8191/8191) passed!
/Zephyr-latest/include/zephyr/arch/common/
Dffs.h24 * in the argument passed in and returns the index of that bit. Bits are
26 * zero indicates that the value passed is zero.
46 * in the argument passed in and returns the index of that bit. Bits are
48 * zero indicates that the value passed is zero.
/Zephyr-latest/dts/bindings/regulator/
Dregulator.yaml151 emergency shutdown. Zero can be passed to disable protection and value '1'
160 passed to disable error detection and value '1' indicates that detection
168 Recovery actions should be initiated. Zero can be passed to disable
176 emergency shutdown. Zero can be passed to disable protection and value '1'
185 passed to disable error detection and value '1' indicates that detection
194 Recovery actions should be initiated. Zero can be passed to disable
203 performs emergency shutdown. Zero can be passed to disable protection and
213 passed to disable error detection and value '1' indicates that detection
222 damaged. Recovery actions should be initiated. Zero can be passed to
231 performs emergency shutdown. Zero can be passed to disable protection and
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c39 bst_result = Passed; \
59 PASS("Central tests passed\n"); in test_central_main()
78 PASS("Peripheral tests passed\n"); in test_peripheral_main()
101 PASS("Central tests passed\n"); in test_central_multiple_main()
120 PASS("Peripheral tests passed\n"); in test_peripheral_single_main()
138 PASS("Central tests passed\n"); in test_central_single_main()
158 PASS("Peripheral tests passed\n"); in test_peripheral_multilink_main()
/Zephyr-latest/arch/common/include/
Dsw_isr_common.h24 * based on passed IRQ.
33 * @brief Helper function used to get the parent interrupt controller device based on passed IRQ.
42 * @brief Helper function used to get the IRQN of the passed in parent interrupt
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dcommon.c11 if (bst_result != Passed) { in test_tick()
12 FAIL("test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i seconds)\n", WAIT_SECONDS); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i seconds)\n", WAIT_SECONDS); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i us)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i seconds)\n", WAIT_SECONDS); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i us)\n", WAIT_TIME); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dcommon.c19 if (bst_result != Passed) { in test_tick()
20 FAIL("test failed (not passed after %i seconds)\n", WAIT_SECONDS); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_peripheral.c32 PASS("MTU Update test passed\n"); in test_peripheral_main()
37 if (bst_result != Passed) { in test_tick()
38 FAIL("Test failed (not passed after %i seconds)\n", WAIT_TIME); in test_tick()

12345678910>>...39