Home
last modified time | relevance | path

Searched full:changed (Results 1 – 25 of 4956) sorted by relevance

12345678910>>...199

/openbmc/bmcweb/redfish-core/include/registries/
H A Dresource_event_message_registry.hpp66 "Indicates that a license has changed.",
67 "A license for '%1' has changed. The following message was returned: '%2'.",
92 …perties have changed. This is not used whenever there is another event message for that specific …
93 "One or more resource properties have changed.",
164 "Indicates that the power state of a resource has changed to paused.",
176 "Indicates that the power state of a resource has changed to powered off.",
188 "Indicates that the power state of a resource has changed to powered on.",
200 "Indicates that the power state of a resource has changed to powering off.",
212 "Indicates that the power state of a resource has changed to powering on.",
256 "Indicates that the state of a resource has changed.",
[all …]
H A Dcomposition_message_registry.hpp84 …block has changed. This is not used whenever there is another event message for that specific cha…
85 "Resource block '%1' has changed on the service.",
96 …"Indicates that the composition state of a resource block has changed, specifically the value of t…
97 "The composition status of the resource block '%1' has changed.",
144 …"Indicates that the state of a resource block has changed, specifically the value of the `State` p…
145 "The state of resource block '%1' has changed.",
156 …"Indicates that the membership of a resource zone has changed due to resource blocks being added o…
157 "The membership of resource zone '%1' has been changed.",
/openbmc/linux/net/bridge/
H A Dbr_vlan_options.c92 bool *changed, in br_vlan_modify_state() argument
126 *changed = true; in br_vlan_modify_state()
139 bool *changed, in br_vlan_modify_tunnel() argument
190 return br_vlan_tunnel_info(p, cmd, v->vid, tun_id, changed); in br_vlan_modify_tunnel()
198 bool *changed, in br_vlan_process_one_opts() argument
203 *changed = false; in br_vlan_process_one_opts()
207 err = br_vlan_modify_state(vg, v, state, changed, extack); in br_vlan_process_one_opts()
212 err = br_vlan_modify_tunnel(p, v, tb, changed, extack); in br_vlan_process_one_opts()
225 *changed = true; in br_vlan_process_one_opts()
241 *changed = true; in br_vlan_process_one_opts()
[all …]
H A Dbr_multicast_eht.c534 bool changed = false; in __eht_del_set_entries() local
550 changed = true; in __eht_del_set_entries()
553 return changed; in __eht_del_set_entries()
563 bool changed = false; in br_multicast_eht_allow() local
571 changed = __eht_del_set_entries(pg, h_addr, srcs, nsrcs, in br_multicast_eht_allow()
576 return changed; in br_multicast_eht_allow()
586 bool changed = false; in br_multicast_eht_block() local
590 changed = __eht_del_set_entries(pg, h_addr, srcs, nsrcs, in br_multicast_eht_block()
599 return changed; in br_multicast_eht_block()
612 bool changed = false, flush_entries = to_report; in __eht_inc_exc() local
[all …]
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_dg_mixer.c77 int changed = 0; in output_select_put() local
84 changed = ret >= 0 ? 1 : ret; in output_select_put()
89 return changed; in output_select_put()
126 int changed = 0; in hp_stereo_volume_put() local
141 changed = ret >= 0 ? 1 : ret; in hp_stereo_volume_put()
145 return changed; in hp_stereo_volume_put()
169 int changed; in hp_mute_put() local
178 changed = ret >= 0 ? 1 : ret; in hp_mute_put()
180 return changed; in hp_mute_put()
228 int changed = 0; in input_vol_put() local
[all …]
H A Doxygen_mixer.c46 int changed; in dac_volume_put() local
48 changed = 0; in dac_volume_put()
53 changed = 1; in dac_volume_put()
55 if (changed) in dac_volume_put()
58 return changed; in dac_volume_put()
76 int changed; in dac_mute_put() local
79 changed = (!value->value.integer.value[0]) != chip->dac_mute; in dac_mute_put()
80 if (changed) { in dac_mute_put()
85 return changed; in dac_mute_put()
187 int changed; in upmix_put() local
[all …]
/openbmc/linux/net/mac80211/
H A Dmesh_plink.c99 u64 changed = 0; in mesh_set_short_slot_time() local
105 return changed; in mesh_set_short_slot_time()
139 changed = BSS_CHANGED_ERP_SLOT; in mesh_set_short_slot_time()
143 return changed; in mesh_set_short_slot_time()
365 * Returns beacon changed flag if the beacon content changed.
372 u64 changed = 0; in __mesh_plink_deactivate() local
377 changed = mesh_plink_dec_estab_count(sdata); in __mesh_plink_deactivate()
381 changed |= ieee80211_mps_set_sta_local_pm(sta, in __mesh_plink_deactivate()
384 return changed; in __mesh_plink_deactivate()
397 u64 changed; in mesh_plink_deactivate() local
[all …]
/openbmc/linux/drivers/cpufreq/
H A Damd-pstate-trace.h35 bool changed,
47 changed,
60 __field(bool, changed)
73 __entry->changed = changed;
77 …=%lu amd_max_perf=%lu freq=%llu mperf=%llu aperf=%llu tsc=%llu cpu_id=%u changed=%s fast_switch=%s…
86 (__entry->changed) ? "true" : "false",
/openbmc/linux/sound/drivers/pcsp/
H A Dpcsp_mixer.c36 int changed = 0; in pcsp_enable_put() local
40 changed = 1; in pcsp_enable_put()
42 return changed; in pcsp_enable_put()
71 int changed = 0; in pcsp_treble_put() local
78 changed = 1; in pcsp_treble_put()
80 return changed; in pcsp_treble_put()
105 int changed = 0; in pcsp_pcspkr_put() local
109 changed = 1; in pcsp_pcspkr_put()
111 return changed; in pcsp_pcspkr_put()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.set.hpp.mako12 bool changed = static_cast<Instance*>(this)->set_property(
15 if (changed && EmitSignal)
26 bool changed = static_cast<Instance*>(this)->set_property(
29 if (changed && EmitSignal)
44 bool changed = (new_value != ${p_name}_);
47 if (changed && EmitSignal)
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc7 * Changed version number to 8.0.28
43 * Changed logic at top of lpfc_abort_handler so that if the
49 * Changed version number to 8.0.27
50 * Changed a few lines from patch submitted by Christoph Hellwig
81 * Changed version number to 8.0.26
84 * Changed RW attributes of scan_down, max_luns and fcp_bind_method
100 * Changed version number to 8.0.25
127 * Changed zeros used as pointers to NULL.
143 * Changed version number to 8.0.24
171 * Changed version number to 8.0.23
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py260 …bb.error("When reparsing %s, the basehash value changed from %s to %s. The metadata is not determi…
814 …hashequiv_logger.debug('Task %s unihash changed %s -> %s by server %s' % (taskhash, unihash, new_u…
855 …hashequiv_logger.verbose('Task %s unihash changed %s -> %s as wanted' % (tid, current_unihash, fin…
921 whitespace_note = ' (whitespace changed)'
991 changed = set()
994 changed.add(i)
997 return changed, added, removed
1017 changed = []
1023 changed.append((x[0], x[1], y[1]))
1030 return changed, added, removed
[all …]
/openbmc/linux/sound/usb/6fire/
H A Dcontrol.c190 int changed = 0; in usb6fire_control_output_vol_put() local
201 changed = 1; in usb6fire_control_output_vol_put()
206 changed = 1; in usb6fire_control_output_vol_put()
209 if (changed) in usb6fire_control_output_vol_put()
212 return changed; in usb6fire_control_output_vol_put()
293 int changed = 0; in usb6fire_control_input_vol_put() local
298 changed = 1; in usb6fire_control_input_vol_put()
303 changed = 1; in usb6fire_control_input_vol_put()
306 if (changed) in usb6fire_control_input_vol_put()
309 return changed; in usb6fire_control_input_vol_put()
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py168 changed.
170 # Let the program get to the end and we can check what changed
179 changed = 0
194 changed += 1
196 # as long as something changed we can be confident its working
197 report(changed > 0, f"{changed} registers were changed")
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh80 # The action of non-drop traps cannot be changed.
99 check_err 1 "Trap $trap_name changed action when should not"
105 check_err 1 "Trap $trap_name changed action when should not"
306 check_err 1 "Policer rate was not changed"
309 check_err 1 "Policer burst size was not changed"
313 check_fail $? "Policer rate was changed to rate lower than limit"
315 check_fail $? "Policer rate was changed to rate higher than limit"
317 check_fail $? "Policer burst size was changed to burst size lower than limit"
319 check_fail $? "Policer burst size was changed to burst size higher than limit"
325 check_err 1 "Policer rate was changed to an invalid value"
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c81 static int mt7601u_config(struct ieee80211_hw *hw, u32 changed) in mt7601u_config() argument
88 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) { in mt7601u_config()
135 struct ieee80211_bss_conf *info, u64 changed) in mt7601u_bss_info_changed() argument
141 if (changed & BSS_CHANGED_ASSOC) in mt7601u_bss_info_changed()
144 if (changed & BSS_CHANGED_BSSID) { in mt7601u_bss_info_changed()
147 /* Note: this is a hack because beacon_int is not changed in mt7601u_bss_info_changed()
155 if (changed & BSS_CHANGED_BASIC_RATES) { in mt7601u_bss_info_changed()
163 if (changed & BSS_CHANGED_BEACON_INT) in mt7601u_bss_info_changed()
166 if (changed & BSS_CHANGED_HT || changed & BSS_CHANGED_ERP_CTS_PROT) in mt7601u_bss_info_changed()
170 if (changed & BSS_CHANGED_ERP_PREAMBLE) in mt7601u_bss_info_changed()
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Dtrust_manager.hpp71 * if the trust status has just changed. If the status
72 * just changed to false, it will cancel the tach error
92 bool trust, changed; in checkTrust() local
93 std::tie(trust, changed) = group->checkTrust(sensor); in checkTrust()
99 if (changed) in checkTrust()
106 if (changed) in checkTrust()
/openbmc/linux/scripts/
H A Ddiffconfig22 Changed items show the old and new values on a single line.
25 changed and new values in kernel config option format.
114 # print items that changed (accumulate, sort, and print)
115 changed = []
118 changed.append(config)
121 changed.sort()
122 for config in changed:
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py127 '/lib/libcap.so.2 changed symlink target from libcap.so.2.33 to libcap.so.2.34',
132 …'/usr/lib/libbtrfsutil.so changed symlink target from libbtrfsutil.so.1.1.1 to libbtrfsutil.so.1.2…
133 …'/usr/lib/libbtrfsutil.so.1 changed symlink target from libbtrfsutil.so.1.1.1 to libbtrfsutil.so.1…
135 '/usr/lib/libkmod.so changed symlink target from libkmod.so.2.3.4 to libkmod.so.2.3.5',
136 … '/usr/lib/libkmod.so.2 changed symlink target from libkmod.so.2.3.4 to libkmod.so.2.3.5',
138 …'/usr/lib/libpixman-1.so.0 changed symlink target from libpixman-1.so.0.38.4 to libpixman-1.so.0.4…
144 '/usr/sbin/rtcwake changed type from file to symlink',
145 '/usr/sbin/rtcwake changed permissions from rwxr-xr-x to rwxrwxrwx',
146 '/usr/sbin/rtcwake changed symlink target from None to /usr/sbin/rtcwake.util-linux',
/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio.c1027 int c, changed, gain; in snd_echo_output_gain_put() local
1029 changed = 0; in snd_echo_output_gain_put()
1039 changed = 1; in snd_echo_output_gain_put()
1042 if (changed) in snd_echo_output_gain_put()
1045 return changed; in snd_echo_output_gain_put()
1108 int c, gain, changed; in snd_echo_input_gain_put() local
1110 changed = 0; in snd_echo_input_gain_put()
1120 changed = 1; in snd_echo_input_gain_put()
1123 if (changed) in snd_echo_input_gain_put()
1126 return changed; in snd_echo_input_gain_put()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Processor/
H A DCurrentOperatingConfig.interface.yaml11 # Indicate that this property is permanently unable to be changed.
13 # Indicate that this property is temporarily unable to be changed.
23 # Indicate that this property is permanently unable to be changed.
25 # Indicate that this property is temporarily unable to be changed.
/openbmc/linux/Documentation/powerpc/
H A Ddscr.rst17 dscr_inherit /* Thread has changed default DSCR */
31 cleared which means that it has not changed the default DSCR till now.
32 If the dscr_inherit value is set which means that it has changed the
33 default DSCR value, scheduler will write the changed value which will
77 in question has attempted and changed the DSCR itself using any of the
79 use the CPU default DSCR value or its own changed DSCR value in the
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.hpp112 * @returns value of changed ldapServerURI.
118 * @returns value of changed ldapBindDN.
124 * @returns value of changed ldapBaseDN.
130 * @returns value of changed ldapSearchScope.
137 * @returns value of changed ldapType.
143 * @returns value of changed ldapServiceEnabled.
149 * @returns value of changed userNameAttribute.
155 * @returns value of changed groupNameAttribute.
161 * @returns value of changed ldapBindDNPassword.
197 * @returns value of changed status
[all …]
/openbmc/linux/net/mac802154/
H A Dmac_cmd.c32 int changed = 0; in mac802154_mlme_start_req() local
43 changed |= IEEE802154_LLSEC_PARAM_PAN_ID; in mac802154_mlme_start_req()
46 changed |= IEEE802154_LLSEC_PARAM_HWADDR; in mac802154_mlme_start_req()
49 changed |= IEEE802154_LLSEC_PARAM_COORD_HWADDR; in mac802154_mlme_start_req()
52 changed |= IEEE802154_LLSEC_PARAM_COORD_SHORTADDR; in mac802154_mlme_start_req()
54 return mac802154_set_params(dev, &params, changed); in mac802154_mlme_start_req()
/openbmc/phosphor-dbus-monitor/src/
H A Devent.hpp62 * property has changed.
64 * has been changed.
65 * @param[in] value - Changed property value.
101 * property has changed.
103 * has been changed.
104 * @param[in] value - Changed property value.

12345678910>>...199