Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 25 of 136) sorted by relevance

123456

/Zephyr-latest/tests/subsys/zbus/unittests/src/
Dmain.c220 zassert_equal(-EFAULT, zbus_chan_finish(NULL), "It must be invalid"); in wq_dh_cb()
250 zassert_equal(-EFAULT, zbus_chan_pub(NULL, &a, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
254 zassert_equal(-EFAULT, zbus_chan_pub(&aux2_chan, NULL, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
258 zassert_equal(-EFAULT, zbus_chan_read(NULL, &a, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
262 zassert_equal(-EFAULT, zbus_chan_read(&aux2_chan, NULL, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
266 zassert_equal(-EFAULT, zbus_chan_notify(NULL, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
268 zassert_equal(-EFAULT, zbus_chan_claim(NULL, K_NO_WAIT), "It must be -EFAULT"); in ZTEST()
270 zassert_equal(-EFAULT, zbus_chan_finish(NULL), "It must be -EFAULT"); in ZTEST()
272 zassert_equal(-EFAULT, zbus_chan_add_obs(NULL, &sub1, K_MSEC(200)), NULL); in ZTEST()
274 zassert_equal(-EFAULT, zbus_chan_add_obs(&aux2_chan, NULL, K_MSEC(200)), NULL); in ZTEST()
[all …]
/Zephyr-latest/tests/drivers/bbram/emul/src/
Dmain.c30 zassert_equal(bbram_read(dev, 0, 0, buffer), -EFAULT); in ZTEST()
31 zassert_equal(bbram_read(dev, 0, BBRAM_SIZE + 1, buffer), -EFAULT); in ZTEST()
32 zassert_equal(bbram_read(dev, BBRAM_SIZE - 1, 2, buffer), -EFAULT); in ZTEST()
33 zassert_equal(bbram_write(dev, 0, 0, buffer), -EFAULT); in ZTEST()
34 zassert_equal(bbram_write(dev, 0, BBRAM_SIZE + 1, buffer), -EFAULT); in ZTEST()
35 zassert_equal(bbram_write(dev, BBRAM_SIZE - 1, 2, buffer), -EFAULT); in ZTEST()
89 zassert_equal(bbram_read(dev, 0, BBRAM_SIZE, buffer), -EFAULT); in ZTEST()
99 zassert_equal(bbram_write(dev, 0, BBRAM_SIZE, buffer), -EFAULT); in ZTEST()
/Zephyr-latest/drivers/sensor/apds9306/
Dapds9306.c165 return -EFAULT; in apds9306_attr_set()
198 return -EFAULT; in apds9306_attr_get()
221 return -EFAULT; in apds9306_sample_fetch()
227 return -EFAULT; in apds9306_sample_fetch()
276 return -EFAULT; in apds9306_sensor_setup()
282 return -EFAULT; in apds9306_sensor_setup()
290 return -EFAULT; in apds9306_sensor_setup()
295 return -EFAULT; in apds9306_sensor_setup()
308 return -EFAULT; in apds9306_sensor_setup()
316 return -EFAULT; in apds9306_sensor_setup()
[all …]
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_backend_psa.c33 return -EFAULT; in wifi_credentials_backend_init()
59 return -EFAULT; in wifi_credentials_store_entry()
71 return -EFAULT; in wifi_credentials_delete_entry()
86 return -EFAULT; in wifi_credentials_load_entry()
Dwifi_credentials_backend_settings.c122 return -EFAULT; in wifi_credentials_store_entry()
137 return -EFAULT; in wifi_credentials_delete_entry()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_integrity.c36 return -EFAULT; in updatehub_integrity_init()
70 return -EFAULT; in updatehub_integrity_update()
103 return -EFAULT; in updatehub_integrity_finish()
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c269 return -EFAULT; in stream_flash_buffered_write()
347 return -EFAULT; in inspect_device()
350 return -EFAULT; in inspect_device()
370 return -EFAULT; in stream_flash_init()
377 return -EFAULT; in stream_flash_init()
382 return -EFAULT; in stream_flash_init()
387 return -EFAULT; in stream_flash_init()
440 return -EFAULT; in stream_flash_progress_load()
462 return -EFAULT; in stream_flash_progress_save()
484 return -EFAULT; in stream_flash_progress_clear()
/Zephyr-latest/drivers/bbram/
Dbbram_xec.c33 return -EFAULT; in bbram_xec_check_invalid()
54 return -EFAULT; in bbram_xec_read()
68 return -EFAULT; in bbram_xec_write()
Dbbram_rts5912.c40 return -EFAULT; in bbram_rts5912_read()
67 return -EFAULT; in bbram_rts5912_write()
Dbbram_emul.c101 return -EFAULT; in bbram_emul_read()
115 return -EFAULT; in bbram_emul_write()
Dbbram_stm32.c46 return -EFAULT; in bbram_stm32_read()
66 return -EFAULT; in bbram_stm32_write()
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dilm.c83 return -EFAULT; /* Not in RAM */ in it8xxx2_configure_ilm_block()
88 return -EFAULT; /* Past the end of RAM */ in it8xxx2_configure_ilm_block()
93 return -EFAULT; /* Address doesn't fit in the SCAR */ in it8xxx2_configure_ilm_block()
97 return -EFAULT; in it8xxx2_configure_ilm_block()
/Zephyr-latest/samples/userspace/prod_consumer/src/
Dsample_driver_handlers.c29 return -EFAULT; in z_vrfy_sample_driver_write()
/Zephyr-latest/lib/posix/options/
Dgetentropy.c20 errno = EFAULT; in getentropy()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_firmware_pull.c35 case -EFAULT: in set_update_result()
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dmsg_sub.c49 return -EFAULT; in msg_sub_thread()
Dsub.c63 return -EFAULT; in sub_thread()
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c278 return -EFAULT; in boot_request_upgrade()
290 return -EFAULT; in boot_request_upgrade_multi()
389 return -EFAULT; in boot_get_area_trailer_status_offset()
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c160 return -EFAULT; in sntp_init()
208 return -EFAULT; in sntp_query()
268 return -EFAULT; in sntp_init_async()
290 return -EFAULT; in sntp_send_async()
/Zephyr-latest/tests/subsys/modem/backends/uart/src/
Dmain.c139 return -EFAULT; in receive_prng()
143 return -EFAULT; in receive_prng()
/Zephyr-latest/tests/posix/c_lib_ext/src/
Dgetentropy.c26 zassert_equal(errno, EFAULT); in ZTEST()
/Zephyr-latest/lib/libc/iar/include/
Derrno.h31 #define EFAULT 14 /**< Bad address */ macro
/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h62 #define EFAULT 14 /**< Bad address */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h52 #define EFAULT 14 /**< Bad address */ macro
/Zephyr-latest/tests/net/socket/socketpair/src/
Dexpected_failures.c60 zassert_equal(errno, EFAULT, in ZTEST_USER_F()

123456