Home
last modified time | relevance | path

Searched refs:a_value (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_existence.c18 int a_value; member
49 out->a_value = BPF_CORE_READ(in, a); in test_core_existence()
51 out->a_value = 0xff000001u; in test_core_existence()
H A Dcore_reloc_types.h677 int a_value; member
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c50 int set_attribute(const char *a_name, const char *a_value) in set_attribute() argument
66 a_value_size = calculate_string_buffer(a_value); in set_attribute()
83 ret = populate_string_buffer(start, a_value_size, a_value); in set_attribute()
H A Ddell-wmi-sysman.h180 int set_attribute(const char *a_name, const char *a_value);
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c38 int hp_set_attribute(const char *a_name, const char *a_value) in hp_set_attribute() argument
62 a_value_size = hp_calculate_string_buffer(a_value); in hp_set_attribute()
80 start = hp_ascii_to_utf16_unicode(start, a_value); in hp_set_attribute()
H A Dbioscfg.h446 int hp_set_attribute(const char *a_name, const char *a_value);
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py260 for pos, a_value in enumerate(dvalue):
261 new_value = replace_value(search, replace, a_value)
269 for pos, a_value in enumerate(value):
270 new_value = replace_value(search, replace, a_value)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c667 .a_value = 1,
687 .a_value = 42,
706 .a_value = 0xff000001u,