Home
last modified time | relevance | path

Searched refs:data_buffer (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c395 …node_receive_response(renode_t *renode, api_command_t *command, void **data_buffer, uint32_t buffe… in renode_receive_response() argument
397 uint8_t *buffer = *data_buffer; in renode_receive_response()
412 return_error_if_fails(renode_receive_event(renode, data_buffer)); in renode_receive_response()
417 free(*data_buffer); in renode_receive_response()
492 …ode_execute_command(renode_t *renode, api_command_t api_command, void *data_buffer, uint32_t buffe… in renode_execute_command() argument
497 return_error_if_fails(renode_send_command(renode, api_command, data_buffer, sent_data_size)); in renode_execute_command()
500 void **buffer = &data_buffer; in renode_execute_command()