Searched refs:dummy (Results 226 - 250 of 657) sorted by last modified time

1234567891011>>

/linux-master/drivers/md/
H A Ddm-ioctl.c1081 char dummy; local
1094 indata + 1, indata + 2, indata + 3, &dummy);
H A Ddm-flakey.c251 char dummy; local
271 if (sscanf(dm_shift_arg(&as), "%llu%c", &tmpll, &dummy) != 1 || tmpll != (sector_t)tmpll) {
H A Ddm-dust.c325 char dummy; local
358 if (sscanf(argv[1], "%llu%c", &tmp, &dummy) != 1 || tmp != (sector_t)tmp) {
426 char dummy; local
461 if (sscanf(argv[1], "%llu%c", &tmp, &dummy) != 1)
481 if (sscanf(argv[1], "%llu%c", &tmp, &dummy) != 1)
484 if (sscanf(argv[2], "%u%c", &tmp_ui, &dummy) != 1)
H A Ddm-ebs-target.c252 char dummy; local
267 if (sscanf(argv[1], "%llu%c", &tmp, &dummy) != 1 ||
275 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 ||
284 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) {
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c2559 static ssize_t pec_show(struct device *dev, struct device_attribute *dummy, argument
2567 static ssize_t pec_store(struct device *dev, struct device_attribute *dummy, argument
/linux-master/drivers/hwmon/
H A Dmax6697.c457 static DEVICE_ATTR(dummy, 0, NULL, NULL);
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ch7017.c163 u8 dummy; member in struct:ch7017_priv
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_stats.h32 int dummy; member in struct:mod_stats
36 bool dummy; member in struct:mod_stats_caps
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c481 static irqreturn_t i2c_nuvoton_int_handler(int dummy, void *dev_id) argument
592 * write dummy byte to enter reception state
/linux-master/tools/testing/vsock/
H A Dvsock_test.c574 char dummy; local
594 if (read(fd, &dummy, sizeof(dummy)) != -1) {
596 "expected 'dummy' read(2) failure\n");
1319 /* Send one dummy byte here, because 'setsockopt()' above also
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py381 dummy = NAMES['DUMMY']
477 NAMES['DUMMY'] = dummy
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh133 run_cmd ip link add name "$devdummy" type dummy
393 # re-add the alias -- kernel should free mem when dummy dev is removed
525 run_cmd ip -netns "$testns" link add name "$devdummy" type dummy
1257 run_cmd ip -netns $testns link add dev $devdummy type dummy
1277 end_test "FAIL: cannot add dummy interface"
H A Dfq_band_pktlimit.sh26 ip link add type dummy
H A Dfib_tests.sh60 $IP link add dummy0 type dummy
131 $IP link add dummy1 type dummy
247 $IP link add dummy1 type dummy
636 $IP link add dummy1 type dummy
664 $IP link add dummy_$i type dummy
711 $IP link add dummy_$i type dummy
751 $IP link add dummy_10 type dummy
797 $IP link add dummy_10 type dummy
918 $IP link add dummy1 type dummy
1069 ip -netns $ns2 li add dummy1 type dummy
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dip6gre_lib.sh267 ip link add name dummy1 type dummy
307 ip link add name dummy2 type dummy
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh39 echo "SKIP: unable to find suitable dummy firmware file"
165 check_region_size dummy
166 check_region_snapshot_count dummy initial 0
169 check_err $? "Failed to take first dummy region snapshot"
170 check_region_snapshot_count dummy post-first-snapshot 1
173 check_err $? "Failed to take second dummy region snapshot"
174 check_region_snapshot_count dummy post-second-snapshot 2
177 check_err $? "Failed to take third dummy region snapshot"
178 check_region_snapshot_count dummy post-third-snapshot 3
180 devlink region del $DL_HANDLE/dummy snapsho
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dlag_lib.sh17 ip link add dummy1 type dummy
18 ip link add dummy2 type dummy
H A Ddev_addr_lists.sh62 ip link add dummy1 type dummy
/linux-master/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_maybe_null.c16 int BPF_PROG(test_maybe_null, int dummy, argument
H A Dstruct_ops_maybe_null_fail.c12 int BPF_PROG(test_maybe_null_struct_ptr, int dummy, argument
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h37 int (*test_maybe_null)(int dummy, struct task_struct *task);
/linux-master/net/tipc/
H A Dnode.c1791 u16 dummy; local
1798 tipc_bcast_xmit(net, &xmitq, &dummy);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c138 struct gssx_option dummy; local
146 memset(&dummy, 0, sizeof(dummy));
148 gssx_dec_option(xdr, &dummy);
263 gssx_buffer dummy = { 0, NULL }; local
289 err = gssx_dec_buffer(xdr, &dummy);
428 struct gssx_name_attr dummy = { .attr = {.len = 0} }; local
437 gssx_dec_name_attr(xdr, &dummy);
/linux-master/net/core/
H A Dlink_watch.c30 static void linkwatch_event(struct work_struct *dummy);
274 static void linkwatch_event(struct work_struct *dummy) argument
/linux-master/lib/
H A Dcmdline_kunit.c45 int dummy; local
48 ret = get_option((char **)&out, &dummy);

Completed in 279 milliseconds

1234567891011>>