| /linux/security/integrity/ima/ |
| H A D | ima_template_lib.c | 80 enum ima_show_type show, in ima_show_template_data_ascii() 143 enum ima_show_type show, in ima_show_template_data_binary() 164 enum ima_show_type show, in ima_show_template_field_data() 182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() 188 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng() 195 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ngv2() 203 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string() 209 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig() 215 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, in ima_show_template_buf() 221 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show, in ima_show_template_uint()
|
| /linux/drivers/cpuidle/ |
| H A D | sysfs.c | 147 ssize_t (*show)(struct cpuidle_device *, char *); member 217 ssize_t (*show)(struct cpuidle_state *, \ member 223 #define define_one_state_ro(_name, show) \ argument 226 #define define_one_state_rw(_name, show, store) \ argument 367 #define define_one_state_s2idle_ro(_name, show) \ argument 532 #define define_one_driver_ro(_name, show) \ argument 544 ssize_t (*show)(struct cpuidle_driver *, char *); member
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 461 void (*show)(const struct btf *btf, const struct btf_type *t, member 1076 static const char *btf_show_name(struct btf_show *show) in btf_show_name() 1235 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent() 1245 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent() 1250 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline() 1255 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim() 1267 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() 1283 #define btf_show_type_value(show, fmt, value) \ argument 1298 #define btf_show_type_values(show, fmt, ...) \ argument 1309 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left() [all …]
|
| /linux/include/linux/ |
| H A D | proc_fs.h | 107 #define proc_create_single(name, mode, parent, show) \ argument 196 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument 197 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) argument 221 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;}) argument 222 #define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;}) argument
|
| /linux/tools/perf/ui/ |
| H A D | helpline.h | 11 int (*show)(const char *fmt, va_list ap); member
|
| /linux/include/rdma/ |
| H A D | ib_sysfs.h | 14 ssize_t (*show)(struct ib_device *ibdev, u32 port_num, member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_debugfs.h | 48 int (*show)(struct seq_file *seq, void *v, int idx); member
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_debug.h | 26 int (*show)(struct seq_file *s, void *unused); member
|
| /linux/drivers/edac/ |
| H A D | edac_device.h | 89 ssize_t (*show)(struct edac_device_ctl_info *, char *); member 103 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
|
| H A D | edac_pci_sysfs.c | 92 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member 234 ssize_t(*show) (void *, char *); member
|
| /linux/drivers/leds/ |
| H A D | leds-lp55xx-common.h | 33 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument 35 #define LP55XX_DEV_ATTR_RO(name, show) \ argument
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
| H A D | nv50.c | 69 u32 show = stat; in nv50_mpeg_intr() local
|
| /linux/drivers/dma-buf/ |
| H A D | sync_debug.c | 46 struct dma_fence *fence, bool show) in sync_print_fence()
|
| /linux/include/net/ |
| H A D | netdev_rx_queue.h | 38 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); global() member
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | EventClass.py | 47 def show(self): member in PerfEvent
|
| /linux/fs/zonefs/ |
| H A D | sysfs.c | 15 ssize_t (*show)(struct zonefs_sb_info *sbi, char *buf); member
|
| /linux/kernel/trace/ |
| H A D | trace_dynevent.h | 43 int (*show)(struct seq_file *m, struct dyn_event *ev); member
|
| /linux/drivers/md/ |
| H A D | dm-sysfs.c | 15 ssize_t (*show)(struct mapped_device *md, char *p); member
|
| /linux/drivers/platform/x86/ |
| H A D | uv_sysfs.c | 153 ssize_t (*show)(struct uv_bios_hub_info *hub_info, char *buf); member 317 ssize_t (*show)(struct uv_bios_port_info *port_info, char *buf); member 488 ssize_t (*show)(struct uv_pci_top_obj *top_obj, char *buf); member
|
| /linux/drivers/net/bonding/ |
| H A D | bond_sysfs_slave.c | 15 ssize_t (*show)(struct slave *, char *); member
|
| /linux/tools/testing/selftests/mm/ |
| H A D | thuge-gen.c | 64 void show(unsigned long ps) in show() function
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_debugfs.c | 43 int (*show)(struct seq_file *, void *) = inode->i_private; in kfd_debugfs_open() local
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pci.c | 131 bool show; in t7xx_debug_ports_store() local 155 bool show; in t7xx_debug_ports_show() local
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 217 int (*show)(struct drm_device *dev, struct seq_file *m) = in show_unlocked() local 229 int (*show)(struct etnaviv_gpu *gpu, struct seq_file *m) = in show_each_gpu() local
|
| /linux/drivers/usb/core/ |
| H A D | endpoint.c | 31 ssize_t (*show)(struct usb_device *, member
|