/openbmc/linux/net/sctp/ |
H A D | sm_statefuns.c | 58 struct sctp_cmd_seq *commands); 67 struct sctp_cmd_seq *commands, 75 struct sctp_cmd_seq *commands); 82 struct sctp_cmd_seq *commands); 89 struct sctp_cmd_seq *commands); 96 struct sctp_cmd_seq *commands); 101 struct sctp_cmd_seq *commands, 111 struct sctp_cmd_seq *commands, 121 struct sctp_cmd_seq *commands); 129 struct sctp_cmd_seq *commands); [all …]
|
H A D | sm_sideeffect.c | 47 struct sctp_cmd_seq *commands, 56 struct sctp_cmd_seq *commands, 139 struct sctp_cmd_seq *commands) in sctp_gen_sack() argument 200 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack() 215 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack() 218 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack() 550 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() argument 625 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() argument 636 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed() 639 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | setup_32.c | 148 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 150 while (*commands) { in boot_flags_init() 152 while (*commands == ' ') in boot_flags_init() 153 commands++; in boot_flags_init() 156 if (*commands == '\0') in boot_flags_init() 158 if (*commands == '-') { in boot_flags_init() 159 commands++; in boot_flags_init() 160 while (*commands && *commands != ' ') in boot_flags_init() 161 process_switch(*commands++); in boot_flags_init() 164 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init() [all …]
|
H A D | setup_64.c | 133 static void __init boot_flags_init(char *commands) in boot_flags_init() argument 135 while (*commands) { in boot_flags_init() 137 while (*commands == ' ') in boot_flags_init() 138 commands++; in boot_flags_init() 141 if (*commands == '\0') in boot_flags_init() 143 if (*commands == '-') { in boot_flags_init() 144 commands++; in boot_flags_init() 145 while (*commands && *commands != ' ') in boot_flags_init() 146 process_switch(*commands++); in boot_flags_init() 149 if (!strncmp(commands, "mem=", 4)) in boot_flags_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 68 u8 commands[]; member 80 struct panel_mipi_dbi_commands *commands; in panel_mipi_dbi_check_commands() local 104 u8 command = config->commands[i++]; in panel_mipi_dbi_check_commands() 105 u8 num_parameters = config->commands[i++]; in panel_mipi_dbi_check_commands() 106 const u8 *parameters = &config->commands[i]; in panel_mipi_dbi_check_commands() 127 commands = devm_kzalloc(dev, sizeof(*commands), GFP_KERNEL); in panel_mipi_dbi_check_commands() 128 if (!commands) in panel_mipi_dbi_check_commands() 131 commands->len = commands_len; in panel_mipi_dbi_check_commands() 132 commands->buf = devm_kmemdup(dev, config->commands, commands->len, GFP_KERNEL); in panel_mipi_dbi_check_commands() 133 if (!commands->buf) in panel_mipi_dbi_check_commands() [all …]
|
/openbmc/openbmc-test-automation/ |
H A D | tox.ini | 17 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/drivers/platform/x86/ |
H A D | samsung-laptop.c | 147 const struct sabi_commands commands; member 172 .commands = { 235 .commands = { 470 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 475 retval = sabi_command(samsung, commands->get_brightness, in read_brightness() 492 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 503 sabi_set_commandb(samsung, commands->set_brightness, 0); in set_brightness() 506 sabi_set_commandb(samsung, commands->set_brightness, user_level); in set_brightness() 553 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 558 sabi_set_commandb(samsung, commands->set_backlight, 1); in update_status() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | pmbus-core.rst | 21 Unfortunately, while PMBus commands are standardized, there are no mandatory 22 commands, and manufacturers can add as many non-standard commands as they like. 23 Also, different PMBUs devices act differently if non-supported commands are 47 PMBus commands. Auto-detection is somewhat limited, since there are simply too 49 which PMBus commands are paged and which commands are replicated across all 53 all commands can be auto-detected. The data structures in this driver can be 57 Some commands are always auto-detected. This applies to all limit commands 67 standard PMBus commands and virtual PMBus commands. 69 Standard PMBus commands 72 Standard PMBus commands (commands values 0x00 to 0xff) are defined in the PMBUs [all …]
|
/openbmc/qemu/qga/ |
H A D | meson.build | 32 '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 D | 0015-bootstrap-check-commands-of-openssl-exist.patch | 4 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/openbmc/poky/bitbake/lib/toaster/ |
H A D | tox.ini | 17 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/linux/Documentation/i2c/ |
H A D | i2c-stub.rst | 9 types of SMBus commands: write quick, (r/w) byte, (r/w) byte data, (r/w) 13 driver, which will then only react to SMBus commands to these addresses. 16 quick commands to the specified addresses; it will respond to the other 17 commands (also to the specified addresses) by reading from or writing to 29 SMBus block commands must be written to configure an SMBus command for 30 SMBus block operations. Writes can be partial. Block read commands always 50 Functionality override, to disable some commands. See I2C_FUNC_* 53 commands.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0003-comment-out-sections-shutdown-and-environment-in-gen.patch | 15 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/linux/Documentation/ABI/testing/ |
H A D | debugfs-cec-error-inj | 6 The CEC Framework allows for CEC error injection commands through 8 through which the error injection commands can be given. 16 It is up to the driver to decide what commands to implement. The only 19 commands. 23 commands. 34 Drivers that implement this functionality must document the commands as
|
/openbmc/qemu/docs/system/ |
H A D | monitor.rst | 6 The QEMU monitor is used to give complex commands to the QEMU emulator. 20 The following commands are available: 22 .. hxtool-doc:: hmp-commands.hx 24 .. hxtool-doc:: hmp-commands-info.hx
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs. 2 # These commands are executed in kdb_init() context, no SMP, no 4 # registers) are not reliable this early. set and bp commands should 5 # be safe. Global breakpoint commands affect each cpu as it is booted.
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | aml-debugger.rst | 25 the following commands:: 41 started by using the following commands:: 48 debugger commands. 50 The commands are documented in the "ACPICA Overview and Programmer Reference" 55 The detailed debugger commands reference is located in Chapter 12 "ACPICA 62 the "quit" or "exit" commands. When finished, unload the module with::
|
/openbmc/qemu/qapi/ |
H A D | meson.build | 80 'qapi-commands.h', 'qapi-commands.c', 81 'qapi-init-commands.h', 'qapi-init-commands.c', 106 'qapi-commands-@0@.c'.format(module), 107 'qapi-commands-@0@.h'.format(module), 108 'qapi-commands-@0@.trace-events'.format(module),
|
H A D | qapi-schema.json | 6 # This document describes all commands currently supported by QMP. 10 # commands (the manpage, QEMU's manual, etc) can and should be 13 # QMP has two types of commands: regular and query commands. Regular 14 # commands usually change the Virtual Machine's state someway, while 15 # query commands just return information. The sections below are
|
/openbmc/u-boot/doc/ |
H A D | README.ext4 | 5 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 D | README.serial_multi | 17 *) 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-tools/tof-voters/libvoters/ |
H A D | entry_point.py | 19 commands = [ 25 commands = [x.subcmd(subparser) for x in commands] # type: ignore
|
/openbmc/qemu/tests/ |
H A D | meson.build | 9 'test-qapi-commands-sub-sub-module.c', 10 'test-qapi-commands-sub-sub-module.h', 11 'test-qapi-commands.c', 12 'test-qapi-commands.h', 19 'test-qapi-init-commands.c', 20 'test-qapi-init-commands.h',
|
/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | Kconfig | 4 Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by 39 bool "Enable 'ioloop' and 'ioreflect' commands" 41 These commands provide FPGA tests.
|
/openbmc/linux/tools/power/cpupower/utils/ |
H A D | cpupower.c | 52 static struct cmd_struct commands[] = { variable 75 for (i = 0; i < ARRAY_SIZE(commands); i++) in print_help() 76 printf("\t%s\n", commands[i].cmd); in print_help() 226 for (i = 0; i < ARRAY_SIZE(commands); i++) { in main() 227 struct cmd_struct *p = commands + i; in main()
|