Searched refs:_s_ (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-tseq.txt | 18 void *trace_seq_init*(struct trace_seq pass:[*]_s_); 19 void *trace_seq_destroy*(struct trace_seq pass:[*]_s_); 20 void *trace_seq_reset*(struct trace_seq pass:[*]_s_); 21 void *trace_seq_terminate*(struct trace_seq pass:[*]_s_); 22 int *trace_seq_putc*(struct trace_seq pass:[*]_s_, unsigned char _c_); 23 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_); 24 int *trace_seq_printf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, _..._); 25 int *trace_seq_vprintf*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, va_list _args_); 26 int *trace_seq_do_printf*(struct trace_seq pass:[*]_s_); 27 int *trace_seq_do_fprintf*(struct trace_seq pass:[*]_s_, FILE pass:[*]_fp_); [all …]
|
| D | libtraceevent-field_print.txt | 16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p… 17 void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_e… 18 int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event … 19 int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event… 27 the _field_ and prints it into _s_, according to the field type. 41 _s_, according to the given format string _fmt_. If the argument _err_ is 42 non-zero, and an error occures - it is printed in the _s_. 48 function. The function name (if found) and its address are printed in the _s_, 50 and an error occures - it is printed in _s_. 55 on success, -1 in case of an error or 0 if the print buffer _s_ is full.
|
| D | libtraceevent.txt | 49 …void *tep_print_plugins*(struct trace_seq pass:[*]_s_, const char pass:[*]_prefix_, const char pas… 57 …void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seq pass:[*]_s_, struct tep_r… 72 …void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, c… 73 …int *tep_get_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char… 74 …int *tep_get_common_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, con… 75 …int *tep_get_any_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const … 79 …void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field … 80 …void *tep_print_fields*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, int _size_, struct tep_… 81 …int *tep_print_num_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_event… 82 …int *tep_print_func_field*(struct trace_seq pass:[*]_s_, const char pass:[*]_fmt_, struct tep_even… [all …]
|
| D | libtraceevent-field_get_val.txt | 16 int *tep_get_any_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const c… 17 int *tep_get_common_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, cons… 18 int *tep_get_field_val*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char … 19 void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, co… 29 written into _s_. 42 written into _s_.
|
| D | libtraceevent-event_print.txt | 15 void *tep_print_event*(struct tep_handle pass:[*]_tep_, struct trace_seqpass:[*]_s_, struct tep_rec… 22 _record_ and writes it into the trace sequence _s_, according to the format
|
| D | libtraceevent-reg_print_func.txt | 49 The _tep_func_handler_ is the type of the helper function. The _s_ argument is
|
| D | libtraceevent-reg_event_handler.txt | 49 function. The _s_ argument is the trace sequence, it can be used to create a
|
| /Linux-v6.1/include/linux/usb/ |
| D | typec_tbt.h | 50 #define TBT_SET_CABLE_SPEED(_s_) (((_s_) & GENMASK(2, 0)) << 16) argument
|
| /Linux-v6.1/drivers/usb/typec/mux/ |
| D | intel_pmc_mux.c | 73 #define PMC_USB_ALTMODE_CABLE_SPD(_s_) (((_s_) & GENMASK(2, 0)) << 25) argument
|