Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/src/
Dgatt.c68 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy() local
91 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy_all() local
115 struct bt_uuid *copy; in uuid_deep_copy() local
142 struct bt_gatt_notify_params *copy; in notify_params_deep_copy() local
158 struct bt_gatt_notify_params *copy; in bt_gatt_notify_cb() local
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_handlers.c44 struct i3c_msg copy[num_msgs]; in copy_i3c_msgs_and_transfer() local
/Zephyr-Core-3.7.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.7.0/drivers/i2c/
Di2c_handlers.c34 struct i2c_msg copy[num_msgs]; in copy_msgs_and_transfer() local
/Zephyr-Core-3.7.0/lib/utils/
Dwinstream.c88 uint32_t seq0 = *seq, start, end, wseq, len, behind, copy, suffix; in sys_winstream_read() local
/Zephyr-Core-3.7.0/subsys/settings/src/
Dsettings_fcb.c224 int copy; in settings_fcb_compress() local
Dsettings_file.c248 int copy; in settings_file_save_and_compress() local
/Zephyr-Core-3.7.0/tests/net/ieee802154/6lo_fragment/src/
Dmain.c272 uint8_t copy; in create_pkt() local
/Zephyr-Core-3.7.0/tests/net/conn_mgr_monitor/src/
Dmain.c137 struct test_stats copy; in get_reset_stats() local
/Zephyr-Core-3.7.0/tests/net/6lo/src/
Dmain.c528 uint8_t copy; in create_pkt() local
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_pkt.c1625 bool copy, bool write)
/Zephyr-Core-3.7.0/scripts/kconfig/
Dkconfiglib.py6445 def copy(src, dst): function