Searched defs:seq_operations (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 1931 struct seq_operations { struct 1932 void * (*start)(struct seq_file *, loff_t *); 1933 void (*stop)(struct seq_file *, void *); 1934 void * (*next)(struct seq_file *, void *, loff_t *); 1935 int (*show)(struct seq_file *, void *);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 3732 struct seq_operations { struct 3733 void * (*start)(struct seq_file *, loff_t *); 3734 void (*stop)(struct seq_file *, void *); 3735 void * (*next)(struct seq_file *, void *, loff_t *); 3736 int (*show)(struct seq_file *, void *);
|
| D | vmlinux.h | 3732 struct seq_operations { struct 3733 void * (*start)(struct seq_file *, loff_t *); 3734 void (*stop)(struct seq_file *, void *); 3735 void * (*next)(struct seq_file *, void *, loff_t *); 3736 int (*show)(struct seq_file *, void *);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 6300 struct seq_operations { struct 6301 void * (*start)(struct seq_file *, loff_t *); 6302 void (*stop)(struct seq_file *, void *); 6303 void * (*next)(struct seq_file *, void *, loff_t *); 6304 int (*show)(struct seq_file *, void *);
|
| D | vmlinux_510.h | 6300 struct seq_operations { struct 6301 void * (*start)(struct seq_file *, loff_t *); 6302 void (*stop)(struct seq_file *, void *); 6303 void * (*next)(struct seq_file *, void *, loff_t *); 6304 int (*show)(struct seq_file *, void *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 1595 struct seq_operations { struct 1596 void * (*start)(struct seq_file___2 *, loff_t *); 1597 void (*stop)(struct seq_file___2 *, void *); 1598 void * (*next)(struct seq_file___2 *, void *, loff_t *); 1599 int (*show)(struct seq_file___2 *, void *);
|
| D | vmlinux.h | 1595 struct seq_operations { struct 1596 void * (*start)(struct seq_file___2 *, loff_t *); 1597 void (*stop)(struct seq_file___2 *, void *); 1598 void * (*next)(struct seq_file___2 *, void *, loff_t *); 1599 int (*show)(struct seq_file___2 *, void *);
|