Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Duart.cpp37 std::bitset<8> buffer; in Txd() local
49 std::bitset<8> buffer(value); in Rxd() local
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Dbus.cpp23 char buffer[200]; in isSignalConnected() local
Daxi-slave.h56 char buffer [50]; member
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWiresharkSender.cs124 public void SendReportedFrames(byte[] buffer) in SendReportedFrames()
133 public void SendProcessedFrames(byte[] buffer) in SendProcessedFrames()
156 private bool SendToWireshark(byte[] buffer, int offset, int lenght) in SendToWireshark()
161 private bool SendToWireshark(byte[] buffer, int offset, int lenght, DateTime date) in SendToWireshark()
172 …private bool SendToWireshark(byte[] buffer, int offset, int lenght, uint seconds, uint microsecond… in SendToWireshark()
DWireshark.cs222 private void SendProcessedFrame(IExternal reporter, INetworkInterface sender, byte[] buffer) in SendProcessedFrame()
234 …ittedFrame(IExternal reporter, INetworkInterface sender, INetworkInterface receiver, byte[] buffer) in SendTransmittedFrame()
246 … private void SendTransmittedFrame(IExternal reporter, INetworkInterface sender, byte[] buffer) in SendTransmittedFrame()
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/adc/
Dmain.c48 static char buffer[32]; in voltage_string() local
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/run_for/
Dmain.c136 bool read_time_value(char *buffer, char **endptr, uint64_t *value, renode_time_unit_t *time_unit) in read_time_value()
196 char buffer[LINE_BUFFER_SIZE]; in run_options_prompt() local
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs121 private void HandleResponse(IPEndPoint source, byte[] buffer, int count) in HandleResponse()
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c192 static renode_error_t *read_or_fail(int socket_fd, uint8_t *buffer, uint32_t count) in read_or_fail()
320 static renode_error_t *renode_receive_bytes(renode_t *renode, uint8_t *buffer, uint32_t count) in renode_receive_bytes()
369 static renode_error_t *renode_receive_event(renode_t *renode, void **buffer) in renode_receive_event()
397 uint8_t *buffer = *data_buffer; in renode_receive_response() local
500 void **buffer = &data_buffer; in renode_execute_command() local
584 void *buffer = &data; in renode_run_for() local
/Renode-v1.15.3-c57714d/tools/packaging/linux_portable/
Dadditional.c11 ssize_t __wrap_getrandom (void *buffer, size_t length, unsigned int flags) { in __wrap_getrandom()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DExternalControlServer.cs335 private readonly List<byte> buffer = new List<byte>(); field in Antmicro.Renode.Network.ExternalControlServer
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs465 public bool TryReceive(out byte[] buffer, int size) in TryReceive()