Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/openbmc/openpower-hw-diags/
H A Dcli.cpp22 char* setting; in parseConfig() local
25 setting = getCliSetting(i_begin, i_end, "--all"); in parseConfig()
26 if (nullptr != setting) in parseConfig()
28 if (std::string("off") == setting) in parseConfig()
33 if (std::string("on") == setting) in parseConfig()
41 setting = getCliSetting(i_begin, i_end, "--vital"); in parseConfig()
42 if (nullptr != setting) in parseConfig()
44 if (std::string("off") == setting) in parseConfig()
48 if (std::string("on") == setting) in parseConfig()
54 setting = getCliSetting(i_begin, i_end, "--checkstop"); in parseConfig()
[all …]
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c268 static int parse_setting(char *setting) in parse_setting() argument
271 char *setting_start = setting; in parse_setting()
273 if (!strncmp(setting, "mode:", 5)) { in parse_setting()
274 return parse_mode(setting + 5); in parse_setting()
275 } else if (!strncmp(setting, "pixclock:", 9)) { in parse_setting()
276 return parse_pixclock(setting + 9); in parse_setting()
277 } else if (!strncmp(setting, "left:", 5)) { in parse_setting()
278 num_val = simple_strtoul(setting + 5, &setting, 0); in parse_setting()
280 } else if (!strncmp(setting, "right:", 6)) { in parse_setting()
281 num_val = simple_strtoul(setting + 6, &setting, 0); in parse_setting()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0004-config_info.c-not-expose-build-info.patch43 configdata[i].setting = pstrdup(path);
47 - configdata[i].setting = pstrdup(CONFIGURE_ARGS);
52 - configdata[i].setting = pstrdup(VAL_CC);
54 - configdata[i].setting = pstrdup(_("not recorded"));
60 - configdata[i].setting = pstrdup(VAL_CPPFLAGS);
62 - configdata[i].setting = pstrdup(_("not recorded"));
68 - configdata[i].setting = pstrdup(VAL_CFLAGS);
70 - configdata[i].setting = pstrdup(_("not recorded"));
76 - configdata[i].setting = pstrdup(VAL_CFLAGS_SL);
78 - configdata[i].setting = pstrdup(_("not recorded"));
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in7 # This setting controls the top directory which MPD will search to discover the
9 # setting defaults to the XDG directory, otherwise the music directory will be
15 # This setting sets the MPD internal playlist directory. The purpose of this
18 # format. This setting defaults to playlist saving being disabled.
22 # This setting sets the location of the MPD database. This file is used to
24 # server is not up. This setting defaults to disabled which will allow
35 # setting defaults to logging to syslog, otherwise logging is disabled.
39 # This setting sets the location of the file which stores the process ID
40 # for use of mpd --kill and some init scripts. This setting is disabled by
45 # This setting sets the location of the file which contains information about
[all …]
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js123 setting: i18n.global.t('pageNetwork.dhcp'), property in AnonymousClass181065170401
130 setting: i18n.global.t('pageNetwork.dhcp'), property in AnonymousClass181065170501
149 setting: i18n.global.t('pageNetwork.dhcp6'), property in AnonymousClass181065170701
156 setting: i18n.global.t('pageNetwork.dhcp6'), property in AnonymousClass181065170801
187 setting: i18n.global.t('pageNetwork.domainName'), property in AnonymousClass181065170b01
197 setting: i18n.global.t('pageNetwork.domainName'), property in AnonymousClass181065170c01
228 setting: i18n.global.t('pageNetwork.dns'), property in AnonymousClass181065170f01
237 setting: i18n.global.t('pageNetwork.dns'), property in AnonymousClass181065171001
268 setting: i18n.global.t('pageNetwork.ntp'), property in AnonymousClass181065171301
277 setting: i18n.global.t('pageNetwork.ntp'), property in AnonymousClass181065171401
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch7 one-time setting mode (as per IPMI 2.0 specification).
25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
50 + // setting mode (e.g. Boot Initiator Mailbox).
51 + // That is not an error, just return the regular setting.
52 + // If there's just one object, that's the only kind of setting
53 + // mode this interface supports, so just return that setting path.
68 + // one-time setting, consider the other the persistent setting.
72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
76 + // Now see if the one-time setting is enabled and return the path for it
77 + // if so. Otherwise return the path for the persistent setting.
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dextrausers.bbclass32 setting=`echo $user_group_settings | cut -d ';' -f1`
34 while test "x$setting" != "x"; do
35 cmd=`echo $setting | cut -d ' ' -f1`
36 opts=`echo $setting | cut -d ' ' -f2-`
38 # this setting is actually a serial process. So we only retry once.
66 if [ "$setting" = "$remaining" ]; then
69 # iterate to the next setting
70 setting=`echo $remaining | cut -d ';' -f1`
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0045-efi-corstone1000-fwu-update-RPC-ABI.patch25 - * setting the buffer ready event arguments in register w4:
26 + * setting the buffer ready event arguments in register w3:
36 + * setting the memory handle fields to
53 - * setting the kernel started event arguments:
54 + * setting the kernel started event arguments in register w3::
55 * setting capsule update interface ID(31:16)
64 + * setting the memory handle fields to
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DREADME.msl.md5 The OpenBMC API provides a global setting for enforcement of minimum ship level.
6 Typically a setting like this would be used to enable the use of hardware
12 requirements on how the setting is used; implementations are free to react to
13 the value of the setting however they choose.
31 maintains a setting store and interface for the setting value. This
33 requirements, allowing a user to toggle the setting back and forth.
45 Finally, the setting and the inventory assets must be compared and the server
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot43 # The power limit setting can be obtained with the following:
57 ... watts setting.
75 ... msg=Failed setting dcmi power limit to ${power_limit} watts.
114 ... watts setting using REST interface.
126 # verify If True, read the power setting to confirm.
134 ... msg=Failed setting power limit to ${power_limit} watts via REST.
142 # verify If True, read the setting to confirm.
148 ${setting}= Get DCMI Power Activation Via REST
149 Should Be True ${setting} == ${1}
158 # verify If True, read the setting to confirm.
[all …]
/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c242 struct sdramc_reg setting; in mem_init() local
244 setting.cr = SDRAM_BASE_CONF; in mem_init()
245 setting.mdr = AT91_SDRAMC_MD_SDRAM; in mem_init()
246 setting.tr = (CONFIG_SYS_MASTER_CLOCK * 7) / 1000000; in mem_init()
256 sdramc_initialize(ATMEL_BASE_CS1, &setting); in mem_init()
/openbmc/phosphor-mrw-tools/
H A Dgen_settings.pl83 my $setting = $1;
84 my $settingValue = $targetObj->getAttribute($target, $setting);
85 $row =~ s/MRW_${setting}/$settingValue/g;
/openbmc/qemu/backends/tpm/
H A Dtrace-events17 tpm_emulator_set_locality(uint8_t locty) "setting locality to %d"
32 tpm_emulator_set_state_blobs(void) "setting state blobs"
33 tpm_emulator_set_state_blobs_error(const char *msg) "error while setting state blobs: %s"
34 tpm_emulator_set_state_blobs_done(void) "Done setting state blobs"
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_escale_base.robot65 ... msg=Reading Power limit with IPMI failed after setting it with REST.
81 ... msg=Reading power limit with REST failed after setting it with IPMI.
123 # good_power A valid power setting, usually at a limit.
139 # Save the deactivation/activation setting.
147 # Save the power limit setting.
159 # Restore the system's initial power limit setting.
164 # Restore the system's initial deactivation/activation setting.
H A Dtest_power_capping.robot122 ... msg=Power limit setting of watts not retained at Runtime.
153 ... msg=Power limit setting not retained at Runtime.
170 # Check that DCMI power limit setting = ${power_setting}.
192 # Check that DCMI power limit setting = ${power_setting}.
217 # Save the deactivation/activation setting.
225 # Save the power limit setting.
232 # Set initial power setting value.
240 # Return the system's initial deactivation/activation setting.
241 # Return the system's initial power limit setting.
/openbmc/u-boot/doc/
H A DREADME.marubun-pcmcia38 You should do the setting matched to your environment.
44 You should do the setting matched to your environment.
50 You should do the setting matched to your environment.
56 You should do the setting matched to your environment.
/openbmc/u-boot/arch/arm/dts/
H A Dsocfpga_arria10_socdk_sdmmc_handoff.dtsi19 model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */
22 cff-file = "socfpga.rbf"; /* Bootloader setting: uboot.rbf_filename */
294 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
295 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
299 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_l3_ddr_scr.h…
300 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_l3_ddr_scr.h…
304 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
305 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
309 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
310 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr…
[all …]
/openbmc/u-boot/board/siemens/taurus/
H A Dtaurus.c164 struct sdramc_reg setting; in sdramc_configure() local
167 setting.cr = SDRAM_BASE_CONF | mask; in sdramc_configure()
168 setting.mdr = AT91_SDRAMC_MD_SDRAM; in sdramc_configure()
169 setting.tr = (CONFIG_SYS_MASTER_CLOCK * 7) / 1000000; in sdramc_configure()
175 sdramc_initialize(ATMEL_BASE_CS1, &setting); in sdramc_configure()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp
/openbmc/qemu/tests/qemu-iotests/
H A D13750 echo === Try setting valid values for all options ===
104 echo === Try setting some invalid values ===
/openbmc/u-boot/board/freescale/mpc837xemds/
H A DREADME24 First, make sure the board default setting is consistent with the
25 document shipped with your board. Then apply the following setting:
26 SW3[1-8]= 0011_0000 (BOOTSEQ, ROMLOC setting)
27 SW4[1-8]= 0000_0110 (core PLL setting)
30 SW7[1-8]= 0110_1101 (TSEC1/2 interface setting - RGMII)
/openbmc/phosphor-time-manager/
H A DREADME.md9 phosphor-time-manager is configured by setting `-D` flags that correspond to
74 Getting BMC time is always allowed, but setting the time may not be allowed
117 ### Special note on changing NTP setting
120 new beahvior that it checks the NTP services' status during setting time,
121 instead of checking the NTP setting:
124 stopped, setting time will get an error.
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt22 This setting will override any values configured via Kconfig.
29 if u-boot,mmc-env-offset* is present, this setting will take
41 device, specified in bytes. It is assumed that the setting
47 to override the CONFIG_SYS_SPI_U_BOOT_OFFS setting using a value
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c210 u32 pin, u32 setting) in at91_mux_sama5d3_set_drivestrength() argument
219 if (!setting) in at91_mux_sama5d3_set_drivestrength()
223 set_drive_strength(reg, pin, setting); in at91_mux_sama5d3_set_drivestrength()
227 u32 pin, u32 setting) in at91_mux_sam9x5_set_drivestrength() argument
236 if (!setting) in at91_mux_sam9x5_set_drivestrength()
241 setting = DRIVE_STRENGTH_HI - setting; in at91_mux_sam9x5_set_drivestrength()
243 set_drive_strength(reg, pin, setting); in at91_mux_sam9x5_set_drivestrength()
/openbmc/phosphor-fan-presence/docs/control/
H A Dfans.md34 The D-Bus interface to use for setting the fan target speed/PWM. Either
40 The D-Bus object path used for setting the fan target speed/PWM via

12345678910>>...26