Home
last modified time | relevance | path

Searched defs:data_size (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c294 …renode_error_t *renode_send_header(renode_t *renode, api_command_t api_command, uint32_t data_size) in renode_send_header()
305 …_send_command(renode_t *renode, api_command_t api_command, const uint8_t *data, uint32_t data_size) in renode_send_command()
395 …e_t *renode, api_command_t *command, void **data_buffer, uint32_t buffer_size, uint32_t *data_size) in renode_receive_response()
509 uint32_t data_size = name_length + sizeof(int32_t); in renode_get_machine() local
531 uint32_t data_size = name_length + sizeof(int32_t) * 3; in renode_get_instance_descriptor() local
553 uint32_t data_size; member
/Renode-v1.15.3-c57714d/tools/csv2resd/
Dresd.py85 def _header(self, data_size): argument