Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 2969) sorted by relevance

12345678910>>...119

/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/phosphor-fan-presence/monitor/
H A Dtrust_manager.hpp92 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/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf82 changed = False
103 changed = True
109 changed = True
120 changed = True
132 changed = True
138 if changed:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tp-simplify-gcc-warning-hack.patch10 the l2tp_private.h file is updated if the rpc source file is changed and
18 1 file changed, 6 deletions(-)
29 -#error Constant L2TP_API_TUNNEL_FLAG_MTU changed. Update local definition here.
34 -#error Constant L2TP_API_SESSION_FLAG_NO_PPP changed. Update local definition here.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DDotseqn3 …ay be freely transmitted and reproduced, but it may not be changed unless the name is changed also…
/openbmc/qemu/hw/sh4/
H A Dtrace-events2 sh7750_porta(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "porta changed from 0x%04x …
3 sh7750_portb(uint16_t prev, uint16_t cur, uint16_t pdtr, uint16_t pctr) "portb changed from 0x%04x …
/openbmc/qemu/hw/nvram/
H A Deeprom_at24c.c49 bool changed; member
73 if (ee->blk && ee->changed) { in at24c_eeprom_event()
80 ee->changed = false; in at24c_eeprom_event()
138 ee->changed = true; in at24c_eeprom_send()
233 ee->changed = false; in at24c_eeprom_reset()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch4 Subject: [PATCH 05/11] fix incorrect timeout while system time changed
6 While system time changed by NTP, invoking timeout_command
22 1 file changed, 3 insertions(+), 3 deletions(-)
/openbmc/qemu/hw/usb/
H A Ddev-wacom.c54 int changed; member
200 s->changed = 1; in usb_mouse_event()
214 s->changed = 1; in usb_wacom_event()
380 if (!(s->changed || s->idle)) { in usb_wacom_handle_data()
384 s->changed = 0; in usb_wacom_handle_data()
415 s->changed = 1; in usb_wacom_realize()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0008-RH-reset-default-find_mutipaths-value-to-off.patch6 Upstream has changed to default find_multipaths to "strict". For now
17 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0002-greeter-gdk.c-fix-typo.patch11 1 file changed, 1 insertion(+), 1 deletion(-)
25 g_signal_connect(scr, "size-changed", G_CALLBACK(on_screen_size_changed), win);
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py179 changed = 0
194 changed += 1
197 report(changed > 0, f"{changed} registers were changed")
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/files/
H A Dno-handed.patch4 1 file changed, 4 insertions(+)
36 g_signal_connect (gconf, "value-changed", G_CALLBACK (on_gconf_value_changed), NULL);
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py991 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
1048changed, added, removed = dict_diff(a_data['gendeps'], b_data['gendeps'], a_data['basehash_ignore_…
1049 if changed:
1050 for dep in sorted(changed):
1062 changed, added, removed = dict_diff(a_data['varvals'], b_data['varvals'])
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass10 # Assign vardepvalue, because otherwise signature is changed before and after
31 # Assign vardepvalue, because otherwise signature is changed before and after
50 # Assign vardepvalue, because otherwise signature is changed before and after
/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch20 1 file changed, 4 insertions(+), 4 deletions(-)
36 # The compiled-in value is usually sufficient and should only be changed
45 # The compiled-in value is usually sufficient and should only be changed
/openbmc/qemu/util/
H A Dhbitmap.c436 bool changed = false; in hb_set_between() local
442 changed |= hb_set_elem(&hb->levels[level][i], start, next - 1); in hb_set_between()
449 changed |= (hb->levels[level][i] == 0); in hb_set_between()
453 changed |= hb_set_elem(&hb->levels[level][i], start, last); in hb_set_between()
458 if (level > 0 && changed) { in hb_set_between()
461 return changed; in hb_set_between()
514 bool changed = false; in hb_reset_between() local
527 changed = true; in hb_reset_between()
538 changed |= (hb->levels[level][i] != 0); in hb_reset_between()
545 changed = true; in hb_reset_between()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch14 1 file changed, 5 insertions(+)
31 changed = true;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-Follow-rrd-post-1.8-change.patch6 Git version of rrdtool has changed rrd_tune argument from char pointer
15 1 file changed, 1 insertion(+), 1 deletion(-)
/openbmc/qemu/target/hexagon/
H A Ddecode.c273 bool changed = false; in decode_shuffle_for_execution() local
288 changed = false; in decode_shuffle_for_execution()
302 changed = true; in decode_shuffle_for_execution()
321 if (changed) { in decode_shuffle_for_execution()
333 changed = true; in decode_shuffle_for_execution()
345 changed = true; in decode_shuffle_for_execution()
352 changed = true; in decode_shuffle_for_execution()
359 if (changed) { in decode_shuffle_for_execution()
362 } while (changed); in decode_shuffle_for_execution()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch9 changed.
16 1 file changed, 4 insertions(+)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-kexecboot-Use-new-reboot-API-with-klibc.patch6 Klibc has changed this API in
16 1 file changed, 2 insertions(+), 2 deletions(-)
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/
H A DMakefile.am-do-not-ship-version.h.patch6 The HEADERS' name has been changed to pkginclude_HEADERS, so use
14 1 file changed, 2 insertions(+), 2 deletions(-)
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A D0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch6 The SSHAGENT_BIN was changed in [1] to SSH_BIN but
18 1 file changed, 5 insertions(+)
/openbmc/qemu/hw/gpio/
H A Dpl061.c159 uint8_t changed; in pl061_update() local
176 changed = s->old_out_data ^ out; in pl061_update()
177 if (changed) { in pl061_update()
181 if (changed & mask) { in pl061_update()
190 changed = (s->old_in_data ^ s->data) & ~s->dir; in pl061_update()
191 if (changed) { in pl061_update()
195 if (changed & mask) { in pl061_update()

12345678910>>...119