Searched refs:errorCode (Results 1 – 4 of 4) sorted by relevance
388 .WithValueField(0, 32, out errorCode, name: "err_code") in BuildRegisterMap()439 errorCode.Value = (uint)ErrorCode.UnexpectedModeStrength; in RunCommand()482 errorCode.Value = (uint)ErrorCode.IncorrectFunctionName; in InitHasher()618 errorCode.Value = (uint)ErrorCode.SwCmdSequence | (uint)Command.Run; in RunHasher()657 errorCode.Value = (uint)ErrorCode.SwCmdSequence | (uint)command; in CheckComandSequence()789 private IValueRegisterField errorCode; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
204 …ErrorReported(ScriptSource source, string message, SourceSpan span, int errorCode, Severity severi… in ErrorReported() argument
281 const int errorCode = 111; // errorCode: PLMN not allowed in QplmnsExec()
949 private Response MobileTerminationError(int errorCode) in MobileTerminationError() argument