Searched refs:a_name (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/perf/req-gen/ |
H A D | perf.h | 66 #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 D | biosattr-interface.c | 50 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 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 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 D | bioscfg.h | 446 int hp_set_attribute(const char *a_name, const char *a_value);
|
/linux/fs/xfs/ |
H A D | xfs_handle.c | 378 context->firstu -= round_up(offsetof(struct xfs_attrlist_ent, a_name) + in xfs_ioc_attr_put_listent() 389 memcpy(aep->a_name, name, namelen); in xfs_ioc_attr_put_listent() 390 aep->a_name[namelen] = 0; in xfs_ioc_attr_put_listent()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 620 char a_name[]; /* attr name (NULL terminated) */ member
|