/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | sysfs.c | 45 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 D | sysfs.c | 32 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 D | bridge_mdb_max.sh | 260 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 D | zdump.c | 230 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 D | zdump.c | 236 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 D | topology.c | 237 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 D | cbe_thermal.c | 53 .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 D | sq.c | 261 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 D | opal-dump.c | 32 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 D | opal-elog.c | 32 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 D | topology.c | 226 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 D | opal-dump.c | 32 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 D | opal-elog.c | 32 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 D | cbe_thermal.c | 52 .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 D | devlink_trap.sh | 275 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 D | sq.c | 261 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 D | display-sysfs.c | 234 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 D | proc.c | 126 .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 D | cpupower-monitor.c | 37 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 D | proc_net.c | 142 * 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 D | net-procfs.c | 186 .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 D | nv31.c | 193 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 D | proc_net.c | 152 * 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 D | mdev_sysfs.c | 19 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 D | display-sysfs.c | 235 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,
|