Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 27) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DNetworkLoggerCommand.cs26 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/
DServerSocketTerminal.cs18 …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/
DRenesas_GPIO.cs83 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()
DSTM32_GPIOPort.cs230 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/
DUSBIPServer.cs29 …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/
DIUSBHub.cs16 IUSBPeripheral GetDevice(byte port); in GetDevice()
DMassStorageExtensions.cs16 …me, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte port, bool persistent… in PendriveFromFile()
DUsbHub.cs183 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()
DISP1761.cs1640 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()
DEHCIHostController.cs94 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/
DUSBRegistrationPoint.cs15 public USBRegistrationPoint(byte? port = null) : base(port) in base() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs29 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/
DDA16200.cs173 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/
DEmulatedNetworkService.cs17 …e(this Emulation emulation, string name, string typeName, string host, ushort port, string args = … in CreateEmulatedNetworkService()
DEchoService.cs17 public EchoService(string host, ushort port, string args) in EchoService()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCardExtensions.cs38 …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/
DSocketIOSource.cs14 public SocketIOSource(int port) in SocketIOSource()
DSocketServerProvider.cs34 public void Start(int port) in Start()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs30 …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()
DUSBMouse.cs30 public static void AttachUSBMouse(this USBIPServer usbController, int? port = null) in AttachUSBMouse()
DUSBKeyboard.cs25 public static void AttachUSBKeyboard(this USBIPServer usbController, int? port = null) in AttachUSBKeyboard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DNetworkBackend.cs15 public NetworkBackend(int port, bool plainMode = true) in NetworkBackend()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs953 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/
DEtherBoneBridge.cs21 public EtherBoneBridge(int port, string host = "127.0.0.1") in EtherBoneBridge()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs21 …public GdbStub(IMachine machine, IEnumerable<ICpuSupportingGdb> cpus, int port, bool autostartEmul… in GdbStub()

12