| /openbmc/qemu/ui/ |
| H A D | input-linux.c | 436 static void input_linux_set_evdev(Object *obj, const char *value, in input_linux_set_evdev() 455 static void input_linux_set_grab_all(Object *obj, bool value, in input_linux_set_grab_all() 470 static void input_linux_set_repeat(Object *obj, bool value, in input_linux_set_repeat() 485 static void input_linux_set_grab_toggle(Object *obj, int value, in input_linux_set_grab_toggle()
|
| /openbmc/qemu/net/ |
| H A D | filter-mirror.c | 335 const char *value, in filter_redirector_set_indev() 352 const char *value, in filter_mirror_set_outdev() 373 static void filter_mirror_set_vnet_hdr(Object *obj, bool value, Error **errp) in filter_mirror_set_vnet_hdr() 388 const char *value, in filter_redirector_set_outdev() 405 bool value, in filter_redirector_set_vnet_hdr()
|
| /openbmc/qemu/hw/m68k/ |
| H A D | mcf5206.c | 329 uint64_t value, unsigned size) in m5206_mbar_write() 473 uint32_t value) in m5206_mbar_writeb() 499 uint32_t value) in m5206_mbar_writew() 529 uint32_t value) in m5206_mbar_writel() 563 uint64_t value, unsigned size) in m5206_mbar_writefn()
|
| /openbmc/qemu/hw/net/ |
| H A D | imx_fec.c | 625 uint32_t value = 0; in imx_eth_read() local 667 static void imx_default_write(IMXFECState *s, uint32_t index, uint32_t value) in imx_default_write() 673 static void imx_fec_write(IMXFECState *s, uint32_t index, uint32_t value) in imx_fec_write() 696 static void imx_enet_write(IMXFECState *s, uint32_t index, uint32_t value) in imx_enet_write() 763 static void imx_eth_write(void *opaque, hwaddr offset, uint64_t value, in imx_eth_write()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 155 std::string_view key, Type& value) in unpackValueWithErrorCode() 283 crow::Response& res, Type& value) in unpackValue() 371 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() 511 UnpackVariant value; member 692 const nlohmann::json& value) in findNestedKey()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | item_updater.cpp | 68 auto value = SVersion::convertVersionPurposeFromString( in createActivation() local 607 void ItemUpdater::savePriority(const std::string& versionId, uint8_t value) in savePriority() 614 void ItemUpdater::freePriority(uint8_t value, const std::string& versionId) in freePriority() 680 bool ItemUpdater::fieldModeEnabled(bool value) in fieldModeEnabled() 804 bool ItemUpdater::isLowestPriority(uint8_t value) in isLowestPriority()
|
| /openbmc/phosphor-time-manager/test/ |
| H A D | TestManager.cpp | 22 void notifyPropertyChanged(const std::string& key, const std::string& value) in notifyPropertyChanged()
|
| /openbmc/pyphosphor/obmc/utils/ |
| H A D | misc.py | 33 def find_case_insensitive(value, lst): argument
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | pinmux.c | 50 const unsigned int value = pins[i].value << offset; in davinci_configure_pin_mux() local
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-dmabuf.h | 27 gpointer value; member
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | compr_rtime.c | 64 unsigned char value; in rtime_decompress() local
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | bsettings.py | 49 def SetItem(section, tag, value): argument
|
| /openbmc/u-boot/drivers/net/ |
| H A D | vsc7385.c | 74 u8 value; in vsc7385_upload_firmware() local
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_intel_mid.c | 24 static void mid_writel(struct ns16550_platdata *plat, int offset, int value) in mid_writel()
|
| /openbmc/pldm/host-bmc/test/ |
| H A D | custom_dbus_test.cpp | 21 uint32_t value = 32; in TEST() local
|
| /openbmc/phosphor-fan-presence/evdevpp/test/ |
| H A D | evmon.cpp | 71 auto value = evdev.fetch(type, stoul(scode)); in main() local
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | filters.hpp | 55 bool operator()(const std::any& value) override in operator ()()
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | activation_ubi.hpp | 20 Activation& parent, uint8_t value) : in RedundancyPriorityUbi()
|
| /openbmc/qemu/qobject/ |
| H A D | qbool.c | 23 QBool *qbool_from_bool(bool value) in qbool_from_bool()
|
| /openbmc/telemetry/src/ |
| H A D | sensor.hpp | 63 std::optional<double> value; member in Sensor
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | configuration.hpp | 32 bool setJsonFromPointer(const std::string& ptrStr, const JsonType& value, in setJsonFromPointer()
|
| /openbmc/u-boot/net/ |
| H A D | net.c | 216 static int on_ipaddr(const char *name, const char *value, enum env_op op, in on_ipaddr() 228 static int on_gatewayip(const char *name, const char *value, enum env_op op, in on_gatewayip() 240 static int on_netmask(const char *name, const char *value, enum env_op op, in on_netmask() 252 static int on_serverip(const char *name, const char *value, enum env_op op, in on_serverip() 264 static int on_nvlan(const char *name, const char *value, enum env_op op, in on_nvlan() 276 static int on_vlan(const char *name, const char *value, enum env_op op, in on_vlan() 289 static int on_dnsip(const char *name, const char *value, enum env_op op, in on_dnsip()
|
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | channel_mgmt.cpp | 734 std::string ChannelConfig::convertToAccessModeString(const uint8_t value) in convertToAccessModeString() 746 const std::string& value) in convertToPrivLimitIndex() 758 std::string ChannelConfig::convertToPrivLimitString(const uint8_t value) in convertToPrivLimitString() 770 const std::string& value) in convertToSessionSupportIndex() 785 const std::string& value) in convertToMediumTypeIndex() 799 const std::string& value) in convertToProtocolTypeIndex() 1295 const DbusVariant& value) in setDbusProperty()
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | gpio.c | 26 int gpio_write(GPIO* gpio, uint8_t value) in gpio_write() 46 int gpio_read(GPIO* gpio, uint8_t *value) in gpio_read()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | i440fx_fuzz.c | 50 uint32_t value; in ioport_fuzz_qtest() member 104 uint32_t value; in pciconfig_fuzz_qos() member
|