| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-fec.sh | 13 configured=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2 | head -1 | cut -d' ' -f1) 16 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 23 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 31 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 39 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 47 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 55 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 61 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2) 73 $ETHTOOL --json --show-fec $NSIM_NETDEV | jq empty >>/dev/null 2>&1 78 s=$($ETHTOOL --json --show-fec $NSIM_NETDEV | jq '.[].config[]') [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_neigh.sh | 77 mac=$(ip -n "$ns2" -j link show dev veth1 | jq -r '.[]["address"]') 178 delay_probe=$(ip -n "$ns1" -j ntable show dev veth0 name "$tbl_name" | jq '.[]["delay_probe"]') 206 retrans_time=$(ip -n "$ns1" -j ntable show dev veth0 name "$tbl_name" | jq '.[]["retrans"]') 207 ucast_probes=$(ip -n "$ns1" -j ntable show dev veth0 name "$tbl_name" | jq '.[]["ucast_probes"]') 208 app_probes=$(ip -n "$ns1" -j ntable show dev veth0 name "$tbl_name" | jq '.[]["app_probes"]') 209 …mcast_reprobes=$(ip -n "$ns1" -j ntable show dev veth0 name "$tbl_name" | jq '.[]["mcast_reprobes"… 244 …orig_thresh1=$(ip -j ntable show name "$tbl_name" | jq '.[] | select(has("thresh1")) | .["thresh1"… 245 …orig_thresh2=$(ip -j ntable show name "$tbl_name" | jq '.[] | select(has("thresh2")) | .["thresh2"… 246 …orig_thresh3=$(ip -j ntable show name "$tbl_name" | jq '.[] | select(has("thresh3")) | .["thresh3"… 251 …forced_gc_runs_t0=$(ip -j -s ntable show name "$tbl_name" | jq '.[] | select(has("forced_gc_runs")… [all …]
|
| H A D | netdevice.sh | 21 ip link show "$netdev" |grep -q UP 55 ip link show $netdev |grep -q "$MACADDR" 64 ip address show "$netdev" |grep '^[[:space:]]*inet' 224 ip link show 2>/dev/null >/dev/null 236 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut…
|
| H A D | altnames.sh | 23 output=$(ip -j -p link show $SHORT_NAME) 32 ip -j -p link show $DUMMY_DEV &>/dev/null 38 output=$(ip -j -p link show $LONG_NAME) 50 ip -j -p link show $SHORT_NAME &>/dev/null
|
| /linux/Documentation/translations/zh_TW/filesystems/ |
| H A D | sysfs.txt | 108 ssize_t (*show)(struct device *dev, struct device_attribute *attr, 132 .show = show_foo, 145 ssize_t (*show)(struct kobject *, struct attribute *, char *); 169 if (dev_attr->show) 170 ret = dev_attr->show(dev, dev_attr, buf); 173 dev_attr->show); 183 在聲明屬性時,必須指定 show() 或 store() 方法,以實現屬性的 186 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf); 196 - 在讀方面(read(2)),show() 方法應該填充整個緩衝區。回想屬性 201 向後搜索到零或使用‘0’偏移執行一個pread(2)操作,show()方法將 [all …]
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | sysfs.txt | 105 ssize_t (*show)(struct device *dev, struct device_attribute *attr, 129 .show = show_foo, 142 ssize_t (*show)(struct kobject *, struct attribute *, char *); 166 if (dev_attr->show) 167 ret = dev_attr->show(dev, dev_attr, buf); 170 dev_attr->show); 180 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的 183 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf); 193 - 在读方面(read(2)),show() 方法应该填充整个缓冲区。回想属性 198 向后搜索到零或使用‘0’偏移执行一个pread(2)操作,show()方法将 [all …]
|
| /linux/security/integrity/ima/ |
| H A D | ima_template_lib.c | 80 enum ima_show_type show, in ima_show_template_data_ascii() argument 143 enum ima_show_type show, in ima_show_template_data_binary() argument 147 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary() 150 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary() 164 enum ima_show_type show, in ima_show_template_field_data() argument 168 switch (show) { in ima_show_template_field_data() 170 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data() 175 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data() 182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument 185 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); in ima_show_template_digest() [all …]
|
| H A D | ima_template_lib.h | 20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 24 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, 32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool.rst | 29 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** | 32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** | 35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** } 37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** } 39 *PERF-COMMANDS* := { **show** | **list** | **help** } 41 *NET-COMMANDS* := { **show** | **list** | **help** } 45 *BTF-COMMANDS* := { **show** | **list** | **dump** | **help** } 49 *STRUCT-OPS-COMMANDS* := { **show** | **list** | **dump** | **register** | **unregister** | **help*…
|
| H A D | bpftool-link.rst | 21 *COMMANDS* := { **show** | **list** | **pin** | **help** } 26 | **bpftool** **link { show | list }** [*LINK*] 36 bpftool link { show | list } [*LINK*] 37 Show information about active links. If *LINK* is specified show 68 When showing BPF links, show file names of pinned links. 76 **# bpftool link show** 84 **# bpftool --json --pretty link show**
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_options.sh | 28 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10" 43 ip -n ${s_ns} -d link show bond1 | grep -q "ns_ip6_target ${g_ip6}" 148 ip -n ${s_ns} -d link show eth0 | grep -q 'prio 1000000' 150 ip -n ${s_ns} -d link show eth1 | grep -q 'prio 0' 152 ip -n ${s_ns} -d link show eth2 | grep -q 'prio -50' 255 maddr_list=$(ip -n ${s_ns} maddr show dev eth${i}) 278 maddr_list=$(ip -n ${s_ns} maddr show dev eth${i}) 385 local bond_mac=$(ip -n "$s_ns" -j link show bond0 | jq -r '.[]["address"]') 386 local eth0_mac=$(ip -n "$s_ns" -j link show eth0 | jq -r '.[]["address"]') 387 local eth1_mac=$(ip -n "$s_ns" -j link show eth1 | jq -r '.[]["address"]') [all …]
|
| H A D | bond-lladdr-target.sh | 54 sw_lladdr=$(ip -n $sw addr show br0 | awk '/fe80/{print $2}' | cut -d'/' -f1) 56 slowwait 2 wait_lladdr_dad ip -n $sw addr show br0 71 slowwait 5 wait_bond_up ip -n $host link show bond0 74 if ip -n $host link show bond0 | grep -q LOWER_UP; then
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | vxlan.sh | 486 bridge fdb show brport vxlan0 502 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 505 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 527 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 541 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 552 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 555 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 574 ip $IP_FLAG route show table local $LOCAL_IP_1 [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_mld.sh | 163 bridge -j -d -s mdb show dev br0 \ 167 bridge -j -d -s mdb show dev br0 \ 188 bridge -j -d -s mdb show dev br0 \ 199 bridge -j -d -s mdb show dev br0 \ 301 bridge -j -d -s mdb show dev br0 \ 312 bridge -j -d -s mdb show dev br0 \ 318 bridge -j -d -s mdb show dev br0 \ 446 bridge -j -d -s mdb show dev br0 \ 506 bridge -j -d -s mdb show dev br0 \ 512 bridge -j -d -s mdb show de [all...] |
| H A D | bridge_igmp.sh | 126 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 135 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 142 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 163 bridge -j -d -s mdb show dev br0 \ 167 bridge -j -d -s mdb show dev br0 \ 188 bridge -j -d -s mdb show dev br0 \ 199 bridge -j -d -s mdb show dev br0 \ 302 bridge -j -d -s mdb show dev br0 \ 313 bridge -j -d -s mdb show dev br0 \ 319 bridge -j -d -s mdb show de [all...] |
| H A D | bridge_vlan_mcast.sh | 108 bridge -j mdb show dev br0 | 120 bridge -j mdb show dev br0 | 130 local goutput=`bridge -j vlan global show` 223 local goutput=`bridge -j vlan global show` 253 local goutput=`bridge -j vlan global show` 296 local goutput=`bridge -j vlan global show` 330 local goutput=`bridge -j vlan global show` 369 local goutput=`bridge -j vlan global show` 395 local goutput=`bridge -j vlan global show` 432 local goutput=`bridge -j vlan global show` [all …]
|
| /linux/drivers/hwmon/ |
| H A D | gl518sm.c | 226 #define show(type, suffix, value) \ macro 234 show(TEMP, temp_input1, temp_in); 235 show(TEMP, temp_max1, temp_max); 236 show(TEMP, temp_hyst1, temp_hyst); 237 show(BOOL, fan_auto1, fan_auto1); 238 show(VDD, in_input0, voltage_in[0]); 239 show(IN, in_input1, voltage_in[1]); 240 show(IN, in_input2, voltage_in[2]); 241 show(IN, in_input3, voltage_in[3]); 242 show(VDD, in_min0, voltage_min[0]); [all …]
|
| /linux/drivers/scsi/ |
| H A D | iscsi_boot_sysfs.c | 26 ssize_t (*show) (void *data, int type, char *buf); member 45 if (boot_kobj->show) in iscsi_boot_show_attribute() 46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute() 51 .show = iscsi_boot_show_attribute, 341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 359 boot_kobj->show = show; in iscsi_boot_create_kobj() 404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 409 "target%d", index, data, show, is_visible, in iscsi_boot_create_target() 429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 435 "initiator", index, data, show, in iscsi_boot_create_initiator() [all …]
|
| /linux/scripts/coccinelle/api/ |
| H A D | device_attr_show.cocci | 4 /// show() should only use sysfs_emit() or sysfs_emit_at() when formatting 18 identifier show, dev, attr, buf; 22 ssize_t show(struct device *dev, struct device_attribute *attr, char *buf) 30 identifier show, dev, attr, buf; 34 ssize_t show(struct device *dev, struct device_attribute *attr, char *buf)
|
| /linux/include/linux/ |
| H A D | iscsi_boot_sysfs.h | 83 ssize_t (*show) (void *data, int type, char *buf); member 111 ssize_t (*show) (void *data, int type, char *buf), 118 ssize_t (*show) (void *data, int type, char *buf), 124 ssize_t (*show) (void *data, int type, char *buf), 131 ssize_t (*show)(void *data, int type, char *buf),
|
| H A D | proc_fs.h | 106 int (*show)(struct seq_file *, void *), void *data); 107 #define proc_create_single(name, mode, parent, show) \ argument 108 proc_create_single_data(name, mode, parent, show, NULL) 140 int (*show)(struct seq_file *, void *), void *data); 148 int (*show)(struct seq_file *, void *), 196 #define proc_create_single(name, mode, parent, show) ({NULL;}) argument 197 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) argument 221 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;}) argument 222 #define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;}) argument
|
| /linux/drivers/edac/ |
| H A D | edac_device_sysfs.c | 109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member 123 if (ctl_info_attr->show) in edac_dev_ctl_info_show() 124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show() 143 .show = edac_dev_ctl_info_show, 150 .show = _show, \ 341 ssize_t(*show) (struct edac_device_instance *, char *); member 352 if (instance_attr->show) in edac_dev_instance_show() 353 return instance_attr->show(instance, buffer); in edac_dev_instance_show() 372 .show = edac_dev_instance_show, 379 .show = _show, \ [all …]
|
| H A D | edac_pci_sysfs.c | 92 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member 103 if (instance_attr->show) in edac_pci_instance_show() 104 return instance_attr->show(pci, buffer); in edac_pci_instance_show() 123 .show = edac_pci_instance_show, 130 .show = _show, \ 234 ssize_t(*show) (void *, char *); member 245 if (edac_pci_dev->show) in edac_pci_dev_show() 246 return edac_pci_dev->show(edac_pci_dev->value, buffer); in edac_pci_dev_show() 263 .show = edac_pci_dev_show, 271 .show = _show, \ [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_mm.sh | 64 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 68 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true' 99 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 103 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true' 137 ethtool --json --show-mm $tx | jq -r '.[]."verify-status"' | \ 141 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true' 168 rx_min_frag_size=$(ethtool --json --show-mm $iface | \ 320 ethtool --show-mm $netif 2>&1 &> /dev/null
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-kwork.txt | 77 Be more verbose. (show symbol address, etc) 88 Only show events for the given CPU(s) (comma separated list). 96 Only show events for the given name. 122 Only show events for the given CPU(s) (comma separated list). 130 Only show events for the given name. 148 Only show events for the given CPU(s) (comma separated list). 164 Only show events for the given name. 191 Only show events for the given CPU(s) (comma separated list). 199 Only show events for the given name.
|