Home
last modified time | relevance | path

Searched full:1234 (Results 1 – 25 of 109) sorted by relevance

12345

/Linux-v6.1/tools/testing/selftests/efivarfs/
Defivarfs.sh149 local file_list="abc dump-type0-11-1-1362436005 1234 -"
172 -1234-1234-1234-123456789abc
178 -12345678-1234-1234-1234-123456789abc
179 a-12345678=1234-1234-1234-123456789abc
180 a-12345678-1234=1234-1234-123456789abc
181 a-12345678-1234-1234=1234-123456789abc
182 a-12345678-1234-1234-1234=123456789abc
183 1112345678-1234-1234-1234-123456789abc"
/Linux-v6.1/tools/testing/vsock/
Dvsock_test.c35 .svm_port = 1234, in test_stream_connection_reset()
71 .svm_port = 1234, in test_stream_bind_only_client()
113 .svm_port = 1234, in test_stream_bind_only_server()
139 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_client_close_client()
153 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_client_close_server()
174 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_server_close_client()
195 fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_server_close_server()
216 fds[i] = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_multiconn_client()
240 fds[i] = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_stream_multiconn_server()
262 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_stream_msg_peek_client()
[all …]
DREADME23 --control-port=1234 \
27 --control-port=1234 \
32 --control-port=1234 \
36 --control-port=1234 \
Dvsock_diag_test.c345 .svm_port = 1234, in test_listen_socket_server()
381 fd = vsock_stream_connect(opts->peer_cid, 1234); in test_connect_client()
406 client_fd = vsock_stream_accept(VMADDR_CID_ANY, 1234, NULL); in test_connect_server()
486 " Server: vsock_diag_test --control-port=1234 --mode=server --peer-cid=3\n" in usage()
487 …" Client: vsock_diag_test --control-host=192.168.0.1 --control-port=1234 --mode=client --peer-cid… in usage()
/Linux-v6.1/samples/bpf/
Dtest_lwt_bpf.sh148 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX
150 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX
152 cb 1234 ingress_ifindex 0 ifindex $DST_IFINDEX" || exit 1
164 cb 1234 ingress_ifindex 0 ifindex 0
166 cb 1234 ingress_ifindex 0 ifindex 0
168 cb 1234 ingress_ifindex 0 ifindex 0" || exit 1
182 cb 1234 ingress_ifindex 1 ifindex 1
184 cb 1234 ingress_ifindex 1 ifindex 1
186 cb 1234 ingress_ifindex 1 ifindex 1
188 cb 1234 ingress_ifindex 1 ifindex 1
[all …]
Dtest_lru_dist.c275 unsigned long long key, value = 1234; in do_test_lru_dist()
357 value[0] = 1234; in test_lru_loss0()
409 value[0] = 1234; in test_lru_loss1()
438 value[0] = 1234; in do_test_parallel_lru_loss()
/Linux-v6.1/tools/testing/selftests/net/
Dcmsg_time.sh52 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234)
55 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234 -t | wc -l)
57 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234 -t |
60 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234 -t |
64 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234 -t -d 1000 |
68 ts=$(ip netns exec $NS ./cmsg_sender -p $p $i 1234 -t -d 1000 |
Dcmsg_ipv6.sh62 $NSEXE ./cmsg_sender -s -S 2000 -6 -p $p $m $TGT6 1234
90 $NSEXE ./cmsg_sender -6 -p $p $m $((TOS2)) $TGT6 1234
94 $NSEXE ./cmsg_sender -6 -p u $TGT6 1234
104 $NSEXE ./cmsg_sender -6 -p $p $m $((TOS)) -s $TGT6 1234
127 $NSEXE ./cmsg_sender -6 -p $p $m $LIM $TGT6 1234
131 $NSEXE ./cmsg_sender -6 -p u $TGT6 1234
144 $NSEXE ./cmsg_sender -p $p -6 -H $h $TGT6 1234
Dcmsg_so_mark.sh59 ip netns exec $NS ./cmsg_sender -$i -p $p $m $((MARK + 1)) $TGT 1234
64 ip netns exec $NS ./cmsg_sender -$i -p $p $m $MARK -s $TGT 1234
/Linux-v6.1/fs/efivarfs/
Dinode.c48 * VariableName-12345678-1234-1234-1234-1234567891bc
68 * 12345678-1234-1234-1234-123456789abc in efivarfs_valid_name()
/Linux-v6.1/drivers/iio/test/
Diio-test-rescale.c112 .schan_val2 = 1234,
121 .schan_val2 = 1234,
268 .schan_val2 = 1234,
277 .schan_val2 = 1234,
486 .offset = 1234,
495 .offset = -1234,
504 .offset = 1234,
513 .offset = -1234,
522 .offset = 1234,
531 .offset = -1234,
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_lru_map.c168 value[0] = 1234; in test_lru_sanity0()
206 assert(value[0] == 1234); in test_lru_sanity0()
220 assert(value[0] == 1234); in test_lru_sanity0()
266 value[0] = 1234; in test_lru_sanity1()
343 value[0] = 1234; in test_lru_sanity2()
387 value[0] = 1234; in test_lru_sanity2()
449 value[0] = 1234; in test_lru_sanity3()
509 value[0] = 1234; in test_lru_sanity4()
551 value[0] = 1234; in do_test_lru_sanity5()
577 value[0] = 1234; in test_lru_sanity5()
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan_fdb_veto.sh87 dst $REMOTE_IP_1 port 1234 2>/dev/null
91 dst $REMOTE_IP_1 port 1234 2>&1 >/dev/null \
107 dst $REMOTE_IP_2 port 1234 2>/dev/null
111 dst $REMOTE_IP_2 port 1234 2>&1 >/dev/null \
Dsch_red_core.sh678 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
684 tc filter del block 10 pref 1234 handle 102 matchall
726 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
732 tc filter del block 10 pref 1234 handle 102 matchall
754 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
760 tc filter del block 10 pref 1234 handle 102 matchall
Dmirror_gre.sh22 key 1234
25 key 1234
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/
Dpsample.sh70 echo 1234 > $PSAMPLE_DIR/group_num
74 grep -q -e "group 1234" $CAPTURE_FILE
101 echo 1234 > $PSAMPLE_DIR/in_ifindex
105 grep -q -e "in-ifindex 1234" $CAPTURE_FILE
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Drsvp.json168 …r add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session 1.1.1.1/1234 classid 1:1",
169 …er add dev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto tcp session 2.2.2.2/1234 classid 2:1"
192 …ev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session 1.1.1.1/1234 tunnelid 9 classid …
194 …ev $DEV1 parent ffff: protocol ip prio 1 rsvp ipproto udp session 1.1.1.1/1234 tunnelid 9 classid …
197 …otocol ip pref [0-9]+ rsvp chain [0-9]+ fh 0x.*flowid 2:1 session 1.1.1.1/1234 ipproto udp tunneli…
/Linux-v6.1/tools/perf/tests/
Dperf-hooks.c23 *hook_flags = 1234; in the_hook()
38 if (hook_flags != 1234) { in test__perf_hooks()
/Linux-v6.1/kernel/
Dsysctl-test.c45 len = 1234; in sysctl_test_api_dointvec_null_tbl_data()
54 len = 1234; in sysctl_test_api_dointvec_null_tbl_data()
91 len = 1234; in sysctl_test_api_dointvec_table_maxlen_unset()
100 len = 1234; in sysctl_test_api_dointvec_table_maxlen_unset()
165 size_t len = 1234; in sysctl_test_api_dointvec_table_read_but_position_set()
/Linux-v6.1/lib/
Dtest_printf.c167 …test("0|001| 12|+123| 1234|-123|-1234", "%d|%03d|%3d|%+d|% d|%+d|% d", 0, 1, 12, 123, 1234, -123, … in test_number()
202 test("1234 ", "%-10.4s", "123456"); in test_string()
203 test(" 1234", "%10.4s", "123456"); in test_string()
754 test("-1234", "%pe", ERR_PTR(-1234)); in errptr()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dget_func_args_test.c95 return 1234; in BPF_PROG()
121 test4_result &= err == 0 && ret == 1234; in BPF_PROG()
Dnetif_receive_skb.c134 TEST_BTF_C(str, int, 0, 1234); in BPF_PROG()
135 TEST_BTF(str, int, BTF_F_NONAME, "1234", 1234); in BPF_PROG()
Dtailcall5.c30 if (selector == 1234) in entry()
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dsch_red.sh374 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
389 tc filter del block 10 pref 1234 handle 102 matchall
415 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
428 tc filter del block 10 pref 1234 handle 102 matchall
/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Di915_perf.c17 #define TEST_OA_CONFIG_UUID "12345678-1234-1234-1234-1234567890ab"

12345