Searched refs:a_value (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_existence.c | 18 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 D | core_reloc_types.h | 677 int a_value; member
|
/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | biosattr-interface.c | 50 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 D | dell-wmi-sysman.h | 180 int set_attribute(const char *a_name, const char *a_value);
|
/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 38 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 D | bioscfg.h | 446 int hp_set_attribute(const char *a_name, const char *a_value);
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 668 .a_value = 1, 688 .a_value = 42, 707 .a_value = 0xff000001u,
|