Lines Matching refs:pass
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_);
44 the null character pass:['\0'] at the end of the buffer.