Home
last modified time | relevance | path

Searched refs:show (Results 251 - 275 of 1552) sorted by relevance

1...<<11121314151617181920>>...63

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsysfs.c45 return a->show ? a->show(a, nilfs, buf) : 0; \
60 .show = nilfs_##name##_attr_show, \
154 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show()
177 .show = nilfs_snapshot_attr_show,
949 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show()
972 .show = nilfs_dev_attr_show,
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsysfs.c32 return a->show ? a->show(a, nilfs, buf) : 0; \
47 .show = nilfs_##name##_attr_show, \
142 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show()
165 .show = nilfs_snapshot_attr_show,
943 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show()
966 .show = nilfs_dev_attr_show,
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh260 local nn=$(bridge mdb show dev br0 | grep $GRP | wc -l)
280 ! bridge mdb show dev br0 | grep -q $GRP
300 local nn=$(bridge mdb show dev br0 | grep $GRP | wc -l)
322 ! bridge mdb show dev br0 | grep -q $GRP
358 bridge -j -d link show $locus |
366 bridge -j -d link show $locus |
382 bridge -j -d vlan show $locus |
390 bridge -j -d vlan show $locus |
1083 local nn=$(bridge mdb show dev br0 | grep $swp1 | wc -l)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c230 static void show(char * zone, time_t t, int v);
540 show(argv[i], now, false); in main()
580 show(argv[i], t, true); in main()
582 show(argv[i], t, true); in main()
649 show(argv[i], t, true); in main()
651 show(argv[i], t, true); in main()
763 show(name, lot, true); in hunt()
764 show(name, hit, true); in hunt()
794 show(char *zone, time_t t, int v) in show() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c236 static void show(char * zone, time_t t, int v);
546 show(argv[i], now, FALSE); in main()
586 show(argv[i], t, TRUE); in main()
588 show(argv[i], t, TRUE); in main()
655 show(argv[i], t, TRUE); in main()
657 show(argv[i], t, TRUE); in main()
769 show(name, lot, TRUE); in hunt()
770 show(name, hit, TRUE); in hunt()
800 show(char *zone, time_t t, int v) in show() function
/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()
/kernel/linux/linux-6.6/drivers/vfio/mdev/
H A Dmdev_sysfs.c19 ssize_t (*show)(struct mdev_type *mtype, member
38 if (attr->show) in mdev_type_attr_show()
39 ret = attr->show(type, attr, buf); in mdev_type_attr_show()
57 .show = mdev_type_attr_show,
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c235 ssize_t (*show)(struct omap_dss_device *, char *); member
280 if (!display_attr->show) in display_attr_show()
283 return display_attr->show(dssdev, buf); in display_attr_show()
302 .show = display_attr_show,

Completed in 19 milliseconds

1...<<11121314151617181920>>...63