Searched refs:a_value (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_existence.c18 int a_value; member in struct:core_reloc_existence_output
49 out->a_value = BPF_CORE_READ(in, a);
51 out->a_value = 0xff000001u;
H A Dcore_reloc_types.h677 int a_value; member in struct:core_reloc_existence_output
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dbiosattr-interface.c46 * @a_value: The attribute value
50 int set_attribute(const char *a_name, const char *a_value) argument
66 a_value_size = calculate_string_buffer(a_value);
83 ret = populate_string_buffer(start, a_value_size, a_value);
H A Ddell-wmi-sysman.h180 int set_attribute(const char *a_name, const char *a_value);
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c29 * @a_value: The attribute value
38 int hp_set_attribute(const char *a_name, const char *a_value) argument
62 a_value_size = hp_calculate_string_buffer(a_value);
80 start = hp_ascii_to_utf16_unicode(start, a_value);
H A Dbioscfg.h446 int hp_set_attribute(const char *a_name, const char *a_value);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c667 .a_value = 1,
687 .a_value = 42,
706 .a_value = 0xff000001u,

Completed in 127 milliseconds