Home
last modified time | relevance | path

Searched refs:show (Results 201 - 225 of 1553) sorted by relevance

12345678910>>...63

/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.cpp248 UBool show = verbose; in test() local
273 show = true; in test()
280 show = true; in test()
289 show = true; in test()
298 if (show) { in test()
/kernel/linux/linux-5.10/drivers/counter/
H A Dcounter.c227 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member
262 if (parm->show) { in counter_attribute_create()
264 dev_attr->show = parm->show; in counter_attribute_create()
349 parm.show = counter_device_attr_name_show; in counter_name_attribute_create()
431 parm.show = (ext->read) ? counter_signal_ext_show : NULL; in counter_signal_ext_register()
467 parm.show = (counter->ops->signal_read) ? counter_signal_show : NULL; in counter_signal_attributes_create()
660 parm.show = (counter->ops->action_get) ? counter_action_show : NULL; in counter_synapses_register()
682 parm.show = counter_synapse_action_available_show; in counter_synapses_register()
865 parm.show in counter_count_ext_register()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_in_netns.sh21 cmd_jq "devlink -N $NETNS_NAME port show -j" \
32 ip -n $NETNS_NAME link show $netdev_name &> /dev/null
43 devlink -N $NETNS_NAME dev show $DL_HANDLE &> /dev/null
44 check_err $? "Failed to show devlink instance"
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhelpline.c28 .show = nop_helpline__show,
72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhelpline.c28 .show = nop_helpline__show,
72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_in_netns.sh21 cmd_jq "devlink -N $NETNS_NAME port show -j" \
32 ip -n $NETNS_NAME link show $netdev_name &> /dev/null
43 devlink -N $NETNS_NAME dev show $DL_HANDLE &> /dev/null
44 check_err $? "Failed to show devlink instance"
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customdialog/
H A Dcustomdialog_maskcolor_test.cpp29 dialogAPI->show(customDialog, true); in TestCustomDialogMaskColor001()
43 dialogAPI->show(customDialog, true); in TestCustomDialogMaskColor002()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dsys.c32 ssize_t (*show)(struct gfs2_sbd *, char *); member
41 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show()
53 .show = gfs2_attr_show,
273 #define GFS2_ATTR(name, mode, show, store) \
274 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
599 #define TUNE_ATTR_3(name, show, store) \
600 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
/kernel/linux/linux-6.6/fs/sysfs/
H A Dfile.c38 * sysfs_ops->show() result through seq_file.
48 if (WARN_ON_ONCE(!ops->show)) in sysfs_kf_seq_show()
59 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show()
69 ops->show); in sysfs_kf_seq_show()
110 * large it is, so cannot safely pass it to ->show in sysfs_kf_read()
114 len = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read()
271 if (sysfs_ops->show && sysfs_ops->store) in sysfs_add_file_mode_ns()
273 else if (sysfs_ops->show) in sysfs_add_file_mode_ns()
278 if (sysfs_ops->show && sysfs_ops->store) in sysfs_add_file_mode_ns()
280 else if (sysfs_ops->show) in sysfs_add_file_mode_ns()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh130 pkts=$(tc -n $ns -j -s filter show $id \
328 run_cmd "bridge -n sw1 -d link show dev vx0 | grep \"neigh_suppress on\""
338 h2_mac=$(ip -n h2 -j -p link show eth0.$vid | jq -r '.[]["address"]')
373 run_cmd "bridge -n sw1 -d link show dev vx0 | grep \"neigh_suppress off\""
431 run_cmd "bridge -n sw1 -d link show dev vx0 | grep \"neigh_suppress on\""
441 h2_mac=$(ip -n h2 -j -p link show eth0.$vid | jq -r '.[]["address"]')
476 run_cmd "bridge -n sw1 -d link show dev vx0 | grep \"neigh_suppress off\""
531 h2_mac1=$(ip -n h2 -j -p link show eth0.$vid1 | jq -r '.[]["address"]')
532 h2_mac2=$(ip -n h2 -j -p link show eth0.$vid2 | jq -r '.[]["address"]')
541 run_cmd "bridge -n sw1 -d link show de
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Dsync_debug.c68 static void sync_print_fence(struct seq_file *s, struct dma_fence *fence, bool show) in sync_print_fence() argument
75 seq_printf(s, " %s%sfence %s", show ? parent->name : "", show ? "_" : "", sync_status_str(status)); in sync_print_fence()
/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Dsysfs.c50 if (!entry->show) in ioat_attr_show()
52 return entry->show(&ioat_chan->dma_chan, page); in ioat_attr_show()
71 .show = ioat_attr_show,
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Druntime-map.c25 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member
62 return map_attr->show(entry, buf); in map_attr_show()
84 .show = map_attr_show,
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dsync_debug.c66 struct dma_fence *fence, bool show) in sync_print_fence()
74 show ? parent->name : "", in sync_print_fence()
75 show ? "_" : "", in sync_print_fence()
65 sync_print_fence(struct seq_file *s, struct dma_fence *fence, bool show) sync_print_fence() argument
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh50 max_occ=$(devlink sb -j occupancy show $dl_port \
69 max_occ=$(devlink sb -j occupancy show $dl_port \
88 max_occ=$(devlink sb -j occupancy show $dl_port \
/kernel/linux/linux-5.10/net/x25/
H A Dx25_proc.c152 .show = x25_seq_route_show,
159 .show = x25_seq_socket_show,
166 .show = x25_seq_forward_show,
/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck43 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
45 # "--show-trying" should show you what rule is being processed as it goes to
51 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
120 FLAGS="--no-show-diff $FLAGS"
242 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
246 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
249 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
/kernel/linux/linux-6.6/drivers/acpi/
H A Dfan_attr.c79 fan->fine_grain_control.show = show_fine_grain_control; in acpi_fan_create_attributes()
89 fan->fst_speed.show = show_fan_speed; in acpi_fan_create_attributes()
102 fps->dev_attr.show = show_state; in acpi_fan_create_attributes()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Dsysfs.c50 if (!entry->show) in ioat_attr_show()
52 return entry->show(&ioat_chan->dma_chan, page); in ioat_attr_show()
71 .show = ioat_attr_show,
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dsync_debug.c66 struct dma_fence *fence, bool show) in sync_print_fence()
74 show ? parent->name : "", in sync_print_fence()
75 show ? "_" : "", in sync_print_fence()
65 sync_print_fence(struct seq_file *s, struct dma_fence *fence, bool show) sync_print_fence() argument
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Druntime-map.c25 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member
62 return map_attr->show(entry, buf); in map_attr_show()
85 .show = map_attr_show,
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh50 max_occ=$(devlink sb -j occupancy show $dl_port \
69 max_occ=$(devlink sb -j occupancy show $dl_port \
88 max_occ=$(devlink sb -j occupancy show $dl_port \
/kernel/linux/linux-6.6/net/x25/
H A Dx25_proc.c151 .show = x25_seq_route_show,
158 .show = x25_seq_socket_show,
165 .show = x25_seq_forward_show,
/kernel/linux/linux-6.6/scripts/
H A Dcoccicheck42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
44 # "--show-trying" should show you what rule is being processed as it goes to
50 echo $SPFLAGS | grep -E -e "--profile|--show-trying" 2>&1 > /dev/null
131 FLAGS="--no-show-diff $FLAGS"
250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
254 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
257 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dsysfs.c78 ssize_t (*show)(struct ib_device *ibdev, struct rdma_hw_stats *stats, member
87 ssize_t (*show)(struct ib_device *ibdev, struct rdma_hw_stats *stats, member
112 if (!port_attr->show) in port_attr_show()
115 return port_attr->show(p->ibdev, p->port_num, port_attr, buf); in port_attr_show()
142 .show = port_attr_show,
153 return stat_attr->show(ibdev, ibdev->hw_stats_data->stats, in hw_stat_device_show()
177 return stat_attr->show(ibdev, port->hw_stats_data->stats, in hw_stat_port_show()
203 if (!port_attr->show) in gid_attr_show()
206 return port_attr->show(p->ibdev, p->port_num, port_attr, buf); in gid_attr_show()
210 .show
[all...]

Completed in 14 milliseconds

12345678910>>...63