/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-include-missing-array-header.patch | 7 src/osaf/consensus/key_value.cc:25:30: error: aggregate 'std::array<char, 128> buffer' has incomple… 14 src/osaf/consensus/key_value.cc | 2 +- 17 diff --git a/src/osaf/consensus/key_value.cc b/src/osaf/consensus/key_value.cc 19 --- a/src/osaf/consensus/key_value.cc 20 +++ b/src/osaf/consensus/key_value.cc
|
/openbmc/qemu/hw/nvram/ |
H A D | trace-events | 8 fw_cfg_select(void *s, uint16_t key_value, const char *key_name, int ret) "%p key 0x%04" PRIx16 " '… 10 fw_cfg_add_bytes(uint16_t key_value, const char *key_name, size_t len) "key 0x%04" PRIx16 " '%s', %… 12 fw_cfg_add_string(uint16_t key_value, const char *key_name, const char *value) "key 0x%04" PRIx16 "… 13 fw_cfg_add_i16(uint16_t key_value, const char *key_name, uint16_t value) "key 0x%04" PRIx16 " '%s',… 14 fw_cfg_add_i32(uint16_t key_value, const char *key_name, uint32_t value) "key 0x%04" PRIx16 " '%s',… 15 fw_cfg_add_i64(uint16_t key_value, const char *key_name, uint64_t value) "key 0x%04" PRIx16 " '%s',…
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 1543 char *key_value; in main() local 1751 strcpy(key_value, full_domain_name); in main() 1756 strcpy(key_value, lic_version); in main() 1760 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in main() 1765 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in main() 1769 strcpy(key_value, os_build); in main() 1773 strcpy(key_value, os_name); in main() 1777 strcpy(key_value, os_major); in main() 1781 strcpy(key_value, os_minor); in main() 1785 strcpy(key_value, os_version); in main() [all …]
|
/openbmc/phosphor-webui/app/redfish/styles/ |
H A D | index.scss | 7 .key_value {
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_acl_flex_keys.c | 385 u32 key_value, u32 mask_value) in mlxsw_afk_values_add_u32() argument 395 __mlxsw_item_set32(values->storage.key, storage_item, 0, key_value); in mlxsw_afk_values_add_u32() 403 const char *key_value, const char *mask_value, in mlxsw_afk_values_add_buf() argument 415 __mlxsw_item_memcpy_to(values->storage.key, key_value, in mlxsw_afk_values_add_buf()
|
H A D | core_acl_flex_keys.h | 212 u32 key_value, u32 mask_value); 215 const char *key_value, const char *mask_value,
|
H A D | spectrum_acl.c | 370 u32 key_value, u32 mask_value) in mlxsw_sp_acl_rulei_keymask_u32() argument 373 key_value, mask_value); in mlxsw_sp_acl_rulei_keymask_u32() 378 const char *key_value, in mlxsw_sp_acl_rulei_keymask_buf() argument 382 key_value, mask_value, len); in mlxsw_sp_acl_rulei_keymask_buf()
|
H A D | spectrum.h | 1008 u32 key_value, u32 mask_value); 1011 const char *key_value,
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | goodix.c | 351 u8 key_value; in goodix_ts_report_pen_down() local 378 key_value = data[1 + ts->contact_size]; in goodix_ts_report_pen_down() 379 input_report_key(ts->input_pen, BTN_STYLUS, key_value & 0x10); in goodix_ts_report_pen_down() 380 input_report_key(ts->input_pen, BTN_STYLUS2, key_value & 0x20); in goodix_ts_report_pen_down() 443 u8 key_value; in goodix_ts_report_key() local 448 key_value = data[1 + ts->contact_size * touch_num]; in goodix_ts_report_key() 450 if (key_value & BIT(i)) in goodix_ts_report_key()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | manager-sysfs.c | 211 u32 key_value; in manager_trans_key_value_store() local 214 r = kstrtouint(buf, 0, &key_value); in manager_trans_key_value_store() 220 info.trans_key = key_value; in manager_trans_key_value_store()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | var_funcs.py | 134 for key_value in raw_keys_values: 135 key_value_list = key_value.split(key_val_delim)
|
H A D | open_power_utils.robot | 439 [Arguments] ${fan_dict} ${key_value} 442 # key_value User input attribute value in the dictionary. 454 Log To Console Skipping attribute ${key_value} check. 459 ${value_list}= utilities.Get Value From Nested Dict ${key_value} ${fan_dict} 461 Should Not Be Empty ${value_list} msg=${key_value} key attribute not found.
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1013 u32 key_value = 0; in lan743x_ethtool_set_rxfh() local 1017 key_value = in lan743x_ethtool_set_rxfh() 1023 key_value); in lan743x_ethtool_set_rxfh()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-wmi.c | 3827 unsigned int key_value = 1; in asus_wmi_handle_event_code() local 3831 asus->driver->key_filter(asus->driver, &code, &key_value, in asus_wmi_handle_event_code() 3883 key_value, autorelease)) in asus_wmi_handle_event_code()
|