Home
last modified time | relevance | path

Searched defs:response (Results 1 – 8 of 8) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_manager.sv106 response_e response; register
116 response_e response; register
143 …d_response(output data_t data, output transaction_id_t transaction_id, output response_e response); port
184 …task static get_write_response(output transaction_id_t transaction_id, output response_e response); port
194 …bit check_response(transaction_id_t request_id, transaction_id_t response_id, response_t response); port
Drenode_axi_subordinate.sv162 …task static set_read_response(transaction_id_t transaction_id, data_t data, response_e response, b… port
176 task static set_write_response(transaction_id_t id, response_e response); port
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DIInstanceBasedCommand.cs76 …ol TryGetName(Command command, List<byte> data, int offset, out string name, out Response response) in TryGetName()
89 …ol TryGetMachine(this ICommand @this, List<byte> data, out IMachine machine, out Response response) in TryGetMachine()
110 …codeNameLength(Command command, List<byte> data, int offset, out int length, out Response response) in TryDecodeNameLength()
132 …e(Command command, List<byte> data, int offset, int length, out string name, out Response response) in TryDecodeName()
DExternalControlServer.cs259 private bool TryHandleCommand(out Response response, Command command, List<byte> data) in TryHandleCommand()
301 private void SendEventResponse(Response response) in SendEventResponse()
309 private void SendResponse(Response response) in SendResponse()
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/
DNetworkServer.cs173 private void HandleUdpResponse(IPEndPoint source, UdpPacket response) in HandleUdpResponse()
190 private bool TryHandleArp(ARPPacket packet, out ARPPacket response) in TryHandleArp()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/
Drenode_ahb_manager.sv97 function static bit is_response_error(response_t response); port
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c220 uint8_t response; in perform_handshake() local
353 static renode_error_t *invoke_callback(struct renode_event *response) in invoke_callback()
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/
Drenode_bridge.cpp614 dmi_message response; in service_backward_request_dmi() local