Home
last modified time | relevance | path

Searched refs:a_name (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/perf/req-gen/
H A Dperf.h66 #define __array_(r_name, r_value, r_idx_1, a_offset, a_bytes, a_name) \ argument
67 __u8 a_name[a_bytes];
82 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) \ argument
83 __field_(r_name, r_value, r_idx_1, a_offset, a_size, a_name)
112 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
138 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
/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
65 a_name_size = calculate_string_buffer(a_name); in set_attribute()
79 ret = populate_string_buffer(start, a_name_size, a_name); in set_attribute()
H A Ddell-wmi-sysman.h180 int set_attribute(const char *a_name, const char *a_value);
/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
61 a_name_size = hp_calculate_string_buffer(a_name); in hp_set_attribute()
74 start = hp_ascii_to_utf16_unicode(start, a_name); in hp_set_attribute()
H A Dbioscfg.h446 int hp_set_attribute(const char *a_name, const char *a_value);
/linux/fs/xfs/
H A Dxfs_handle.c381 context->firstu -= round_up(offsetof(struct xfs_attrlist_ent, a_name) + in xfs_ioc_attr_put_listent()
392 memcpy(aep->a_name, name, namelen); in xfs_ioc_attr_put_listent()
393 aep->a_name[namelen] = 0; in xfs_ioc_attr_put_listent()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h606 char a_name[]; /* attr name (NULL terminated) */ member