| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | NetworkLoggerCommand.cs | 26 public void Run(DecimalIntegerToken port, BooleanToken plainMode) in Run() 32 public void Run(DecimalIntegerToken port) in Run() 41 private void Run(int port, bool plainMode = true) in Run()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/ |
| D | ServerSocketTerminal.cs | 18 …public static void CreateServerSocketTerminal(this Emulation emulation, int port, string name, boo… in CreateServerSocketTerminal() 27 … public ServerSocketTerminal(int port, bool emitConfigBytes = true, bool flushOnConnect = false) in ServerSocketTerminal()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | Renesas_GPIO.cs | 83 private Func<int, byte, byte> CreatePortRegisterValueProviderCallback(int port) in CreatePortRegisterValueProviderCallback() 88 private Action<int, byte, byte> CreatePortRegisterWriteCallback(int port) in CreatePortRegisterWriteCallback() 93 private Action<int, Mode, Mode> CreatePortModeRegisterWriteCallback(int port) in CreatePortModeRegisterWriteCallback()
|
| D | STM32_GPIOPort.cs | 230 public GPIOAlternateFunction(STM32_GPIOPort port, int pin) in GPIOAlternateFunction() 283 private readonly STM32_GPIOPort port; field in Antmicro.Renode.Peripherals.GPIOPort.STM32_GPIOPort.GPIOAlternateFunction
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 29 …public static void CreateUSBIPServer(this Emulation emulation, int port = 3240, string address = "… in CreateUSBIPServer() 38 public static void Register(this USBIPServer @this, IUSBDevice device, int? port = null) in Register() 53 public USBIPServer(string address, int port) in USBIPServer() 534 private readonly int port; field in Antmicro.Renode.Extensions.Utilities.USBIP.USBIPServer
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | IUSBHub.cs | 16 IUSBPeripheral GetDevice(byte port); in GetDevice()
|
| D | MassStorageExtensions.cs | 16 …me, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte port, bool persistent… in PendriveFromFile()
|
| D | UsbHub.cs | 183 public IUSBPeripheral GetDevice(byte port) in GetDevice() 195 public void AttachDevice(IUSBPeripheral device, byte port) in AttachDevice() 216 public void DetachDevice(byte port) in DetachDevice()
|
| D | ISP1761.cs | 1640 public void AttachHUBDevice(IUSBPeripheral device, byte port) in AttachHUBDevice() 1659 public void DetachDevice(byte port) in DetachDevice() 1664 public void DetachHUBDevice(uint addr, uint port) in DetachHUBDevice() 1774 public IUSBPeripheral FindDevice(byte port) in FindDevice()
|
| D | EHCIHostController.cs | 94 public void AttachDevice(IUSBPeripheral device, byte port) in AttachDevice() 113 public void DetachDevice(byte port) in DetachDevice()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/ |
| D | USBRegistrationPoint.cs | 15 public USBRegistrationPoint(byte? port = null) : base(port) in base() argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 29 void EnableGdbLogging(int port, bool enabled); in EnableGdbLogging() 66 void StartGdbServer(int port, bool autostartEmulation = true, string cpuCluster = ""); in StartGdbServer() 67 void StartGdbServer(int port, bool autostartEmulation, ICluster<ICpuSupportingGdb> cpu); in StartGdbServer() 68 void StopGdbServer(int? port = null); in StopGdbServer() 69 bool AttachConnectionAcceptedListenerToGdbStub(int port, Action<System.IO.Stream> listener); in AttachConnectionAcceptedListenerToGdbStub() 70 … bool DetachConnectionAcceptedListenerFromGdbStub(int port, Action<System.IO.Stream> listener); in DetachConnectionAcceptedListenerFromGdbStub() 71 bool IsGdbConnectedToServer(int port); in IsGdbConnectedToServer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | DA16200.cs | 173 private bool IsPortFree(ushort port) in IsPortFree() 289 private Response Trtrm(int connectionId, string ip = null, ushort? port = null) in Trtrm() 328 private Response Trur(string address, ushort port) in Trur() 354 public NetworkAddress(string address, ushort port = 0) in NetworkAddress() 365 public NetworkAddress WithPort(ushort port) in WithPort()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/ |
| D | EmulatedNetworkService.cs | 17 …e(this Emulation emulation, string name, string typeName, string host, ushort port, string args = … in CreateEmulatedNetworkService()
|
| D | EchoService.cs | 17 public EchoService(string host, ushort port, string args) in EchoService()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDCardExtensions.cs | 38 …ipheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, int port, long size, bool … in SdCardFromFile() 45 …ipheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, int port, long size, strin… in EmptySdCard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SocketIOSource.cs | 14 public SocketIOSource(int port) in SocketIOSource()
|
| D | SocketServerProvider.cs | 34 public void Start(int port) in Start()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBPendrive.cs | 30 …IPeripheralRegister<IUSBDevice, NumberRegistrationPoint<int>> attachTo, int port, bool persistent … in PendriveFromFile() 37 …riveFromFile(this USBIPServer usbController, string file, bool persistent = true, int? port = null) in PendriveFromFile()
|
| D | USBMouse.cs | 30 public static void AttachUSBMouse(this USBIPServer usbController, int? port = null) in AttachUSBMouse()
|
| D | USBKeyboard.cs | 25 public static void AttachUSBKeyboard(this USBIPServer usbController, int? port = null) in AttachUSBKeyboard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/ |
| D | NetworkBackend.cs | 15 public NetworkBackend(int port, bool plainMode = true) in NetworkBackend()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 953 public void EnableGdbLogging(int port, bool enabled) in EnableGdbLogging() 962 public void StartGdbServer(int port, bool autostartEmulation = true, string cpuCluster = "") in StartGdbServer() 1020 … public void StartGdbServer(int port, bool autostartEmulation, ICluster<ICpuSupportingGdb> cpu) in StartGdbServer() 1036 public void StopGdbServer(int? port = null) in StopGdbServer() 1060 public bool AttachConnectionAcceptedListenerToGdbStub(int port, Action<Stream> listener) in AttachConnectionAcceptedListenerToGdbStub() 1070 public bool DetachConnectionAcceptedListenerFromGdbStub(int port, Action<Stream> listener) in DetachConnectionAcceptedListenerFromGdbStub() 1080 public bool IsGdbConnectedToServer(int port) in IsGdbConnectedToServer() 1331 …private void AddCpusToGdbStub(int port, bool autostartEmulation, IEnumerable<ICpuSupportingGdb> cp… in AddCpusToGdbStub()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ |
| D | EtherBoneBridge.cs | 21 public EtherBoneBridge(int port, string host = "127.0.0.1") in EtherBoneBridge()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | GdbStub.cs | 21 …public GdbStub(IMachine machine, IEnumerable<ICpuSupportingGdb> cpus, int port, bool autostartEmul… in GdbStub()
|