Searched refs:_len_ (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | property.h | 301 _val_, _len_) \ argument 304 .length = (_len_) * (_elsize_), \ 312 _Type_, _val_, _len_) 314 #define PROPERTY_ENTRY_U8_ARRAY_LEN(_name_, _val_, _len_) \ argument 315 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u8_data, U8, _val_, _len_) 316 #define PROPERTY_ENTRY_U16_ARRAY_LEN(_name_, _val_, _len_) \ argument 318 #define PROPERTY_ENTRY_U32_ARRAY_LEN(_name_, _val_, _len_) \ argument 320 #define PROPERTY_ENTRY_U64_ARRAY_LEN(_name_, _val_, _len_) \ argument 323 __PROPERTY_ENTRY_ARRAY_LEN(_name_, str, STRING, _val_, _len_) 324 #define PROPERTY_ENTRY_REF_ARRAY_LEN(_name_, _val_, _len_) \ argument [all …]
|
| /linux/tools/lib/traceevent/Documentation/ |
| A D | libtraceevent-field_get_val.txt | 19 …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.
|
| A D | libtraceevent.txt | 72 …ent_, const char pass:[*]_name_, struct tep_record pass:[*]_record_, int pass:[*]_len_, int _err_);
|
Completed in 5 milliseconds