Searched refs:show (Results 1 - 25 of 678) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh13 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
[all...]
/linux-master/include/drm/
H A Ddrm_debugfs.h42 * @show: the &drm_info_list's show callback
49 * their @show callback.
51 #define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data}
63 * @show:
69 int (*show)(struct seq_file*, void*); member in struct:drm_info_list
109 * @show:
115 int (*show)(struct seq_file*, void*); member in struct:drm_debugfs_info
149 int (*show)(struc
[all...]
/linux-master/security/integrity/ima/
H A Dima_template_lib.h20 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-master/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh15 ip tunnel show
29 ip tunnel show
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h48 int (*show)(struct seq_file *seq, void *v, int idx); member in struct:seq_tab
62 int (*show)(struct seq_file *seq, void *v, int i));
/linux-master/scripts/
H A Dcheck-git12 if ! test -z $(git -C "${srctree}" rev-parse --show-cdup 2>/dev/null); then
/linux-master/tools/testing/selftests/net/
H A Daltnames.sh23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
27 check_err $? "Failed to get short alternative name from link show JSON"
30 check_err $? "Got unexpected short alternative name from link show JSON"
32 ip -j -p link show $DUMMY_DEV &>/dev/null
33 check_err $? "Failed to do link show with original name"
38 output=$(ip -j -p link show $LONG_NAME)
39 check_err $? "Failed to do link show with long alternative name"
42 check_err $? "Failed to get long alternative name from link show JSON"
45 check_err $? "Got unexpected long alternative name from link show JSO
[all...]
H A Dnetdevice.sh21 ip link show "$netdev" |grep -q UP
55 ip link show $netdev |grep -q "$MACADDR"
64 ip address show "$netdev" |grep '^[[:space:]]*inet'
186 ip link show 2>/dev/null >/dev/null
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
/linux-master/include/linux/
H A Discsi_boot_sysfs.h78 * Driver specific show function.
83 ssize_t (*show) (void *data, int type, char *buf); member in struct:iscsi_boot_kobj
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 Dproc_fs.h102 int (*show)(struct seq_file *, void *), void *data);
103 #define proc_create_single(name, mode, parent, show) \
104 proc_create_single_data(name, mode, parent, show, NULL)
136 int (*show)(struct seq_file *, void *), void *data);
144 int (*show)(struct seq_file *, void *),
192 #define proc_create_single(name, mode, parent, show) ({NULL;})
193 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;})
217 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;})
218 #define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;})
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_debugfs.c30 * xe_gt_debugfs_simple_show - A show callback for struct drm_info_list
42 * drm_minor (see struct drm_info_list.show for details).
58 * { name = "foo", .show = xe_gt_debugfs_simple_show, .data = foo },
249 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines},
250 {"force_reset", .show = xe_gt_debugfs_simple_show, .data = force_reset},
251 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info},
252 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology},
253 {"steering", .show = xe_gt_debugfs_simple_show, .data = steering},
254 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt},
255 {"register-save-restore", .show
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh11 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \
25 devlink dev show $DEVLINK_DEV &> /dev/null
85 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
122 still_pending=$(devlink resource show "$DEVLINK_DEV" | \
140 devlink sb port pool show $port pool $pool -j \
180 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
221 devlink sb tc bind show $port tc $tc type $dir -j \
276 devlink -j trap show $DEVLINK_DEV trap $trap_name \
294 devlink -j trap show $DEVLINK_DEV trap $trap_name \
300 devlink -j trap show
[all...]
H A Dbridge_mld.sh150 bridge -j -d -s mdb show dev br0 \
154 bridge -j -d -s mdb show dev br0 \
175 bridge -j -d -s mdb show dev br0 \
186 bridge -j -d -s mdb show dev br0 \
288 bridge -j -d -s mdb show dev br0 \
299 bridge -j -d -s mdb show dev br0 \
305 bridge -j -d -s mdb show dev br0 \
433 bridge -j -d -s mdb show dev br0 \
493 bridge -j -d -s mdb show dev br0 \
499 bridge -j -d -s mdb show de
[all...]
/linux-master/arch/powerpc/tools/
H A Dcheckpatch.sh12 --show-types \
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_scale.sh38 devlink -j port show |
56 occ=$(devlink -j resource show $DEVLINK_DEV \
H A Dpci_reset.sh39 local ifindex_pre=$(ip -j link show dev $swp1 | jq '.[]["ifindex"]')
47 local ifindex_post=$(ip -j link show dev $swp1 | jq '.[]["ifindex"]')
/linux-master/samples/bpf/
H A Dtest_override_return.sh6 DEVICE=$(losetup --show -f testfile.img)
H A Dtest_cgrp2_tc.sh104 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \
128 $IP link show dev $HOST_IFC
129 $IP -6 a show dev $HOST_IFC
130 $TC -s qdisc show dev $HOST_IFC
133 $IP -n $NS link show dev $NS_IFC
134 $IP -n $NS -6 link show dev $NS_IFC
/linux-master/tools/perf/ui/
H A Dhelpline.h11 int (*show)(const char *fmt, va_list ap); member in struct:ui_helpline
/linux-master/tools/testing/selftests/drivers/net/bonding/
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
/linux-master/kernel/bpf/
H A Dbtf.c372 * Common data to all BTF show operations. Private show functions can add
374 * in the show callback. See btf_type_show() below.
381 * pass is signalled by show->state.depth_check being set, and if we
382 * encounter a non-zero value we set show->state.depth_to_show to
395 * The various data type show functions all start with a call to
416 void *target; /* target of show operation (seq file, buffer) */
417 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
457 void (*show)(const struct btf *btf, const struct btf_type *t, member in struct:btf_kind_operations
459 struct btf_show *show);
948 btf_show_name(struct btf_show *show) argument
1107 __btf_show_indent(struct btf_show *show) argument
1117 btf_show_indent(struct btf_show *show) argument
1122 btf_show_newline(struct btf_show *show) argument
1127 btf_show_delim(struct btf_show *show) argument
1139 btf_show(struct btf_show *show, const char *fmt, ...) argument
1181 btf_show_obj_size_left(struct btf_show *show, void *data) argument
1187 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) argument
1199 __btf_show_obj_safe(struct btf_show *show, void *data, int size) argument
1234 btf_show_obj_safe(struct btf_show *show, const struct btf_type *t, void *data) argument
1310 btf_show_start_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) argument
1321 btf_show_end_type(struct btf_show *show) argument
1328 btf_show_start_aggr_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) argument
1344 btf_show_end_aggr_type(struct btf_show *show, const char *suffix) argument
1353 btf_show_start_member(struct btf_show *show, const struct btf_member *m) argument
1359 btf_show_start_array_member(struct btf_show *show) argument
1365 btf_show_end_member(struct btf_show *show) argument
1370 btf_show_end_array_member(struct btf_show *show) argument
1376 btf_show_start_array_type(struct btf_show *show, const struct btf_type *t, u32 type_id, u16 array_encoding, void *data) argument
1387 btf_show_end_array_type(struct btf_show *show) argument
1394 btf_show_start_struct_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) argument
1402 btf_show_end_struct_type(struct btf_show *show) argument
2111 btf_df_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offsets, struct btf_show *show) argument
2288 btf_int128_print(struct btf_show *show, void *data) argument
2354 btf_bitfield_show(void *data, u8 bits_offset, u8 nr_bits, struct btf_show *show) argument
2379 btf_int_bits_show(const struct btf *btf, const struct btf_type *t, void *data, u8 bits_offset, struct btf_show *show) argument
2398 btf_int_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
2746 btf_modifier_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
2759 btf_var_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
2768 btf_ptr_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
3007 __btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
3060 btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
3994 __btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
4041 btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
4209 btf_enum_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
4312 btf_enum64_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
4674 btf_datasec_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) argument
7361 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) argument
7373 btf_seq_show(struct btf_show *show, const char *fmt, va_list args) argument
7402 struct btf_show show; member in struct:btf_show_snprintf
7407 btf_snprintf_show(struct btf_show *show, const char *fmt, va_list args) argument
[all...]
/linux-master/crypto/
H A Dproc.c64 if (alg->cra_type && alg->cra_type->show) {
65 alg->cra_type->show(m, alg);
95 .show = c_show
/linux-master/drivers/usb/mtu3/
H A Dmtu3_debug.h26 int (*show)(struct seq_file *s, void *unused); member in struct:mtu3_file_map
/linux-master/fs/zonefs/
H A Dsysfs.c15 ssize_t (*show)(struct zonefs_sb_info *sbi, char *buf); member in struct:zonefs_sysfs_attr
31 if (!zonefs_attr->show)
34 return zonefs_attr->show(sbi, buf);
79 .show = zonefs_sysfs_attr_show,
/linux-master/drivers/md/
H A Ddm-sysfs.c15 ssize_t (*show)(struct mapped_device *md, char *p); member in struct:dm_sysfs_attr
31 if (!dm_attr->show)
38 ret = dm_attr->show(md, page);
119 .show = dm_attr_show,

Completed in 482 milliseconds

1234567891011>>