Searched refs:a_name (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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) \ 67 __u8 a_name[a_bytes]; 82 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) \ 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) 138 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name)
|
/kernel/linux/linux-6.6/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) \ 67 __u8 a_name[a_bytes]; 82 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) \ 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) 138 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name)
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | biosattr-interface.c | 45 * @a_name: The attribute name 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);
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | biosattr-interface.c | 28 * @a_name: The attribute name 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);
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 603 char a_name[1]; /* attr name (NULL terminated) */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 600 char a_name[]; /* attr name (NULL terminated) */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_ioctl.c | 330 context->firstu -= round_up(offsetof(struct xfs_attrlist_ent, a_name) + in xfs_ioc_attr_put_listent() 341 memcpy(aep->a_name, name, namelen); in xfs_ioc_attr_put_listent() 342 aep->a_name[namelen] = 0; in xfs_ioc_attr_put_listent()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_ioctl.c | 332 context->firstu -= round_up(offsetof(struct xfs_attrlist_ent, a_name) + in xfs_ioc_attr_put_listent() 343 memcpy(aep->a_name, name, namelen); in xfs_ioc_attr_put_listent() 344 aep->a_name[namelen] = 0; in xfs_ioc_attr_put_listent()
|
Completed in 15 milliseconds