Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_handlers.c44 struct i3c_msg copy[num_msgs]; in copy_i3c_msgs_and_transfer() local
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Dgatt.c65 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy() local
86 struct bt_uuid *copy; in uuid_deep_copy() local
113 struct bt_gatt_notify_params *copy; in notify_params_deep_copy() local
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_stm32_ex_op.c97 struct flash_stm32_ex_op_rdp copy; in flash_stm32_ex_op_rdp() local
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_handlers.c34 struct i2c_msg copy[num_msgs]; in copy_msgs_and_transfer() local
/Zephyr-Core-3.5.0/lib/os/
Dwinstream.c88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local
/Zephyr-Core-3.5.0/subsys/settings/src/
Dsettings_fcb.c224 int copy; in settings_fcb_compress() local
Dsettings_file.c253 int copy; in settings_file_save_and_compress() local
/Zephyr-Core-3.5.0/tests/net/conn_mgr_monitor/src/
Dmain.c102 struct test_stats copy; in get_reset_stats() local
/Zephyr-Core-3.5.0/tests/net/ieee802154/6lo_fragment/src/
Dmain.c272 uint8_t copy; in create_pkt() local
/Zephyr-Core-3.5.0/tests/net/6lo/src/
Dmain.c528 uint8_t copy; in create_pkt() local
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_pkt.c1564 bool copy, bool write)
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfiglib.py6400 def copy(src, dst): function