Home
last modified time | relevance | path

Searched refs:CommandKey (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs55 pub struct CommandKey { struct
61 impl CommandKey { argument
63 CommandKey { in new()
81 impl fmt::Display for CommandKey { implementation
87 impl FromStr for CommandKey { implementation
108 Ok(CommandKey { in from_str()
586 command_key: &CommandKey, in get_command() argument
725 ) -> Result<Vec<CommandKey>, AggregateStoreError> { in command_keys_ascending() argument
729 match CommandKey::from_str(key.name()) { in command_keys_ascending()
1016 CommandCorrupt(Handle, CommandKey),
[all …]
H A Dcmd.rs9 store::CommandKey,
195 let command_key = CommandKey::new(command.sequence, command.time, summary.label.clone()); in from()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
H A DEdbCommon.h50 EFI_INPUT_KEY CommandKey; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey in GetCommandNameByKey() argument
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) && in GetCommandNameByKey()
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) { in GetCommandNameByKey()
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbCommand.c634 IN EFI_INPUT_KEY CommandKey
643 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) &&
644 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) {
H A DEdbCommand.h49 IN EFI_INPUT_KEY CommandKey
/dports/astro/sunclock/sunclock-3.57/
H A Dlangdef.h88 char CommandKey[N_HELP] = variable
179 extern char CommandKey[N_HELP];
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dinput.cpp1073 enum CommandKey enum
1283 for(CommandKey i = _CK_FIRST; i < _CK_COUNT; i = (CommandKey)((unsigned)i + 1)) in CK_Init()
1291 static void CK_PostRemapUpdate(CommandKey which) in CK_PostRemapUpdate()
1305 for(CommandKey i = _CK_FIRST; i < _CK_COUNT; i = (CommandKey)((unsigned)i + 1)) in CK_UpdateState()
1332 static INLINE bool CK_Check(CommandKey which) in CK_Check()
1539 CK_PostRemapUpdate((CommandKey)ICLatch); in CheckCommandKeys()
1547 for(CommandKey x = _CK_FIRST; x < _CK_COUNT; x = (CommandKey)((unsigned)x + 1)) in CheckCommandKeys()
1549 if(CK_Check((CommandKey)x)) in CheckCommandKeys()
1899 if(CK_Check((CommandKey)(CK_0 + i))) in CheckCommandKeys()
1909 if(CK_Check((CommandKey)(CK_0 + i))) in CheckCommandKeys()
[all …]
/dports/net/krill/krill-0.9.4/src/upgrades/
H A Dmod.rs14 eventsourcing::{AggregateStoreError, CommandKey, KeyStoreKey, KeyValueError, KeyValueStore},
107 let mut cmd_keys: Vec<CommandKey> = vec![]; in command_keys()
109 let cmd_key = CommandKey::from_str(key.name()).map_err(|_| { in command_keys()
/dports/net/krill/krill-0.9.4/src/commons/api/
H A Dhistory.rs14 eventsourcing::{CommandKey, CommandKeyError, StoredCommand, WithStorableDetails},
172 pub fn command_key(&self) -> Result<CommandKey, CommandKeyError> { in command_key() argument
173 CommandKey::from_str(&self.key) in command_key()

12