Home
last modified time | relevance | path

Searched full:invalid (Results 1 – 25 of 1663) sorted by relevance

12345678910>>...67

/Zephyr-latest/drivers/dai/intel/alh/
Dalh_map.h13 * -1 identifies invalid handshakes/streams
16 -1, /* 0 - INVALID */
17 -1, /* 1 - INVALID */
18 -1, /* 2 - INVALID */
19 -1, /* 3 - INVALID */
20 -1, /* 4 - INVALID */
21 -1, /* 5 - INVALID */
22 -1, /* 6 - INVALID */
29 -1, /* 13 - INVALID */
30 -1, /* 14 - INVALID */
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_plain_text/src/
Dmain.c77 "Invalid length returned"); in ZTEST()
81 "Invalid payload format"); in ZTEST()
85 "Invalid packet offset"); in ZTEST()
94 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
108 "Invalid length returned"); in ZTEST()
112 "Invalid payload format"); in ZTEST()
116 "Invalid packet offset"); in ZTEST()
125 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
139 "Invalid length returned"); in ZTEST()
143 "Invalid payload format"); in ZTEST()
[all …]
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c56 "Invalid 16 bits byte order"); in ZTEST()
64 "Invalid 16 bits byte order"); in ZTEST()
72 sizeof(le16), "Invalid 16 bits byte order"); in ZTEST()
80 sizeof(be16), "Invalid 16 bits byte order"); in ZTEST()
88 "Invalid 24 bits byte order"); in ZTEST()
96 "Invalid 24 bits byte order"); in ZTEST()
104 sizeof(le24), "Invalid 24 bits byte order"); in ZTEST()
112 sizeof(be24), "Invalid 24 bits byte order"); in ZTEST()
120 "Invalid 32 bits byte order"); in ZTEST()
128 "Invalid 32 bits byte order"); in ZTEST()
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c22 LOG_ERR("Invalid instance"); in ipc_service_open_instance()
29 LOG_ERR("Invalid backend configuration"); in ipc_service_open_instance()
46 LOG_ERR("Invalid instance"); in ipc_service_close_instance()
53 LOG_ERR("Invalid backend configuration"); in ipc_service_close_instance()
72 LOG_ERR("Invalid instance, endpoint or configuration"); in ipc_service_register_endpoint()
79 LOG_ERR("Invalid backend configuration"); in ipc_service_register_endpoint()
96 LOG_ERR("Invalid endpoint"); in ipc_service_deregister_endpoint()
108 LOG_ERR("Invalid backend configuration"); in ipc_service_deregister_endpoint()
128 LOG_ERR("Invalid endpoint"); in ipc_service_send()
140 LOG_ERR("Invalid backend configuration"); in ipc_service_send()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_raw_cbor/src/
Dmain.c112 "Invalid length returned"); in ZTEST()
116 "Invalid payload format"); in ZTEST()
120 "Invalid packet offset"); in ZTEST()
129 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
170 "Invalid length returned"); in ZTEST()
174 "Invalid payload format"); in ZTEST()
178 "Invalid packet offset"); in ZTEST()
187 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
228 "Invalid length returned"); in ZTEST()
232 "Invalid payload format"); in ZTEST()
[all …]
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/
Dtest_time.c41 "Invalid tm_sec"); in ZTEST()
44 "Invalid tm_min"); in ZTEST()
47 "Invalid tm_hour"); in ZTEST()
50 "Invalid tm_mday"); in ZTEST()
53 "Invalid tm_year"); in ZTEST()
56 "Invalid tm_wday"); in ZTEST()
59 "Invalid tm_yday"); in ZTEST()
61 zassert_equal(datetime_get.tm_isdst, -1, "Invalid tm_isdst"); in ZTEST()
64 "Invalid tm_nsec"); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_invalid_inputs.c19 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters.
26 * - '-EINVAL' error code is returned representing invalid values were used.
38 * Test invalid input arguments to bt_id_create() using NULL for the address parameter
46 * - '-EINVAL' error code is returned representing invalid values were used.
59 * Test invalid input arguments to bt_id_create() using NULLs for address and IRK parameters
68 * - '-ENOMEM' error code is returned representing invalid values were used.
82 * Test invalid input arguments to bt_id_create() by using a valid address of type public and using
90 * - '-EINVAL' error code is returned representing invalid values were used.
106 * Test invalid input arguments to bt_id_create() by using a valid address of type RPA and using
114 * - '-EINVAL' error code is returned representing invalid values were used.
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/
Dmain.c128 "Invalid length returned"); in ZTEST()
132 "Invalid payload format"); in ZTEST()
136 "Invalid packet offset"); in ZTEST()
145 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
194 "Invalid length returned"); in ZTEST()
198 "Invalid payload format"); in ZTEST()
202 "Invalid packet offset"); in ZTEST()
211 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
264 "Invalid length returned"); in ZTEST()
268 "Invalid payload format"); in ZTEST()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/
Dmain.c133 "Invalid length returned"); in ZTEST()
135 strlen(expected_payload), "Invalid payload format"); in ZTEST()
137 "Invalid packet offset"); in ZTEST()
149 "Invalid length returned"); in ZTEST()
151 strlen(expected_payload), "Invalid payload format"); in ZTEST()
153 "Invalid packet offset"); in ZTEST()
165 "Invalid length returned"); in ZTEST()
167 strlen(expected_payload), "Invalid payload format"); in ZTEST()
169 "Invalid packet offset"); in ZTEST()
179 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/pm/power_states_api/src/
Dmain.c57 "Invalid number of pm states"); in ZTEST()
59 "Invalid pm_state_info array"); in ZTEST()
61 "Invalid pm-states array"); in ZTEST()
64 "Invalid pm-states array"); in ZTEST()
67 zassert_true(ret == 0, "Invalid pm_state_cpu_get_all return"); in ZTEST()
71 "Invalid number of pm states"); in ZTEST()
73 "Invalid pm_state_info array"); in ZTEST()
90 zassert_true(suspend_to_ram_count == 0, "Invalid suspend to ram count"); in ZTEST()
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c118 /* Test USB Device Controller API for invalid parameters */
124 /* Set stall to invalid EP */ in ZTEST()
128 /* Clear stall to invalid EP */ in ZTEST()
138 /* Halt invalid EP */ in ZTEST()
142 /* Enable invalid EP */ in ZTEST()
146 /* Disable invalid EP */ in ZTEST()
150 /* Flush invalid EP */ in ZTEST()
154 /* Set callback to invalid EP */ in ZTEST()
158 /* Write to invalid EP */ in ZTEST()
163 /* Read invalid EP */ in ZTEST()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/
Dmain.c182 "Invalid payload format"); in ZTEST()
186 "Invalid packet offset"); in ZTEST()
197 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
224 "Invalid payload format"); in ZTEST()
228 "Invalid packet offset"); in ZTEST()
239 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
266 "Invalid payload format"); in ZTEST()
270 "Invalid packet offset"); in ZTEST()
281 zassert_equal(ret, -ENOMEM, "Invalid error code returned"); in ZTEST()
308 "Invalid payload format"); in ZTEST()
[all …]
/Zephyr-latest/tests/drivers/adc/adc_error_cases/src/
Dadc_error_cases.c37 * @brief test adc_read() with invalid oversampling value
49 /* Set oversampling to invalid value */ in ZTEST()
63 * @brief test adc_read() with invalid resolution value
75 /* Set resolution to invalid value */ in ZTEST()
89 * @brief test adc_read() with invalid channels value
101 /* Set channels configuration to invalid value */ in ZTEST()
141 * @brief test adc_read() with invalid buffer length
167 * @brief test adc_channel_setup() with invalid reference value
177 /* set invalid reference */ in ZTEST()
191 * @brief test adc_read() with invalid gain value
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dinclude-invalid-keys.yaml4 Invalid include element: invalid keys are present.
5 compatible: include-invalid-keys
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst38 semaphore_id is in an invalid semaphore state) is not supported.
42 is in an invalid mutex state) is not supported.
46 is in an invalid timer state) is not supported.
50 parameter msgq_id is in an invalid message queue state)
55 parameter msgq_id is in an invalid message queue state)
60 parameter mp_id is in an invalid memory pool state) is
65 parameter mp_id is in an invalid memory pool state) is
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
Dsoc.c36 "Invalid SCG slow clock divider value");
38 "Invalid SCG bus clock divider value");
42 "Invalid SCG core clock divider value");
45 "Invalid SCG core clock divider value");
60 #error Invalid SCG core clock source
67 "Invalid SCG SOSC divider 1 value");
69 "Invalid SCG SOSC divider 2 value");
82 "Invalid SCG SIRC divider 1 value");
84 "Invalid SCG SIRC divider 2 value");
94 #error Invalid SCG SIRC clock frequency
[all …]
/Zephyr-latest/tests/drivers/flash/negative_tests/src/
Dmain.c93 zassert_true(rc < 0, "Invalid use of flash_erase returned %d", rc); in ZTEST()
97 zassert_true(rc < 0, "Invalid use of flash_erase returned %d", rc); in ZTEST()
101 zassert_true(rc < 0, "Invalid use of flash_erase returned %d", rc); in ZTEST()
126 zassert_true(rc < 0, "Invalid use of flash_fill returned %d", rc); in ZTEST()
130 zassert_true(rc < 0, "Invalid use of flash_fill returned %d", rc); in ZTEST()
134 zassert_true(rc < 0, "Invalid use of flash_fill returned %d", rc); in ZTEST()
136 zassert_true(rc < 0, "Invalid use of flash_fill returned %d", rc); in ZTEST()
160 zassert_true(rc < 0, "Invalid use of flash_flatten returned %d", rc); in ZTEST()
164 zassert_true(rc < 0, "Invalid use of flash_flatten returned %d", rc); in ZTEST()
168 zassert_true(rc < 0, "Invalid use of flash_flatten returned %d", rc); in ZTEST()
[all …]
/Zephyr-latest/scripts/ci/
Dpylintrc81 invalid-characters-in-docstring,
96 invalid-star-assignment-target,
106 invalid-slots-object,
108 invalid-slots,
114 invalid-length-returned,
119 invalid-all-object,
137 invalid-sequence-index,
138 invalid-slice-index,
141 invalid-unary-operand-type,
150 invalid-metaclass,
[all …]
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h780 * @retval -EINVAL Arguments are invalid
828 * @retval -EINVAL Arguments are invalid.
838 * @retval -EINVAL Arguments are invalid.
848 * @retval -EINVAL Arguments are invalid
850 * @retval -EBADMSG The found value has invalid size or value
861 * @retval -EINVAL Arguments are invalid
873 * @retval -EINVAL Arguments are invalid.
883 * @retval -EINVAL Arguments are invalid.
893 * @retval -EINVAL Arguments are invalid
895 * @retval -EBADMSG The found value has invalid size or value
[all …]
/Zephyr-latest/tests/net/lib/tls_credentials/src/
Dmain.c78 zassert_equal(ret, 0, "Invalid credential content"); in test_credential_get()
80 "Invalid credential length"); in test_credential_get()
125 "Invalid type for cert"); in test_credential_internal_iterate()
126 zassert_equal(cert->tag, common_tag, "Invalid tag for cert"); in test_credential_internal_iterate()
128 "Invalid cert length"); in test_credential_internal_iterate()
130 "Invalid cert content"); in test_credential_internal_iterate()
133 "Invalid type for key"); in test_credential_internal_iterate()
134 zassert_equal(key->tag, common_tag, "Invalid tag for key"); in test_credential_internal_iterate()
135 zassert_equal(key->len, sizeof(test_server_key), "Invalid key length"); in test_credential_internal_iterate()
137 "Invalid key content"); in test_credential_internal_iterate()
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c80 zassert_equal(pool, &bufs_pool, "Invalid free pointer in buffer"); in buf_destroy()
89 zassert_equal(pool, &fixed_pool, "Invalid free pointer in buffer"); in fixed_destroy()
98 zassert_equal(pool, &var_pool, "Invalid free pointer in buffer"); in var_destroy()
223 zassert_equal(buf->size, 0, "Invalid buffer size"); in ZTEST()
483 zexpect_equal(*clone_user_data, 0xAABBCCDD, "User data copy is invalid"); in ZTEST()
501 zassert_equal(buf->size, FIXED_BUFFER_SIZE, "Invalid fixed buffer size"); in ZTEST()
502 zassert_equal(buf->len, 0, "Invalid fixed buffer length"); in ZTEST()
560 "Invalid 16 bits byte order"); in ZTEST()
568 sizeof(le16), "Invalid 16 bits byte order"); in ZTEST()
570 sizeof(be16), "Invalid 16 bits byte order"); in ZTEST()
[all …]
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/config/
Dsl_clock_manager_tree_config.h37 #error "Invalid clock source selection for SYSCLK"
74 #error "Invalid clock source selection for TRACECLK"
107 #error "Invalid clock source selection for EM01GRPACLK"
131 #error "Invalid clock source selection for EM01GRPBCLK"
157 #error "Invalid clock source selection for EM01GRPCCLK"
175 #error "Invalid clock source selection for IADCCLK"
189 #error "Invalid clock source selection for LESENSEHFCLK"
204 #error "Invalid clock source selection for EM23GRPACLK"
218 #error "Invalid clock source selection for EM4GRPACLK"
233 #error "Invalid clock source selection for RTCCCLK"
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_reset/src/
Dtest_suite_invalid_inputs.c31 * - '-EINVAL' error code is returned representing invalid values were used.
52 * - '-EINVAL' error code is returned representing invalid values were used.
75 * - '-EINVAL' error code is returned representing invalid values were used.
88 * Test invalid input arguments to bt_id_reset() by using a valid address of type public and using
97 * - '-EINVAL' error code is returned representing invalid values were used.
109 * Test invalid input arguments to bt_id_reset() by using a valid address of type RPA and using
118 * - '-EINVAL' error code is returned representing invalid values were used.
130 * Test invalid input arguments to bt_id_reset() by using an address that already exists
140 * - '-EALREADY' error code is returned representing invalid values were used.
186 * - '-EBUSY' error code is returned representing invalid values were used.
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c179 LOG_DBG("Invalid Framing 0x%02x", qos->framing); in bt_audio_verify_qos()
185 LOG_DBG("Invalid PHY 0x%02x", qos->phy); in bt_audio_verify_qos()
190 LOG_DBG("Invalid SDU %u", qos->sdu); in bt_audio_verify_qos()
197 LOG_DBG("Invalid Latency %u", qos->latency); in bt_audio_verify_qos()
203 LOG_DBG("Invalid presentation delay %u", qos->pd); in bt_audio_verify_qos()
219 LOG_DBG("codec_cfg->cid (%u) is invalid", codec_cfg->cid); in bt_audio_valid_codec_cfg()
224 LOG_DBG("codec_cfg->vid (%u) is invalid", codec_cfg->vid); in bt_audio_valid_codec_cfg()
234 LOG_DBG("Invalid data_len %zu for codec_id %u", codec_cfg->data_len, codec_cfg->id); in bt_audio_valid_codec_cfg()
239 LOG_DBG("codec_cfg->data_len (%zu) is invalid", codec_cfg->data_len); in bt_audio_valid_codec_cfg()
252 LOG_DBG("codec_cfg->meta_len (%zu) is invalid", codec_cfg->meta_len); in bt_audio_valid_codec_cfg()
[all …]
/Zephyr-latest/tests/kernel/mutex/mutex_error_case/src/
Dtest_mutex_error.c135 * @brief Test initialize mutex with a invalid kernel object
137 * @details Pass a invalid kobject as parameter, then see if the
165 * @brief Test locking mutex with a invalid kernel object
167 * @details Pass a invalid kobject as parameter, then see if the
174 /* TESTPOINT: Pass a invalid kobject into the API k_mutex_lock */
196 * @brief Test unlocking mutex with a invalid kernel object
198 * @details Pass a invalid kobject as parameter, then see if the
205 /* TESTPOINT: Pass a invalid kobject into the API k_mutex_unlock */

12345678910>>...67