Searched refs:seq_buf (Results 1 – 25 of 207) sorted by relevance
123456789
| /linux/include/linux/ |
| A D | seq_buf.h | 19 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 D | trace_seq.h | 16 struct seq_buf seq;
|
| A D | trace_events.h | 490 struct seq_buf seq;
|
| /linux/lib/ |
| A D | seq_buf.c | 28 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.cmd | 1 …seq_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.cmd | 1 …nodemask.o lib/plist.o lib/radix-tree.o lib/ratelimit.o lib/rbtree.o lib/seq_buf.o lib/sha1.o lib/…
|
| A D | lib.a | 46 seq_buf.o/
|
| A D | Makefile | 35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
| /linux/arch/powerpc/kernel/ |
| A D | security.c | 152 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 D | process.c | 1366 struct seq_buf s; in show_user_instructions()
|
| /linux/drivers/pci/ |
| A D | p2pdma.c | 284 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 D | papr_scm.c | 846 struct seq_buf s; in perf_stats_show() 889 struct seq_buf s; in flags_show()
|
| /linux/drivers/clk/tegra/ |
| A D | clk-bpmp.c | 363 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
| A D | .clk-bpmp.o.cmd | 930 include/linux/seq_buf.h \
|
| /linux/drivers/input/joystick/ |
| A D | analog.c | 342 struct seq_buf s; in analog_name()
|
| /linux/tools/testing/nvdimm/test/ |
| A D | ndtest.c | 800 struct seq_buf s; in flags_show()
|
| /linux/kernel/trace/ |
| A D | trace_events_synth.c | 606 struct seq_buf s; in parse_synth_field()
|
| /linux/drivers/ras/ |
| A D | .debugfs.o.cmd | 833 include/linux/seq_buf.h \
|
| A D | .ras.o.cmd | 85 include/linux/seq_buf.h \
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | rdtgroup.c | 54 static struct seq_buf last_cmd_status;
|
| /linux/drivers/acpi/apei/ |
| A D | .apei-base.o.cmd | 1185 include/linux/seq_buf.h \
|
| A D | .bert.o.cmd | 1180 include/linux/seq_buf.h \
|
| A D | .einj.o.cmd | 997 include/linux/seq_buf.h \
|
| A D | .erst.o.cmd | 1182 include/linux/seq_buf.h \
|
| /linux/drivers/scsi/ |
| A D | .scsi_trace.o.cmd | 214 include/linux/seq_buf.h \
|
Completed in 65 milliseconds
123456789