Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 3396) sorted by relevance

12345678910>>...136

/openbmc/openpower-hw-diags/
H A Dcli.cpp12 /** @brief Search the command line arguments for a setting value */
22 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()
[all …]
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c47 * support two BMP types with one setting.
262 * parse_setting() - parse a single setting of custom lcd parameters
264 * @setting: The custom lcd setting <name>:<value>
268 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()
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot67 Set SOL Setting privilege-level ${item}
68 ${output}= Get SOL Setting Privilege Level
172 [Template] Verify SOL Setting
174 # Setting name Min valid value Max valid value
181 [Template] Verify SOL Setting
183 # Setting name Min valid value Max valid value
190 [Template] Verify SOL Setting
192 # Setting name Min valid value Max valid value
199 [Template] Verify SOL Setting
201 # Setting nam
[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-facebook/meta-yosemite4/recipes-phosphor/pldm/files/
H A Dboot_config_setting_attrs.json5 "displayName": "Host 1 Boot Config Setting",
6 "helpText": "This is the boot configuration setting for Host 1",
38 "displayName": "Host 2 Boot Config Setting",
39 "helpText": "This is the boot configuration setting for Host 2",
71 "displayName": "Host 3 Boot Config Setting",
72 "helpText": "This is the boot configuration setting for Host 3",
104 "displayName": "Host 4 Boot Config Setting",
105 "helpText": "This is the boot configuration setting for Host 4",
137 "displayName": "Host 5 Boot Config Setting",
138 "helpText": "This is the boot configuration setting for Host 5",
[all …]
/openbmc/linux/drivers/staging/fbtft/
Dfb_upd161704.c
/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/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/linux/drivers/media/i2c/ccs/
Dccs-quirk.c
/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/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/linux/drivers/memory/
Dda8xx-ddrctl.c
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js8 firstInterfaceId: '', //used for setting global DHCP settings
123 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
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/
Darcxcnn_bl.txt
/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/linux/drivers/media/platform/samsung/s5p-g2d/
Dg2d-regs.h
/openbmc/linux/include/uapi/linux/
Dcapability.h
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing.out3 --- Setting up images ---
11 --- Setting up Fleecing Graph ---
16 --- Setting up NBD Export ---
72 --- Setting up images ---
80 --- Setting up Fleecing Graph ---
86 --- Setting up NBD Export ---
142 --- Setting up images ---
150 --- Setting up Fleecing Graph ---
157 --- Setting up NBD Export ---
214 --- Setting up images ---
[all …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_escale_base.robot52 Escale Power Setting Via REST And Verify
65 ... msg=Reading Power limit with IPMI failed after setting it with REST.
68 Escale Power Setting Via IPMI And Verify
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.
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfq.json
Dsfb.json
/openbmc/linux/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h
/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-time-manager/
H A Dmanager.hpp63 /** @brief Get setting from settingsd service
67 * @param[in] setting - The string of the setting
69 * @return The setting value in string
72 const char* setting) const;
85 * Notify listeners that time mode is changed and update ntp setting
99 /** @brief Callback to handle change in a setting
118 /** @brief Update the NTP setting to systemd time service
/openbmc/linux/Documentation/devicetree/bindings/iio/light/
Dsharp,gp2ap002.yaml

12345678910>>...136