Home
last modified time | relevance | path

Searched defs:persistent (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs94 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/
DSDCardExtensions.cs17 …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()
DDeprecatedSDCard.cs19 public DeprecatedSDCard(string imageFile, long? cardSize, bool persistent) in DeprecatedSDCard()
DSDCard.cs31 …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/
DTapExtensions.cs19 …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()
DLinuxTapInterface.cs33 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/
DDataStorage.cs17 …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()
DLBABackend.cs22 …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/
DUSBPendrive.cs30 …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/
DMassStorageExtensions.cs16 …ripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte port, bool persistent = true) in PendriveFromFile()
DMassStorage.cs55 …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/
DCDROM.cs26 … 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/
DVirtIOBlockDevice.cs45 public void LoadImage(WriteFilePath file, bool persistent = false) in LoadImage()
DUFSDevice.cs97 public void LoadFromFile(uint logicalUnitNumber, string file, bool persistent = false) in LoadFromFile()