Home
last modified time | relevance | path

Searched refs:FromMapping (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs274 var boundObject = staticBound ?? FromMapping(name) ?? iface; in GetDevice()
455 var boundElement = staticBound ?? FromMapping(name); in ProcessDeviceActionByName()
917 device = device ?? FromMapping(name) ?? iface ?? (object)currentMachine[name]; in IdentifyDevice()
DMonitor.cs1140 private object FromMapping(string name) in FromMapping() method in Antmicro.Renode.UserInterface.Monitor