Home
last modified time | relevance | path

Searched full:settings (Results 1 – 25 of 2995) sorted by relevance

12345678910>>...120

/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DSettings_v1.xml4 <!--# Redfish Schema: Settings v1.4.0 -->
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings">
37 <ComplexType Name="Settings" Abstract="true"/>
94 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
98 <ComplexType Name="Settings" BaseType="Settings.Settings">
99 <Annotation Term="OData.Description" String="The resource settings."/>
100 …<Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resour…
104 <Annotation Term="OData.Description" String="The time when the settings were applied."/>
105 …LongDescription" String="This property shall indicate the time when the settings were applied to t…
109 …Description" String="The entity tag (ETag) of the resource to which the settings were applied, aft…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DSettings_v1.xml4 <!--# Redfish Schema: Settings v1.4.0 -->
33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings">
37 <ComplexType Name="Settings" Abstract="true"/>
94 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
98 <ComplexType Name="Settings" BaseType="Settings.Settings">
99 <Annotation Term="OData.Description" String="The resource settings."/>
100 …<Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resour…
104 <Annotation Term="OData.Description" String="The time when the settings were applied."/>
105 …LongDescription" String="This property shall indicate the time when the settings were applied to t…
109 …Description" String="The entity tag (ETag) of the resource to which the settings were applied, aft…
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-read-settings-mrw-native.bb1 # Generates MRW settings override yaml for phosphor-settings-manager
2 # The default YAML file, mrw-override-settings.yaml, is empty, therefore no
3 # settings will be overwritten. To override, modify mrw-override-settings.yaml.
4 SUMMARY = "Generates MRW settings override YAML for phosphor-settings-manager."
10 SRC_URI += "file://mrw-override-settings.yaml"
15 inherit phosphor-settings-manager
21 install -D mrw-override-settings.yaml ${DEST}/mrw-override-settings.yaml
22 SETTINGS=${D}${settings_datadir}
23 install -d ${SETTINGS}
28 -s ${DEST}/mrw-override-settings.yaml \
[all …]
H A Dphosphor-settings-manager_git.bb1 SUMMARY = "Phosphor Settings Manager"
2 DESCRIPTION = "Phosphor Settings Manager is an application that creates \
3 d-bus objects to represent various user settings."
10 inherit phosphor-settings-manager
12 require phosphor-settings-manager.inc
14 DBUS_SERVICE:${PN} = "xyz.openbmc_project.Settings.service"
19 DEPENDS += "virtual/phosphor-settings-defaults"
20 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'obmc-mrw', 'phosphor-settings-read-settings-mr…
39 # writes/removes their contents from that of settings.yaml, which is then updated to
54 # Used for any settings from the MRW
[all …]
/openbmc/u-boot/board/siemens/draco/
H A Dboard.c39 static struct draco_baseboard_id __attribute__((section(".data"))) settings; variable
74 printf("Set default DDR3 settings\n"); in set_default_ddr3_timings()
75 settings.ddr3 = ddr3_default; in set_default_ddr3_timings()
82 printf("device:\t\t%s\n", settings.ddr3.manu_name); in print_ddr3_timings()
83 printf("marking:\t%s\n", settings.ddr3.manu_marking); in print_ddr3_timings()
112 printf("device: \t'%s'\n", settings.chip.sdevname); in print_chip_data()
113 printf("hw version: \t'%s'\n", settings.chip.shwver); in print_chip_data()
166 (uchar *)&settings.ddr3, sizeof(struct ddr3_data))) { in read_eeprom()
172 (uchar *)&settings.chip, sizeof(settings.chip))) in read_eeprom()
173 printf("Could not read chip settings\n"); in read_eeprom()
[all …]
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_shub.c
/openbmc/linux/sound/soc/codecs/
Dtlv320aic32x4-clk.c
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_profile_settings_sub_menu.robot1 *** Settings ***
3 Documentation Test OpenBMC GUI "Profile settings" menu.
25 Verify Navigation To Profile Settings Page
26 [Documentation] Verify navigation to profile settings page.
29 Page Should Contain Profile settings
32 Verify Existence Of All Sections In Profile Settings Page
33 [Documentation] Verify existence of all sections in profile settings page.
41 Verify Existence Of All Buttons And Input Boxes In Profile Settings Page
42 [Documentation] Verify existence of all buttons and input boxes in profile settings page.
45 # Input Boxes in profile settings page.
[all …]
/openbmc/phosphor-settingsd/
H A DREADME-settings-manager.md1 # Settings Manager
5 The settings manager has the following design goals:
9 - The above makes it possible to not even create settings objects that do not
13 hosts to not only have different values for certain settings, but have
14 different applicable settings as well.
16 - It should be possible to specify default settings for a system at build-time,
17 based on which the settings manager should at run-time create appropriate
20 ## Settings policy file
23 in YAML. Based on this policy file, the settings manager code is generated to be
24 able to create only relevant settings D-Bus objects along with specifying their
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js14 function Node(row, tree, settings) { argument
19 this.settings = settings;
22 this.id = this.row.data(this.settings.nodeIdAttr);
25 parentId = this.row.data(this.settings.parentIdAttr);
30 this.treeCell = $(this.row.children(this.settings.columnElType)[this.settings.column]);
31 this.expander = $(this.settings.expanderTemplate);
32 this.indenter = $(this.settings.indenterTemplate);
60 this.expander.attr("title", this.settings.stringExpand);
62 if (this.initialized && this.settings.onNodeCollapse != null) {
63 this.settings.onNodeCollapse.apply(this);
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSettings.v1_4_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Settings.v1_4_0.json",
20 …intenanceWindowStart": "This value shall indicate the values within the settings resource are appl…
21 …"Immediate": "This value shall indicate the values within the settings resource are applied immedi…
22 …tenanceWindowOnReset": "This value shall indicate the values within the settings resource are appl…
23 …"OnReset": "This value shall indicate the values within settings resource are applied when the sys…
29 …"description": "The maintenance window assignment for applying settings or operations to a resourc…
30 …dicate that a resource has a maintenance window assignment for applying settings or operations. O…
58 …ate the date and time when the service can start to apply the requested settings or operation as p…
100 "description": "The location of the maintenance window settings.",
116 … "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSettings.v1_4_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Settings.v1_4_0.json",
20 …intenanceWindowStart": "This value shall indicate the values within the settings resource are appl…
21 …"Immediate": "This value shall indicate the values within the settings resource are applied immedi…
22 …tenanceWindowOnReset": "This value shall indicate the values within the settings resource are appl…
23 …"OnReset": "This value shall indicate the values within settings resource are applied when the sys…
29 …"description": "The maintenance window assignment for applying settings or operations to a resourc…
30 …dicate that a resource has a maintenance window assignment for applying settings or operations. O…
58 …ate the date and time when the service can start to apply the requested settings or operation as p…
100 "description": "The location of the maintenance window settings.",
116 … "$ref": "http://redfish.dmtf.org/schemas/v1/Settings.json#/definitions/OperationApplyTime"
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
Dia_css_sc.host.c
/openbmc/phosphor-time-manager/
H A Dmanager.cpp28 Manager::Manager(sdbusplus::bus_t& bus) : bus(bus), settings(bus) in Manager()
35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), in Manager()
38 // Check the settings daemon to process the new settings in Manager()
39 auto mode = getSetting(settings.timeSyncMethod.c_str(), in Manager()
40 settings::timeSyncIntf, propertyTimeMode); in Manager()
50 bool newNtpMode = (settings::ntpSync == value); in onPropertyChanged()
57 debug("NTP property changed in phosphor-settings, update to systemd" in onPropertyChanged()
109 newNtpMode ? settings::ntpSync : settings::manualSync; in onTimedateChanged()
111 bus, settings.timeSyncMethod.c_str(), settings::timeSyncIntf); in onTimedateChanged()
112 utils::setProperty(bus, settingManager, settings.timeSyncMethod, in onTimedateChanged()
[all …]
/openbmc/linux/drivers/media/pci/zoran/
Dzoran_card.c
/openbmc/phosphor-state-manager/
H A Dsettings.hpp9 namespace settings namespace
23 * @brief Fetch paths of settings d-bus objects of interest, upon construction
28 /** @brief Constructor - fetch settings objects
51 /** @brief host auto_reboot user settings object */
54 /** @brief host auto_reboot one-time settings object */
57 /** @brief host power_restore_policy settings object */
60 /** @brief host power_restore_policy one-time settings object */
68 * @brief Fetch paths of settings d-bus objects of Host
69 * @note IMPORTANT: This class only supports settings under the
75 /** @brief Constructor - fetch settings objects of Host
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm/
H A Da3e0aca75e16aeafc171751028406b54f5ed8397.patch4 Subject: [PATCH] gdm-settings-utils: rename variable to fix build with gcc 15
8 common/gdm-settings-utils.c | 8 ++++----
9 common/gdm-settings-utils.h | 2 +-
16 diff --git a/common/gdm-settings-utils.c b/common/gdm-settings-utils.c
18 --- a/common/gdm-settings-utils.c
19 +++ b/common/gdm-settings-utils.c
41 diff --git a/common/gdm-settings-utils.h b/common/gdm-settings-utils.h
43 --- a/common/gdm-settings-utils.h
44 +++ b/common/gdm-settings-utils.h
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dsettings4 # @brief: Get the settings information.
10 #fetch settings data
11 file_name="settings.log"
13 desc="settings"
15 xyz.openbmc_project.Settings \
23 settings_dir="/var/lib/phosphor-settings-manager/settings"
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py10 """Set up the buildman settings module by reading config files
15 global settings
18 settings = ConfigParser.SafeConfigParser()
28 settings.read(config_fname)
31 settings.readfp(StringIO.StringIO(data))
43 return settings.items(section)
50 """Set an item and write it back to the settings file"""
51 global settings
54 settings.set(section, tag, value)
57 settings.write(fd)
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_network_settings.robot1 *** Settings ***
3 Documentation Test OpenBMC GUI "Network settings" sub-menu of
17 ${xpath_network_save_settings} //*[text()="Save settings"]
28 Verify Network Settings From Server Configuration
29 [Documentation] Verify ability to select "Network Settings" sub-menu option
33 Wait Until Page Contains BMC network settings
34 Page Should Contain IPV4 settings Common settings
38 [Documentation] Verify hostname text is configurable from "network settings"
53 ... settings".
62 ... settings".
H A Dtest_obmc_gui_date_and_time_settings.robot1 *** Settings ***
3 Documentation Test OpenBMC GUI "Date and time settings" sub-menu of
25 Verify Existence Of All Sections In Date And Time Settings Page
26 [Documentation] Verify existence of all sections in date and time settings
34 Verify Existence Of All Buttons In Date And Time Settings Page
35 [Documentation] Verify existence of all buttons in date and time settings
58 Wait Until Page Contains Date and time settings
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D02-Makefile.in.patch203 # auto configure settings - uncomment if you are doing configure
207 arg_check.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \
209 +arg_check_sl.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \
213 chunk.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \
216 +chunk_sl.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \
221 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
222 +compat_sl.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
225 dmalloc.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \
227 +dmalloc_sl.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \
231 dmalloc_argv.o: dmalloc_argv.c conf.h settings.h dmalloc_argv.h \
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot1 *** Settings ***
38 Configure MAC Settings ${valid_mac}
48 [Template] Configure MAC Settings
56 [Template] Configure MAC Settings
64 [Template] Configure MAC Settings
72 Configure MAC Settings ${valid_mac}
86 [Template] Configure MAC Settings
98 Configure MAC Settings ${special_char_mac} ${HTTP_BAD_REQUEST}
108 Configure MAC Settings ${out_of_range_mac} ${HTTP_BAD_REQUEST}
117 [Template] Configure MAC Settings
[all...]
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dpinmux_defs.h14 /* SPI0 pin muxer settings */
19 /* SPI1 pin muxer settings */
23 /* UART pin muxer settings */
30 /* EMAC pin muxer settings*/
36 /* I2C pin muxer settings */
40 /* EMIFA pin muxer settings */
52 /* MMC pin muxer settings */
/openbmc/openbmc-test-automation/extended/
H A Dfactory_reset.robot1 *** Settings ***
21 # Factory reset erases user config settings which includes IP, netmask
23 # settings and checking whether ping works with BMC host.
27 Erase All Settings
35 # This test case restores old settings Viz IP address, netmask, gateway
40 Configure Initial Settings
58 Erase All Settings

12345678910>>...120