Home
last modified time | relevance | path

Searched refs:show (Results 151 - 175 of 1258) sorted by relevance

12345678910>>...51

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh64 BPF_PROG_ID=$(ns1_exec tc filter show dev "${TEST_IF}" ingress | \
72 BPF_PROG_ID=$(ns1_exec ip link show "${TEST_IF}" | get_prog_id)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dbond-lladdr-target.sh39 sw_lladdr=$(ip -n $sw addr show br0 | awk '/fe80/{print $2}' | cut -d'/' -f1)
59 if ip -n $host link show bond0 | grep -q LOWER_UP; then
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_sysfs_if.c22 ssize_t (*show)(struct net_bridge_port *, char *); member
31 .show = _show, \
39 .show = _show, \
300 if (!brport_attr->show) in brport_show()
303 return brport_attr->show(p, buf); in brport_show()
354 .show = brport_show,
/kernel/linux/linux-6.6/drivers/xen/
H A Dsys-hypervisor.c32 ssize_t (*show)(struct hyp_sysfs_attr *, char *); member
424 .show = flag_show, \
451 flag_attrs[fnum].show = flag_show; in xen_sysfs_flags_init()
636 if (hyp_attr->show) in hyp_sysfs_show()
637 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show()
654 .show = hyp_sysfs_show,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_debugfs.c155 return single_open(file, node->info_ent->show, node); in drm_debugfs_open()
163 return single_open(file, node->show, entry); in drm_debugfs_entry_open()
190 * &drm_info_list's show callback.
367 * @show: show callback
374 int (*show)(struct seq_file*, void*), void *data) in drm_debugfs_add_file()
382 entry->file.show = show; in drm_debugfs_add_file()
406 drm_debugfs_add_file(dev, files[i].name, files[i].show, files[i].data); in drm_debugfs_add_files()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_sysfs_if.c26 ssize_t (*show)(struct net_bridge_port *, char *); member
35 .show = _show, \
43 .show = _show, \
307 if (!brport_attr->show) in brport_show()
310 return brport_attr->show(p, buf); in brport_show()
361 .show = brport_show,
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dsysfs.c70 ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf); member
90 ssize_t (*show)(struct kobject *kobj, member
107 if (!port_attr->show) in port_attr_show()
110 return port_attr->show(p, port_attr, buf); in port_attr_show()
127 .show = port_attr_show,
139 if (!port_attr->show) in gid_attr_show()
142 return port_attr->show(p, port_attr, buf); in gid_attr_show()
146 .show = gid_attr_show
736 alloc_group_attrs(ssize_t (*show)(struct ib_port *, in alloc_group_attrs()
762 element->attr.show in alloc_group_attrs()
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtopology.c237 ssize_t (*show)(struct cache_info *, char *); member
278 ret = fattr->show ? fattr->show(this_leaf, buf) : 0; in ia64_cache_show()
283 .show = ia64_cache_show
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c53 .show = _prefix ## _show_ ## _name, \
242 .show = spu_show_temp,
265 .show = ppe_show_temp0,
270 .show = ppe_show_temp1,
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsq.c261 ssize_t (*show)(char *buf); member
272 if (likely(sattr->show)) in sq_sysfs_show()
273 return sattr->show(buf); in sq_sysfs_show()
329 .show = sq_sysfs_show,
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-dump.c32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member
169 if (!attribute->show) in dump_attr_show()
172 return attribute->show(dump, attribute, buf); in dump_attr_show()
192 .show = dump_attr_show,
H A Dopal-elog.c32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member
105 if (!attribute->show) in elog_attr_show()
108 return attribute->show(elog, attribute, buf); in elog_attr_show()
128 .show = elog_attr_show,
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtopology.c226 ssize_t (*show)(struct cache_info *, char *); member
268 ret = fattr->show ? fattr->show(this_leaf, buf) : 0; in ia64_cache_show()
273 .show = ia64_cache_show
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-dump.c32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member
169 if (!attribute->show) in dump_attr_show()
172 return attribute->show(dump, attribute, buf); in dump_attr_show()
192 .show = dump_attr_show,
H A Dopal-elog.c32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member
105 if (!attribute->show) in elog_attr_show()
108 return attribute->show(elog, attribute, buf); in elog_attr_show()
128 .show = elog_attr_show,
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c52 .show = _prefix ## _show_ ## _name, \
241 .show = spu_show_temp,
264 .show = ppe_show_temp0,
269 .show = ppe_show_temp1,
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh275 devlink trap policer show $DEVLINK_DEV policer 1337 &> /dev/null
314 devlink -s trap policer show $DEVLINK_DEV policer 1 &> /dev/null
317 devlink -s trap policer show $DEVLINK_DEV policer 1 &> /dev/null
327 devlink -j -p trap group show $DEVLINK_DEV group $group_name \
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c261 ssize_t (*show)(char *buf); member
272 if (likely(sattr->show)) in sq_sysfs_show()
273 return sattr->show(buf); in sq_sysfs_show()
330 .show = sq_sysfs_show,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c234 ssize_t (*show)(struct omap_dss_device *, char *); member
278 if (!display_attr->show) in display_attr_show()
281 return display_attr->show(dssdev, buf); in display_attr_show()
300 .show = display_attr_show,
/kernel/linux/linux-5.10/net/rxrpc/
H A Dproc.c126 .show = rxrpc_call_seq_show,
209 .show = rxrpc_connection_seq_show,
335 .show = rxrpc_peer_seq_show,
404 .show = rxrpc_local_seq_show,
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator
211 /* param: string passed by -m param (The list of monitors to show)
272 * ToDo show more state capabilities: in list_monitors()
366 if (mode && mode != show) in cmdline()
373 mode = show; in cmdline()
434 if (mode == show) in cmd_monitor()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_net.c142 * The @data value is accessible from the @show and @write functions by calling
199 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
208 p->single_show = show; in proc_create_net_single()
218 * @show: The seqfile show method with which to read the file.
227 * The @show function is called to extract the readable content via the
234 * The @data value is accessible from the @show and @write functions by calling
240 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
251 p->single_show = show; in proc_create_net_single_write()
/kernel/linux/linux-5.10/net/core/
H A Dnet-procfs.c186 .show = dev_seq_show,
193 .show = softnet_seq_show,
313 .show = ptype_seq_show,
381 .show = dev_mc_seq_show,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.c193 u32 show = stat; in nv31_mpeg_intr() local
202 show &= ~0x01000000; in nv31_mpeg_intr()
207 show &= ~0x01000000; in nv31_mpeg_intr()
214 if (show) { in nv31_mpeg_intr()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_net.c152 * The @data value is accessible from the @show and @write functions by calling
209 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
218 p->single_show = show; in proc_create_net_single()
228 * @show: The seqfile show method with which to read the file.
237 * The @show function is called to extract the readable content via the
244 * The @data value is accessible from the @show and @write functions by calling
250 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
261 p->single_show = show; in proc_create_net_single_write()

Completed in 16 milliseconds

12345678910>>...51