| /openbmc/u-boot/board/siemens/draco/ |
| H A D | board.c | 39 static struct draco_baseboard_id __attribute__((section(".data"))) settings; variable 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() 175 if (ddr3_default.magic == settings.ddr3.magic && in read_eeprom() 176 ddr3_default.version == settings.ddr3.version) { in read_eeprom() [all …]
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/ |
| H A D | phosphor-settings-read-settings-mrw-native.bb | 1 # 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 28 -s ${DEST}/mrw-override-settings.yaml \ 29 -o ${SETTINGS}/mrw-settings.override.yaml \
|
| H A D | phosphor-settings-manager_git.bb | 3 d-bus objects to represent various user settings." 10 inherit phosphor-settings-manager 12 require phosphor-settings-manager.inc 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 57 cmd.append(os.path.join(settingsdir, 'mrw-settings.override.yaml'))
|
| H A D | phosphor-settings-defaults-native.bb | 1 SUMMARY = "Default settings" 4 PROVIDES += "virtual/phosphor-settings-defaults" 14 inherit phosphor-settings-manager
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 14 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/u-boot/tools/buildman/ |
| H A D | bsettings.py | 15 global settings 18 settings = ConfigParser.SafeConfigParser() 28 settings.read(config_fname) 31 settings.readfp(StringIO.StringIO(data)) 43 return settings.items(section) 51 global settings 54 settings.set(section, tag, value) 57 settings.write(fd)
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm/ |
| H A D | a3e0aca75e16aeafc171751028406b54f5ed8397.patch | 4 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-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 80 SensorProperties settings; in createDbusPassive() local 113 settings.value = std::numeric_limits<double>::quiet_NaN(); in createDbusPassive() 114 settings.unit = getSensorUnit(type); in createDbusPassive() 115 settings.available = false; in createDbusPassive() 116 settings.unavailableAsFailed = true; in createDbusPassive() 119 settings.min = 0; in createDbusPassive() 120 settings.max = 0; in createDbusPassive() 122 sensor->initFromSettings(settings, true); in createDbusPassive() 134 sensor->_helper->getProperties(service, path, &settings); in createDbusPassive() 145 settings.min = 0; in createDbusPassive() [all …]
|
| /openbmc/phosphor-time-manager/ |
| H A D | manager.cpp | 28 Manager::Manager(sdbusplus::bus_t& bus) : bus(bus), settings(bus) in Manager() 35 bus, propertiesChanged(settings.timeSyncMethod, settings::timeSyncIntf), 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() 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() 113 settings::timeSyncIntf, propertyTimeMode, in onTimedateChanged()
|
| /openbmc/qemu/audio/ |
| H A D | spiceaudio.c | 96 struct audsettings settings; in line_out_init() local 99 settings.freq = spice_server_get_best_playback_rate(NULL); in line_out_init() 101 settings.freq = SPICE_INTERFACE_PLAYBACK_FREQ; in line_out_init() 103 settings.nchannels = SPICE_INTERFACE_PLAYBACK_CHAN; in line_out_init() 104 settings.fmt = AUDIO_FORMAT_S16; in line_out_init() 105 settings.endianness = HOST_BIG_ENDIAN; in line_out_init() 107 audio_pcm_init_info (&hw->info, &settings); in line_out_init() 114 spice_server_set_playback_rate(&out->sin, settings.freq); in line_out_init() 212 struct audsettings settings; in line_in_init() local 215 settings in line_in_init() [all...] |
| /openbmc/phosphor-settingsd/ |
| H A D | README-settings-manager.md | 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 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
|
| H A D | settings_manager.hpp.mako | 76 /* Path of directory housing persisted settings */ 77 #define SETTINGS_PERSIST_PATH "/var/lib/phosphor-settings-manager/settings" 89 namespace settings 98 // same path. This eases re-construction of settings objects when we restore 364 * @brief Compose settings objects and put them on the bus. 376 /** @brief Constructor to put settings objects on to the bus. 380 settings( 402 std::get<${index}>(settings)-> 410 if (std::get<${index}>(settings)->deserialize()) 413 if (std::get<${index}>(settings)->getInitialVersion() < CLASS_VERSION_WITH_NVP) [all …]
|
| /openbmc/phosphor-state-manager/ |
| H A D | discover_system_state.cpp | 74 using namespace settings; in main() 75 HostObjects settings(bus, hostId); in main() local 130 settings.service(settings.powerRestorePolicy, powerRestoreIntf).c_str(), in main() 131 settings.powerRestorePolicyOneTime.c_str(), in main() 138 settings.service(settings.powerRestorePolicy, powerRestoreIntf).c_str(), in main() 139 settings.powerRestorePolicy.c_str(), "org.freedesktop.DBus.Properties", in main() 168 bus, settings.powerRestorePolicyOneTime, powerRestoreIntf, in main() 174 settings.service(settings.powerRestorePolicy, powerRestoreIntf) in main() 176 settings.powerRestorePolicy.c_str(), in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 02-Makefile.in.patch | 203 # 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 …]
|
| H A D | 03-threads.patch | 3 Description: Fix LOCK_THREADS in settings.dist 10 --- dmalloc-5.5.1.orig/settings.dist 2007-03-25 21:16:43.000000000 +0200 11 +++ dmalloc-5.5.1/settings.dist 2007-04-27 20:56:49.000000000 +0200
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/ |
| H A D | 0001-Fix-compiling-demos-without-nuklear.patch | 14 demos/settings.c | 6 +++--- 17 diff --git a/demos/settings.c b/demos/settings.c 19 --- a/demos/settings.c 20 +++ b/demos/settings.c
|
| /openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
| H A D | test_profile_settings_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Profile settings" menu. 26 [Documentation] Verify navigation to profile settings page. 30 Page Should Contain Profile settings 34 [Documentation] Verify existence of all sections in profile settings page. 45 [Documentation] Verify existence of all buttons and input boxes in profile settings page. 50 # Input Boxes in profile settings page. 54 # Buttons in profile settings page. 59 [Documentation] Verify logged in username in profile settings page. 116 # Navigate to https://xx.xx.xx.xx/#/profile-settings profile-settings page. 122 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain profile-settings
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | Network.vue | 4 <!-- Global settings for all interfaces --> 5 <network-global-settings /> 24 <!-- Interface settings --> 25 <network-interface-settings :tab-index="tabIndex" /> 138 eventBus.$once('network-global-settings-complete', resolve); 141 eventBus.$once('network-interface-settings-complete', resolve); 182 const settings = Array.isArray(settingsArray) 186 if (!settings) return; 187 this.defaultGateway = settings.defaultGateway; 188 this.currentHostname = settings.hostname; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/ |
| H A D | 0001-cmake-remove-build-flags.patch | 13 config/cmake/libhdf5.settings.cmake.in | 18 +++++++++--------- 16 diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in 18 --- a/config/cmake/libhdf5.settings.cmake.in 19 +++ b/config/cmake/libhdf5.settings.cmake.in
|
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0001-Add-support-for-persistent-only-settings.patch | 4 Subject: [PATCH] Add support for persistent-only settings 6 Some settings such as Boot Initiator Mailbox do not support 9 This commit adds support for such persistent-only settings. 17 settings.cpp | 35 +++++++++++++++++++++++++++++++---- 20 diff --git a/settings.cpp b/settings.cpp 22 --- a/settings.cpp 23 +++ b/settings.cpp
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/ |
| H A D | xfce4-settings_4.20.1.bb | 1 SUMMARY = "Xfce4 settings" 24 PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libc… 29 ${libdir}/gtk-3.0/modules/libxfsettingsd-gtk-settings-sync.so \
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
| H A D | ModalSettings.vue | 3 id="modal-settings" 9 <b-form id="form-settings" novalidate @submit.prevent="handleSubmit"> 113 form="form-settings" 140 settings: { 176 settings: function ({ lockoutThreshold, lockoutDuration }) { 231 this.form.lockoutThreshold = this.settings.lockoutThreshold; 232 this.form.unlockMethod = this.settings.lockoutDuration ? 1 : 0; 233 this.form.lockoutDuration = this.settings.lockoutDuration 234 ? this.settings.lockoutDuration
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/ |
| H A D | srvcfg-manager_git.bb | 21 PACKAGECONFIG[persist-settings-to-file] = "-Dpersist-settings-to-file=enabled,-Dpersist-settings-to-file=disabled"
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/ |
| H A D | xyz.openbmc_project.Settings.service | 5 ExecStart=/usr/bin/env phosphor-settings-manager 6 SyslogIdentifier=phosphor-settings-manager
|
| /openbmc/service-config-manager/ |
| H A D | meson.options | 8 'persist-settings-to-file', 10 description: 'Write user settings to persistent filesystem.',
|