Searched refs:_field_ (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 14 int *tep_read_number_field*(struct tep_format_field pass:[*]_field_, const void pass:[*]_data_, uns… 19 The _tep_read_number_field()_ function reads the value of the _field_ from the
|
D | libtraceevent-field_print.txt | 16 …field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field pass:[*]_field_); 27 the _field_ and prints it into _s_, according to the field type.
|
D | libtraceevent.txt | 76 …int *tep_read_number_field*(struct tep_format_field pass:[*]_field_, const void pass:[*]_data_, un… 79 …field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field pass:[*]_field_);
|
/Linux-v6.1/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 1302 #define BE_NUMBER_OF_FIELD(_type_, _field_) \ argument 1303 (sizeof_field(_type_, _field_)/sizeof((((_type_ *)0)->_field_[0])))\
|