Home
last modified time | relevance | path

Searched full:commands (Results 1 – 25 of 3047) sorted by relevance

12345678910>>...122

/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Duncore-ddrc.json
/openbmc/openbmc-test-automation/
H A Dtox.ini17 commands = key
26 commands = key
27 {[testenv]commands}
35 commands = key
36 {[testenv]commands}
44 commands = key
45 {[testenv]commands}
53 commands = key
54 {[testenv]commands}
61 commands = key
[all …]
/openbmc/linux/Documentation/hwmon/
Dpmbus-core.rst
/openbmc/linux/tools/power/cpupower/man/
Dcpupower.1
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/
Duncore-memory.json
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dyaml_syntax_rules.md21 COMMANDS:
32 COMMANDS, FILES, PROTOCOL is mandatory for all YAML block.
44 COMMANDS:
53 COMMANDS:
60 COMMANDS:
67 # Commands and Files to collect for via out of band IPMI.
69 COMMANDS:
83 COMMANDS
/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp39 * CommandFunctor is the functor register for commands defined in
50 * Command details is used to register commands supported in phosphor-net-ipmid.
64 * Function clusters IPMI commands into different sets.
106 * This is the base class for registering IPMI commands. There are two ways of
107 * registering commands to phosphor-net-ipmid, the session related commands and
108 * provider commands
110 * Every commands has a privilege level which mentions the minimum session
161 * NetIpmidEntry is used to register commands that are consumed only in
162 * phosphor-net-ipmid. The RAKP commands, session commands and user management
163 * commands are examples of this.
[all …]
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_config.yaml3 # COMMANDS - List of commands to be run on the corresponding targeted system (inband)
9 # Note: Items in COMMANDS and FILES are not necessarily one-to-one correspondence.
14 # Commands and Files to collect for a given remote system.
16 # Commands and File to take snapshot of linux based system.
19 COMMANDS:
54 COMMANDS:
121 # COMMANDS: filename is preceded by ls -AX '.
124 COMMANDS:
135 COMMANDS:
166 # Commands and Files to collect for via out of band IPMI.
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/
Duncore-memory.json
/openbmc/linux/Documentation/i2c/
Di2c-stub.rst
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot39 # Check if SSH login and commands on SSH session work.
40 Verify SSH Login And Commands Work
54 # Check if SSH login and commands fail.
56 ... Verify SSH Login And Commands Work
59 ... msg=SSH Login and commands are working after disabling SSH.
74 # Check if SSH login and commands on SSH session work.
75 Verify SSH Login And Commands Work
92 # Check if SSH login and commands fail.
94 ... Verify SSH Login And Commands Work
97 ... msg=SSH Login and commands are working after disabling SSH.
[all …]
/openbmc/qemu/qga/
H A Dmeson.build32 'qga-qapi-commands.c',
33 'qga-qapi-commands.h',
38 'qga-qapi-init-commands.c',
39 'qga-qapi-init-commands.h',
65 'commands.c',
69 'commands-common-ssh.c'
74 'commands-win32.c',
77 'commands-windows-ssh.c'
82 'commands-posix.c',
83 'commands-posix-ssh.c',
[all …]
/openbmc/openbmc-test-automation/ffdc/templates/
H A Dlog_collector_config_template.yaml4 # name the block, sub block, commands construct and file name.
8 COMMANDS:
16 COMMANDS:
26 COMMANDS:
35 COMMANDS:
52 COMMANDS:
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
Duncore-memory.json
/openbmc/u-boot/cmd/
H A DKconfig4 bool "Support U-Boot commands"
8 to enter commands into U-Boot for a wide variety of purposes. It
9 also allows scripts (containing commands) to be executed.
10 Various commands and command categorys can be indivdually enabled.
11 Depending on the number of commands enabled, this can add
39 Enable auto completion of commands using TAB.
143 comment "Commands"
145 menu "Info commands"
193 menu "Boot commands"
260 Android DTB/DTBO image manipulation commands. Read dtb/dtbo files from
[all …]
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst17 the protocol; details of the commands and data structures can
92 Issuing Commands
120 The actual commands are documented in the :doc:`qemu-qmp-ref`.
130 the server reads and queues commands as they arrive. It executes
131 commands from the queue one after the other. Commands executed
133 possibly overtaking prior in-band commands. The client may therefore
135 commands.
137 To be able to match responses back to their commands, the client needs
138 to pass ``id`` with out-of-band commands. Passing it with all commands
141 If the client sends in-band commands faster than the server can
[all …]
/openbmc/linux/Documentation/ABI/testing/
Ddebugfs-cec-error-inj
/openbmc/linux/kernel/debug/kdb/
Dkdb_cmds
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A DCVE-2025-0622-01.patch4 Subject: [PATCH 1/3] commands/pgp: Unregister the "check_signatures" hooks on
20 grub-core/commands/pgp.c | 2 ++
23 diff --git a/grub-core/commands/pgp.c b/grub-core/commands/pgp.c
25 --- a/grub-core/commands/pgp.c
26 +++ b/grub-core/commands/pgp.c
H A DCVE-2025-1118.patch4 Subject: [PATCH] commands/minicmd: Block the dump command in lockdown mode
20 grub-core/commands/minicmd.c | 4 ++--
23 diff --git a/grub-core/commands/minicmd.c b/grub-core/commands/minicmd.c
25 --- a/grub-core/commands/minicmd.c
26 +++ b/grub-core/commands/minicmd.c
H A DCVE-2024-45775.patch4 Subject: [PATCH] commands/extcmd: Missing check for failed allocation
22 grub-core/commands/extcmd.c | 3 +++
25 diff --git a/grub-core/commands/extcmd.c b/grub-core/commands/extcmd.c
27 --- a/grub-core/commands/extcmd.c
28 +++ b/grub-core/commands/extcmd.c
/openbmc/qemu/docs/system/
H A Dmonitor.rst6 The QEMU monitor is used to give complex commands to the QEMU emulator.
17 Commands chapter
20 The following commands are available:
22 .. hxtool-doc:: hmp-commands.hx
24 .. hxtool-doc:: hmp-commands-info.hx
/openbmc/linux/include/uapi/linux/
Disst_if.h
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DRestrictionMode.interface.yaml26 Indicate that system is in provisioning mode and all commands
30 Commands in the allowlist will only be executed through system
31 interface after BIOS POST complete. All KCS commands are
35 Commands through system interface are executed only till BIOS
37 commands are blocked (except BIOS SMI based ones).
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0015-bootstrap-check-commands-of-openssl-exist.patch4 Subject: [PATCH] bootstrap: check commands of openssl exist
6 It calls openssl commands dhparam and pkcs12 in script bootstrap. These
7 commands are configurable based on configure options 'no-dh' and
9 these commands. If not, abort running of script bootstrap.
16 be run on a host which provides these openssl commands.
31 +# check commands of openssl exist

12345678910>>...122