/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 87 def validator(current, pick, choices): argument 88 """Return a value not equal to the current selected by the pick 93 if not val == current: 97 def int_validator(current, intervals): argument 98 """Return a random value from intervals not equal to the current. 100 This function is useful for selection from valid values except current one. 102 return validator(current, random_from_intervals, intervals) 105 def bit_validator(current, bit_ranges): argument 106 """Return a random bit mask not equal to the current. 108 This function is useful for selection from valid values except current one. [all …]
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | acpi_table.c | 191 int acpi_create_madt_lapics(u32 current) in acpi_create_madt_lapics() argument 201 (struct acpi_madt_lapic *)current, in acpi_create_madt_lapics() 203 current += length; in acpi_create_madt_lapics() 248 static int acpi_create_madt_irq_overrides(u32 current) in acpi_create_madt_irq_overrides() argument 254 irqovr = (void *)current; in acpi_create_madt_irq_overrides() 257 irqovr = (void *)(current + length); in acpi_create_madt_irq_overrides() 263 __weak u32 acpi_fill_madt(u32 current) in acpi_fill_madt() argument 265 current += acpi_create_madt_lapics(current); in acpi_fill_madt() 267 current += acpi_create_madt_ioapic((struct acpi_madt_ioapic *)current, in acpi_fill_madt() 270 current += acpi_create_madt_irq_overrides(current); in acpi_fill_madt() [all …]
|
/openbmc/u-boot/net/ |
H A D | eth-uclass.c | 30 * @current: The Ethernet device that the network functions are using 33 struct udevice *current; member 53 if (uc_priv->current) in eth_set_current_to_next() 54 uclass_next_device(&uc_priv->current); in eth_set_current_to_next() 55 if (!uc_priv->current) in eth_set_current_to_next() 56 uclass_first_device(UCLASS_ETH, &uc_priv->current); in eth_set_current_to_next() 70 if (!uc_priv->current) in eth_get_dev() 72 &uc_priv->current); in eth_get_dev() 73 return uc_priv->current; in eth_get_dev() 89 eth_get_uclass_priv()->current = dev; in eth_set_dev() [all …]
|
/openbmc/linux/tools/power/cpupower/lib/ |
D | cpufreq.c |
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/ |
H A D | virtual_sensor_config.json | 209 "SensorType": "current" 276 "SensorType": "current" 343 "SensorType": "current" 410 "SensorType": "current" 447 "SensorType": "current" 474 "SensorType": "current" 501 "SensorType": "current" 528 "SensorType": "current" 555 "SensorType": "current" 582 "SensorType": "current" [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
D | sigutil_32.c |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/ |
H A D | imagemagick_7.1.1-43.bb | 105 CVE_STATUS[CVE-2014-9804] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 106 CVE_STATUS[CVE-2014-9805] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 107 CVE_STATUS[CVE-2014-9806] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 108 CVE_STATUS[CVE-2014-9807] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 109 CVE_STATUS[CVE-2014-9808] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 110 CVE_STATUS[CVE-2014-9809] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 111 CVE_STATUS[CVE-2014-9810] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 112 CVE_STATUS[CVE-2014-9811] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 113 CVE_STATUS[CVE-2014-9812] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … 114 CVE_STATUS[CVE-2014-9813] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE … [all …]
|
/openbmc/linux/Documentation/hwmon/ |
D | max16601.rst |
|
D | ina3221.rst |
|
D | acbel-fsg032.rst |
|
/openbmc/linux/include/linux/platform_data/ |
D | ad7793.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7637.patch | 107 + if (!current->pitch) { 117 current -> w = width ; 118 current -> h = height ; 119 current -> pitch = SDL_CalculatePitch (current) ; 120 + if (!current->pitch) { 121 + current = NULL; 124 NX_ResizeImage (this, current, flags) ; 131 current->w = width; 132 current->h = height; 133 current->pitch = SDL_CalculatePitch(current); [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_alternate_fan_settings.robot | 27 Verify Current Fan Thermal Mode 28 [Documentation] Check current thermal fan mode is a valid mode value. 36 # "Current": "DEFAULT", 48 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current 49 Rprint Vars current 51 Valid Value current valid_values=${VALID_MODE_VALUES} 113 ${mode}= Redfish.Put ${THERMAL_CONTROL_URI}/attr/Current body={"data": "${thermal_mode}"} 115 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current 116 Should Be Equal As Strings ${thermal_mode} ${current} 117 ... msg=The thermal mode does not match the current fan mode. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
D | bq25890.yaml |
|
D | gpio-charger.yaml |
|
D | rohm,bd99954.yaml |
|
D | bq2415x.yaml |
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | dbus_zone.cpp | 44 std::string DBusZone::current(std::string value) in current() function in phosphor::fan::control::json::DBusZone 46 auto current = ThermalModeIntf::current(); in current() local 56 if (isSupported && value != current) in current() 58 current = ThermalModeIntf::current(value); in current() 65 return current; in current() 70 auto current = ThermalModeIntf::current(); in restoreCurrentMode() local 83 iArch(current); in restoreCurrentMode() 91 lg2::error("Unable to restore persisted `Current` thermal mode " in restoreCurrentMode() 94 current = ThermalModeIntf::current(); in restoreCurrentMode() 97 this->current(current); in restoreCurrentMode() [all …]
|
/openbmc/linux/drivers/tty/ |
D | tty_jobctrl.c |
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
D | test_signals.c |
|
/openbmc/linux/arch/powerpc/kernel/ |
D | signal_32.c |
|
/openbmc/qemu/util/ |
H A D | qemu-progress.c | 29 float current; member 41 * @percent relative percent of current operation 46 printf(" (%3.2f/100%%)\r", state.current); in progress_simple_print() 71 fprintf(stderr, " (%3.2f/100%%)\n", state.current); in progress_dummy_print() 144 float current; in qemu_progress_print() local 147 current = delta; in qemu_progress_print() 149 current = state.current + delta / 100 * max; in qemu_progress_print() 151 if (current > 100) { in qemu_progress_print() 152 current = 100; in qemu_progress_print() 154 state.current = current; in qemu_progress_print() [all …]
|
/openbmc/linux/kernel/events/ |
D | hw_breakpoint_test.c |
|
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74115.yaml |
|
/openbmc/libpldm/src/ |
H A D | responder.c | 20 struct pldm_responder_cookie *current; in pldm_responder_cookie_track() local 27 current = jar; in pldm_responder_cookie_track() 28 next = current->next; in pldm_responder_cookie_track() 34 current = next; in pldm_responder_cookie_track() 39 current->next = cookie; in pldm_responder_cookie_track() 51 struct pldm_responder_cookie *current; in pldm_responder_cookie_untrack() local 58 current = jar; in pldm_responder_cookie_untrack() 59 next = current->next; in pldm_responder_cookie_untrack() 61 current = next; in pldm_responder_cookie_untrack() 66 current->next = next->next; in pldm_responder_cookie_untrack()
|