Home
last modified time | relevance | path

Searched refs:show (Results 76 - 100 of 1430) sorted by relevance

12345678910>>...58

/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dbridge_igmp.sh100 tc -j -s filter show dev $host2_if ingress \
120 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
129 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
136 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-sysfs.c14 ssize_t (*show)(struct mapped_device *, char *); member
30 if (!dm_attr->show) in dm_attr_show()
37 ret = dm_attr->show(md, page); in dm_attr_show()
117 .show = dm_attr_show,
/kernel/linux/linux-6.6/fs/zonefs/
H A Dsysfs.c15 ssize_t (*show)(struct zonefs_sb_info *sbi, char *buf); member
31 if (!zonefs_attr->show) in zonefs_sysfs_attr_show()
34 return zonefs_attr->show(sbi, buf); in zonefs_sysfs_attr_show()
79 .show = zonefs_sysfs_attr_show,
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c55 ssize_t (*show)(struct dma_buf *dmabuf, member
72 if (!dmabuf || !attribute->show) in dma_buf_stats_attribute_show()
75 return attribute->show(dmabuf, attribute, buf); in dma_buf_stats_attribute_show()
79 .show = dma_buf_stats_attribute_show,
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-sysfs.c20 ssize_t (*show)(struct blk_crypto_profile *profile, member
107 return a->show(profile, a, page); in blk_crypto_attr_show()
111 .show = blk_crypto_attr_show,
168 attr->show = blk_crypto_mode_show; in blk_crypto_sysfs_init()
H A Dblk-ia-ranges.c30 ssize_t (*show)(struct blk_independent_access_range *iar, char *buf); member
35 .show = blk_ia_range_sector_show,
40 .show = blk_ia_range_nr_sectors_show,
58 return entry->show(iar, buf); in blk_ia_range_sysfs_show()
62 .show = blk_ia_range_sysfs_show,
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-sysfs.c15 ssize_t (*show)(struct mapped_device *md, char *p); member
31 if (!dm_attr->show) in dm_attr_show()
38 ret = dm_attr->show(md, page); in dm_attr_show()
119 .show = dm_attr_show,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnetns-name.sh32 ip link show dev $DEV >> /dev/null || fail "Device not found after move"
42 ip link show dev $DEV >> /dev/null || fail "Device not found after move"
76 ip link show dev $ALT_NAME >> /dev/null || fail "Can't find alt-name after move"
77 ip -netns $NS link show dev $ALT_NAME 2> /dev/null &&
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-addlarge.sh63 ip addr show $iface | grep -q $new_ip
65 ip addr show $iface
88 ip addr show $iface | grep -q $new_ip
90 ip addr show $iface
/kernel/linux/linux-5.10/block/
H A Dblk-integrity.c217 ssize_t (*show)(struct blk_integrity *, char *); member
229 return entry->show(bi, page); in integrity_attr_show()
313 .show = integrity_format_show,
318 .show = integrity_tag_size_show,
323 .show = integrity_interval_show,
328 .show = integrity_verify_show,
334 .show = integrity_generate_show,
340 .show = integrity_device_show,
355 .show = &integrity_attr_show,
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh24 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10"
39 ip -n ${s_ns} -d link show bond1 | grep -q "ns_ip6_target ${g_ip6}"
51 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
72 cmd_jq "ip -n ${s_ns} -d -j link show eth0" \
75 cmd_jq "ip -n ${s_ns} -d -j link show eth1" \
78 cmd_jq "ip -n ${s_ns} -d -j link show eth2" \
136 ip -n ${s_ns} -d link show eth0 | grep -q 'prio 1000000'
138 ip -n ${s_ns} -d link show eth1 | grep -q 'prio 0'
140 ip -n ${s_ns} -d link show eth2 | grep -q 'prio -50'
218 mii_status=$(cmd_jq "ip -n ${s_ns} -j -d link show et
[all...]
H A Ddev_addr_lists.sh69 grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
74 not grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
79 grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java170 boolean show = verbose; in _test()
194 show = true; in _test()
201 show = true; in _test()
209 show = true; in _test()
218 if (show) in _test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java167 boolean show = verbose; in _test()
191 show = true; in _test()
198 show = true; in _test()
206 show = true; in _test()
215 if (show) in _test()
/kernel/linux/linux-5.10/crypto/
H A Dproc.c58 if (alg->cra_type && alg->cra_type->show) { in c_show()
59 alg->cra_type->show(m, alg); in c_show()
89 .show = c_show
/third_party/ltp/testcases/commands/keyctl/
H A Dkeyctl01.sh53 check_keyctl negate request2 show unlink
90 local key=`keyctl show | awk '/debug:fred/ {print $1}'`
92 key=`keyctl show | \
/third_party/python/Tools/scripts/
H A Ddutree.py35 show(total, d, '')
37 def show(total, d, prefix): function
57 show(tsub, d[key][1], psub)
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c95 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_location; in ixgbe_add_hwmon_attr()
100 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_temp; in ixgbe_add_hwmon_attr()
105 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_cautionthresh; in ixgbe_add_hwmon_attr()
110 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_maxopthresh; in ixgbe_add_hwmon_attr()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-lp55xx-common.h31 #define LP55XX_DEV_ATTR_RW(name, show, store) \
32 DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store)
33 #define LP55XX_DEV_ATTR_RO(name, show) \
34 DEVICE_ATTR(name, S_IRUGO, show, NULL)
/kernel/linux/linux-5.10/drivers/isdn/capi/
H A Dkcapi_proc.c101 .show = controller_show,
108 .show = contrstats_show,
183 .show = applications_show,
190 .show = applstats_show,
/kernel/linux/linux-5.10/samples/kobject/
H A Dkset-example.c40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member
46 * The default show function that must be passed to sysfs. This will be
47 * called by sysfs for whenever a show function is called by the user on a
50 * then call the show function for that specific object.
62 if (!attribute->show) in foo_attr_show()
65 return attribute->show(foo, attribute, buf); in foo_attr_show()
69 * Just like the default show function above, but this one is for when the
90 .show = foo_attr_show,
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c95 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_location; in ixgbe_add_hwmon_attr()
100 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_temp; in ixgbe_add_hwmon_attr()
105 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_cautionthresh; in ixgbe_add_hwmon_attr()
110 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_maxopthresh; in ixgbe_add_hwmon_attr()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-lp55xx-common.h31 #define LP55XX_DEV_ATTR_RW(name, show, store) \
32 DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store)
33 #define LP55XX_DEV_ATTR_RO(name, show) \
34 DEVICE_ATTR(name, S_IRUGO, show, NULL)
/kernel/linux/linux-6.6/drivers/isdn/capi/
H A Dkcapi_proc.c101 .show = controller_show,
108 .show = contrstats_show,
183 .show = applications_show,
190 .show = applstats_show,
/kernel/linux/linux-6.6/samples/kobject/
H A Dkset-example.c40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member
46 * The default show function that must be passed to sysfs. This will be
47 * called by sysfs for whenever a show function is called by the user on a
50 * then call the show function for that specific object.
62 if (!attribute->show) in foo_attr_show()
65 return attribute->show(foo, attribute, buf); in foo_attr_show()
69 * Just like the default show function above, but this one is for when the
90 .show = foo_attr_show,

Completed in 14 milliseconds

12345678910>>...58