| /openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/ |
| H A D | 0001-Do-not-use-bool-as-a-field-name.patch | 29 switch (change->arg_type) 32 - *(gboolean *)change->arg_data = change->prev.bool; 33 + *(gboolean *)change->arg_data = change->prev.boolean; 36 *(gint *)change->arg_data = change->prev.integer;
|
| /openbmc/dbus-sensors/src/ |
| H A D | Thresholds.cpp | 396 for (const auto& change : changes) in checkThresholds() local 398 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholds() 399 change.threshold.direction, change.asserted); in checkThresholds() 400 if (change.threshold.level == thresholds::Level::CRITICAL && in checkThresholds() 401 change.asserted) in checkThresholds() 421 for (const auto& change : changes) in checkThresholdsPowerDelay() local 434 if (change.threshold.direction == thresholds::Direction::LOW) in checkThresholdsPowerDelay() 436 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay() 437 change.threshold, !change.asserted)) in checkThresholdsPowerDelay() 439 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay() [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor.sh | 64 change=init 67 change=addr 91 change=route 102 change='link' 121 change=defer 146 if [ "$change" = 'init' ]; then
|
| H A D | gbmc-ip-monitor-test.sh | 134 expect_streq "$change" 'init' 140 expect_streq "$change" 'addr' 152 expect_streq "$change" 'addr' 164 expect_streq "$change" 'route' 172 expect_streq "$change" 'route' 181 expect_streq "$change" 'link' 192 expect_streq "$change" 'link' 203 expect_streq "$change" 'link'
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | maxim_codec.c | 71 int change, ret = 0; in maxim_bic_or() local 77 change = (old != new) ? 1 : 0; in maxim_bic_or() 78 if (change) in maxim_bic_or() 83 return change; in maxim_bic_or()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 133.out | 7 qemu-io: Cannot change the option 'node-name' 8 qemu-io: Cannot change the option 'node-name' 9 qemu-io: Cannot change the option 'node-name' 16 qemu-io: Cannot change the option 'driver' 17 qemu-io: Cannot change the option 'driver' 18 qemu-io: Cannot change the option 'driver'
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 64 …--new=3:48:+4K --typecode=3:$FWU_METADATA_TYPE_UUID --partition-guid=3:$(uuidgen) --change-name=3:… 65 …--typecode=4:$PRIVATE_METADATA_TYPE_UUID --partition-guid=4:$(uuidgen) --change-name=4:'private_me… 66 …--typecode=5:$PRIVATE_METADATA_TYPE_UUID --partition-guid=5:$(uuidgen) --change-name=5:'private_me… 67 - --new=6:72:+100k --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuidgen) --change-nam… 68 - --new=7:272:+368K --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=… 69 - --new=8:32784:+100k --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(uuidgen) --change-… 70 - --new=9:32984:+368K --typecode=9:$TFM_TYPE_UUID --partition-guid=9:$(uuidgen) --change-nam… 71 …TION_SIZE --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuidgen) --change-name=6:'bl2_primar… 72 …RTITION_SIZE --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=7:'tfm_primar… 73 …TION_SIZE --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(uuidgen) --change-name=8:'bl2_second… [all …]
|
| /openbmc/entity-manager/docs/ |
| H A D | my_first_sensors.md | 102 .ADDRESS property u 80 emits-change 103 .BUS property u 18 emits-change 104 .Common_Format_Version property s "1" emits-change 105 .PRODUCT_ASSET_TAG property s "--" emits-change 106 .PRODUCT_FRU_VERSION_ID property s "??????" emits-change 107 .PRODUCT_LANGUAGE_CODE property s "0" emits-change 108 .PRODUCT_MANUFACTURER property s "Awesome" emits-change 109 .PRODUCT_PART_NUMBER property s "12345" emits-change 110 .PRODUCT_PRODUCT_NAME property s "Super Great" emits-change 111 .PRODUCT_SERIAL_NUMBER property s "12312490840" emits-change [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | gbmc-br-from-ra.sh | 74 if [[ $change == init ]]; then 77 elif [[ $change == defer ]]; then 79 elif [[ $change == route && $route != *' via '* ]] && 90 elif [[ $change == link && $intf == gbmcbr ]]; then
|
| /openbmc/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 118 int change[SANDBOX_NUM_PORTS]; member 164 int *change = &priv->change[port]; in clrset_post_state() local 193 *change |= *status & clear; in clrset_post_state() 194 *change |= ~*status & set; in clrset_post_state() 195 *change &= 0x1f; in clrset_post_state() 237 portsts->wPortChange = priv->change[port]; in sandbox_hub_submit_control_msg() 276 priv->change[port] &= 1 << in sandbox_hub_submit_control_msg()
|
| /openbmc/qemu/hw/xtensa/ |
| H A D | mx_pic.c | 188 uint32_t change = 0; in xtensa_mx_pic_ext_reg_write() local 194 change = mx->mieng & v; in xtensa_mx_pic_ext_reg_write() 202 change = ~mx->mieng & v; in xtensa_mx_pic_ext_reg_write() 210 change = mx->miasg & v; in xtensa_mx_pic_ext_reg_write() 218 change = ~mx->miasg & v; in xtensa_mx_pic_ext_reg_write() 226 change = mx->mipipart ^ v; in xtensa_mx_pic_ext_reg_write() 234 change = mx->runstall ^ v; in xtensa_mx_pic_ext_reg_write() 240 if (change & (1u << cpu)) { in xtensa_mx_pic_ext_reg_write() 256 if (change) { in xtensa_mx_pic_ext_reg_write()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | xzoom | 8 b. The man page is fixed to reflect the change. 9 c. The author of this change adds his name and change
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | isic-0.07-netinet.patch | 19 * For user over a modem or frame (or other) you will have to change the 31 * For user over a modem or frame (or other) you will have to change the 43 * For user over a modem or frame (or other) you will have to change the 55 * For user over a modem or frame (or other) you will have to change the 67 * For user over a modem or frame (or other) you will have to change the
|
| /openbmc/docs/designs/ |
| H A D | expired-password.md | 12 have a mechanism to require administrators to change the BMC's password. This 38 PasswordChangeRequired by implementing a "password change dialog". 40 The [Redfish Specification version 1.7.0][] section 13.2.6.1 ("Password change 42 PasswordChangeRequired property which supports a password change dialog. 48 change required". 70 to change the password). 71 - There must be a way to change the expired password using a supported 106 to change it (see below). Otherwise the usual security protocols apply 111 create a session and indicate a password change is needed. If it is used with 113 behavior must not change. Note the `/login` URI is deprecated. [all …]
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | README.md | 40 … property s "xyz.openbmc_project.Led.Physical.Pal... emits-change writable 41 … property y 50 emits-change writable 42 … property q 1000 emits-change writable 43 … property s "xyz.openbmc_project.Led.Physical.Act... emits-change writable
|
| /openbmc/phosphor-pcie-presence/ |
| D | MAINTAINERS | |
| /openbmc/openpower-sbe-interface/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/webui-vue/src/views/ChangePassword/ |
| H A D | ChangePassword.vue | 2 <div class="change-password-container"> 11 <div class="change-password__form-container"> 30 @change="v$.form.password.$touch()" 52 @change="v$.form.passwordConfirm.$touch()" 141 .change-password__form-container {
|
| /openbmc/openpower-inventory-upload/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/openpower-logging/ |
| D | MAINTAINERS | |
| /openbmc/google-ipmi-sys/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/pyphosphor/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/phosphor-mboxd/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/inarp/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|
| /openbmc/boost-dbus/ |
| H A D | MAINTAINERS | 3 your change lives and add the reviewers (R) and maintainers (M) as 7 Your change/query may span multiple entries; that is okay. 31 these people are to be added as reviewers for a change matching the repo 39 A change cannot be added to an OpenBMC repository without a MAINTAINER's
|