Home
last modified time | relevance | path

Searched defs:method (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs258 … private static uint CalculateControlCode(uint deviceType, uint function, uint method, uint access) in CalculateControlCode()
263 private static uint TapDriverControlCode(uint request, uint method) in TapDriverControlCode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs969 … private object InvokeExtensionMethod(object device, MethodInfo method, List<object> parameters) in InvokeExtensionMethod()
982 private object InvokeMethod(object device, MethodInfo method, List<object> parameters) in InvokeMethod()
1021 … private object InvokeWithContext(InvokeContext context, MethodInfo method, object[] parameters) in InvokeWithContext()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs55 …ic void SetMethod(MethodInfo i, object obj, BusAccess.Operation operation, BusAccess.Method method) in SetMethod()
DBusAccess.cs59 private static bool TryGetMethodFromType(Type type, out Method method) in TryGetMethodFromType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommandsManager.cs348 public CommandDescriptor(MethodInfo method) in CommandDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs272 private bool TryFindCommandMethod(ParsedCommand command, out MethodInfo method) in TryFindCommandMethod()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1879 public MethodWithAttribute(MethodInfo method, T attribute) in MethodWithAttribute()