Home
last modified time | relevance | path

Searched refs:_field_ (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_read.txt14 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
Dlibtraceevent-field_print.txt16 …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.
Dlibtraceevent.txt76 …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/
Dbe_cmds.h1302 #define BE_NUMBER_OF_FIELD(_type_, _field_) \ argument
1303 (sizeof_field(_type_, _field_)/sizeof((((_type_ *)0)->_field_[0])))\