Home
last modified time | relevance | path

Searched refs:seq_buf (Results 1 – 25 of 207) sorted by relevance

123456789

/linux/include/linux/
A Dseq_buf.h19 struct seq_buf { struct
26 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() argument
33 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init()
45 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()
51 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()
60 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()
69 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()
88 static inline void seq_buf_terminate(struct seq_buf *s) in seq_buf_terminate()
141 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...);
147 extern int seq_buf_puts(struct seq_buf *s, const char *str);
[all …]
A Dtrace_seq.h16 struct seq_buf seq;
A Dtrace_events.h490 struct seq_buf seq;
/linux/lib/
A Dseq_buf.c28 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit()
40 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
57 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf()
83 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf()
114 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf()
142 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts()
170 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
194 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem()
222 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem,
270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
[all …]
A D.seq_buf.o.cmd1seq_buf.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_lib/seq_buf.o := lib/seq_buf.c
5 deps_lib/seq_buf.o := \
826 include/linux/seq_buf.h \
828 lib/seq_buf.o: $(deps_lib/seq_buf.o)
830 $(deps_lib/seq_buf.o):
A D.lib.a.cmd1 …nodemask.o lib/plist.o lib/radix-tree.o lib/ratelimit.o lib/rbtree.o lib/seq_buf.o lib/sha1.o lib/…
A Dlib.a46 seq_buf.o/
A DMakefile35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
/linux/arch/powerpc/kernel/
A Dsecurity.c152 struct seq_buf s; in cpu_show_meltdown()
182 struct seq_buf s; in cpu_show_spectre_v1()
204 struct seq_buf s; in cpu_show_spectre_v2()
A Dprocess.c1366 struct seq_buf s; in show_user_instructions()
/linux/drivers/pci/
A Dp2pdma.c284 static void seq_buf_print_bus_devfn(struct seq_buf *buf, struct pci_dev *pdev) in seq_buf_print_bus_devfn()
457 struct seq_buf acs_list; in calc_map_type_and_dist()
/linux/arch/powerpc/platforms/pseries/
A Dpapr_scm.c846 struct seq_buf s; in perf_stats_show()
889 struct seq_buf s; in flags_show()
/linux/drivers/clk/tegra/
A Dclk-bpmp.c363 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
A D.clk-bpmp.o.cmd930 include/linux/seq_buf.h \
/linux/drivers/input/joystick/
A Danalog.c342 struct seq_buf s; in analog_name()
/linux/tools/testing/nvdimm/test/
A Dndtest.c800 struct seq_buf s; in flags_show()
/linux/kernel/trace/
A Dtrace_events_synth.c606 struct seq_buf s; in parse_synth_field()
/linux/drivers/ras/
A D.debugfs.o.cmd833 include/linux/seq_buf.h \
A D.ras.o.cmd85 include/linux/seq_buf.h \
/linux/arch/x86/kernel/cpu/resctrl/
A Drdtgroup.c54 static struct seq_buf last_cmd_status;
/linux/drivers/acpi/apei/
A D.apei-base.o.cmd1185 include/linux/seq_buf.h \
A D.bert.o.cmd1180 include/linux/seq_buf.h \
A D.einj.o.cmd997 include/linux/seq_buf.h \
A D.erst.o.cmd1182 include/linux/seq_buf.h \
/linux/drivers/scsi/
A D.scsi_trace.o.cmd214 include/linux/seq_buf.h \

Completed in 71 milliseconds

123456789