Home
last modified time | relevance | path

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

12345678910>>...74

/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/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/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/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/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/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
H A DCVE-2025-0690.patch4 Subject: [PATCH] commands/read: Fix an integer overflow when supplying more
22 grub-core/commands/read.c | 19 +++++++++++++++----
25 diff --git a/grub-core/commands/read.c b/grub-core/commands/read.c
27 --- a/grub-core/commands/read.c
28 +++ b/grub-core/commands/read.c
/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-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/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/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/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
/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/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/u-boot/doc/
H A DREADME.ext45 but without selecting the corresponding commands, enable one of the following:
10 Next, to select the ext2-related commands:
15 or ext4-related commands:
36 Also relevant are the generic filesystem commands, selected by:
43 Some sample commands to test ext4 support:
45 1. Check that the commands can be seen in the output of U-Boot help:
H A DREADME.serial_multi17 *) The console can be switched to SCC by any of the following commands:
23 *) The console can be switched to SMC by any of the following commands:
30 will be used which, in turn, can be switched by above commands.
46 *) The console can be switched to UART1 by any of the following commands:
51 *) The console can be switched to UART0 by any of the following commands:
/openbmc/openbmc/poky/bitbake/lib/toaster/
H A Dtox.ini17 commands = key
18 …python3 {toxinidir}/manage.py test tests.db tests.commands tests.builds tests.browser tests.functi…
24 commands={[testenv]commands} --splinter-webdriver=chrome key
/openbmc/phosphor-host-ipmid/
H A Dhost-cmd-manager.hpp19 * @brief Manages commands that are to be sent to Host
46 * Also, if the queue has more commands, then it will alert the
55 * the commands in Queue.
68 * to all the commands that are in the Queue and queue
87 * This is done to avoid having commands that were issued
101 /** @brief Queue to store the requested commands */
104 /** @brief Timer for commands to host */
/openbmc/qemu/qapi/
H A Dmeson.build83 'qapi-commands.h', 'qapi-commands.c',
84 'qapi-init-commands.h', 'qapi-init-commands.c',
107 'qapi-commands-@0@.c'.format(module),
108 'qapi-commands-@0@.h'.format(module),
109 'qapi-commands-@0@.trace-events'.format(module),
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0003-comment-out-sections-shutdown-and-environment-in-gen.patch15 pykickstart/commands/reboot.py | 3 +++
19 diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py
21 --- a/pykickstart/commands/reboot.py
22 +++ b/pykickstart/commands/reboot.py
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md26 mboxd_dbus.c - Contains the handlers for the D-Bus commands which the daemon can
32 mboxd_msg.c - Contains the handlers for the mbox commands which the daemon
44 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not
47 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is
50 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not
53 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
60 commands while suspended but won't allow the host to, or itself, access the
140 #### Handling MBOX Commands
149 #### Handling D-Bus Commands
/openbmc/hiomapd/Documentation/
H A Dmboxd.md27 dbus.c - Contains the handlers for the D-Bus commands which the daemon can
33 transport_mbox.c - Contains the handlers for the mbox commands which the daemon
45 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not
48 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is
51 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not
54 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
61 commands while suspended but won't allow the host to, or itself, access the
141 #### Handling MBOX Commands
150 #### Handling D-Bus Commands
/openbmc/qemu/scripts/qapi/
H A Dcommands.py308 prefix, 'qapi-commands',
309 ' * Schema-defined QAPI/QMP commands', None, __doc__,
316 commands = self._module_basename('qapi-commands', name)
327 #include "%(commands)s.h"
329 commands=commands, visit=visit))
331 if self._gen_tracing and commands != 'qapi-commands':
336 nm=c_name(commands, protect=False)))
337 # We use c_name(commands, protect=False) to turn '-' into '_', to
347 self._add_module('./init', ' * QAPI Commands initialization')
356 #include "%(prefix)sqapi-commands.h"
[all …]

12345678910>>...74