| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/ |
| D | TAPTools.cs | 94 private static int Open_TUNTAP(IntPtr dev, UInt16 flags, bool persistent) in Open_TUNTAP() 163 public static int OpenTUN(IntPtr dev, bool persistent = false) in OpenTUN() 168 public static int OpenTAP(IntPtr dev, bool persistent = false) in OpenTAP()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDCardExtensions.cs | 17 …gister<DeprecatedSDCard, NullRegistrationPoint> attachTo, long size, bool persistent = true, strin… in SdCardFromFile() 24 …ripheralRegister<SDCard, NullRegistrationPoint> attachTo, long size, bool persistent = true, strin… in SdCardFromFile() 31 …Register<ISPIPeripheral, NullRegistrationPoint> attachTo, long size, bool persistent = true, strin… in SdCardFromFile() 38 …pheral, NumberRegistrationPoint<int>> attachTo, int port, long size, bool persistent = true, strin… in SdCardFromFile()
|
| D | DeprecatedSDCard.cs | 19 public DeprecatedSDCard(string imageFile, long? cardSize, bool persistent) in DeprecatedSDCard()
|
| D | SDCard.cs | 31 …public SDCard(string imageFile, long capacity, bool persistent = false, bool spiMode = false, Bloc… in SDCard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | TapExtensions.cs | 19 …AndGetTap(this Emulation emulation, string hostInterfaceName, string name, bool persistent = false) in CreateAndGetTap() 38 …CreateTap(this Emulation emulation, string hostInterfaceName, string name, bool persistent = false) in CreateTap()
|
| D | LinuxTapInterface.cs | 33 public LinuxTapInterface(string name, bool persistent) in LinuxTapInterface() 276 private readonly bool persistent; field in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | DataStorage.cs | 17 …public static Stream Create(string imageFile, long? size = null, bool persistent = false, byte pad… in Create() 23 …public static Stream CreateFromFile(string imageFile, long? size = null, bool persistent = false, … in CreateFromFile()
|
| D | LBABackend.cs | 22 …end(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool persistent = true) in LBABackend() 118 private readonly bool persistent; field in Antmicro.Renode.Storage.LBABackend
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBPendrive.cs | 30 …heralRegister<IUSBDevice, NumberRegistrationPoint<int>> attachTo, int port, bool persistent = true) in PendriveFromFile() 37 …c void PendriveFromFile(this USBIPServer usbController, string file, bool persistent = true, int? … in PendriveFromFile() 46 …public USBPendrive(string imageFile, long? size = null, bool persistent = false, uint blockSize = … in USBPendrive()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | MassStorageExtensions.cs | 16 …ripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte port, bool persistent = true) in PendriveFromFile()
|
| D | MassStorage.cs | 55 …age(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool persistent = true) in MassStorage()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/ |
| D | CDROM.cs | 26 … public CDROM(string imageFile, bool persistent = false, uint? size = null, uint blockSize = 2048) in CDROM()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/ |
| D | VirtIOBlockDevice.cs | 45 public void LoadImage(WriteFilePath file, bool persistent = false) in LoadImage()
|
| D | UFSDevice.cs | 97 public void LoadFromFile(uint logicalUnitNumber, string file, bool persistent = false) in LoadFromFile()
|