Home
last modified time | relevance | path

Searched refs:_len_ (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dproperty.h290 _val_, _len_) \ argument
293 .length = (_len_) * (_elsize_), \
298 #define __PROPERTY_ENTRY_ARRAY_LEN(_name_, _elem_, _Type_, _val_, _len_)\ argument
301 _Type_, _val_, _len_)
303 #define PROPERTY_ENTRY_U8_ARRAY_LEN(_name_, _val_, _len_) \ argument
304 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u8_data, U8, _val_, _len_)
305 #define PROPERTY_ENTRY_U16_ARRAY_LEN(_name_, _val_, _len_) \ argument
306 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u16_data, U16, _val_, _len_)
307 #define PROPERTY_ENTRY_U32_ARRAY_LEN(_name_, _val_, _len_) \ argument
308 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u32_data, U32, _val_, _len_)
[all …]
/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_get_val.txt19 …ent_, const char pass:[*]_name_, struct tep_record pass:[*]_record_, int pass:[*]_len_, int _err_);
41 _len_. If there is an error and _err_ is not zero, then an error string is
50 places the length of this data in _len_. In case of an error NULL is returned.
Dlibtraceevent.txt72 …ent_, const char pass:[*]_name_, struct tep_record pass:[*]_record_, int pass:[*]_len_, int _err_);