Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 50) sorted by relevance

12

/tools/testing/selftests/net/
Dfib_tests.sh105 $IP route get fibmatch 198.51.100.2 &> /dev/null
107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
115 $IP route get fibmatch 198.51.100.2 &> /dev/null
117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
146 $IP route get fibmatch 203.0.113.1 &> /dev/null
148 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
156 $IP route get fibmatch 203.0.113.1 &> /dev/null
159 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
168 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
188 $IP route get fibmatch 198.51.100.2 &> /dev/null
[all …]
Drtnetlink.sh212 ip route get 127.0.0.1 > /dev/null
214 ip route get 127.0.0.1 dev "$devdummy" > /dev/null
216 ip route get ::1 > /dev/null
218 ip route get fe80::1 dev "$devdummy" > /dev/null
220 ip route get 127.0.0.1 from 127.0.0.1 oif lo tos 0x1 mark 0x1 > /dev/null
222 ip route get ::1 from ::1 iif lo oif lo tos 0x1 mark 0x1 > /dev/null
226 ip route get 10.23.7.11 from 10.23.7.12 iif "$devdummy" > /dev/null
233 ip route get 10.23.8.11 > /dev/null
236 ip route get 10.23.8.11 > /dev/null
669 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
[all …]
Dicmp_redirect.sh290 run_cmd ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP}
291 run_cmd ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6}
298 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \
301 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \
307 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \
314 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \
317 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \
323 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \
Dfib_rule_tests.sh79 ip route get help 2>&1 | grep -q $2
106 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
175 $IP route get $GW_IP4 $getmatch | grep -q "table $RTABLE"
Dfib_nexthop_multiprefix.sh181 ip -netns h0 ro get ${dst}
187 ip -netns h0 ro get ${dst} | \
210 ip -netns h0 -6 ro get ${dst}
216 ip -netns h0 -6 ro get ${dst} | \
Dxfrm_policy.sh123 ip -net $ns xfrm policy get src $lnet dst $rnet dir out > /dev/null
130 ip -net $ns xfrm policy get src $rnet dst $lnet dir fwd > /dev/null
303 if ! ip -net $ns xfrm policy get dst $j.0.0.0/24 dir out > /dev/null; then
318 if ! ip -net $ns xfrm policy get dst $addr dir out > /dev/null; then
/tools/testing/selftests/ptp/
Dphc.sh36 phc_ctl $DEV get &> /dev/null
94 res=$(phc_ctl $DEV set 0 wait 120.5 get 2> /dev/null \
105 res=$(phc_ctl $DEV set 0 adj 10 get 2> /dev/null \
117 res=$(phc_ctl $DEV freq 10000000 set 0 wait 100.5 get 2> /dev/null \
/tools/testing/selftests/mqueue/
Dmq_open_tests.c63 static inline int get(FILE *stream);
118 static inline int get(FILE *stream) in get() function
135 new_value = get(stream); in set()
289 saved_def_msgs = cur_def_msgs = get(def_msgs); in main()
290 saved_def_msgsize = cur_def_msgsize = get(def_msgsize); in main()
292 saved_max_msgs = cur_max_msgs = get(max_msgs); in main()
293 saved_max_msgsize = cur_max_msgsize = get(max_msgsize); in main()
Dmq_perf_tests.c157 static inline int get(FILE *stream);
238 static inline int get(FILE *stream) in get() function
254 new_value = get(stream); in set()
266 new_value = get(stream); in try_set()
532 cur_max_msgs = get(max_msgs); in increase_limits()
535 cur_max_msgsize = get(max_msgsize); in increase_limits()
650 saved_max_msgs = cur_max_msgs = get(max_msgs); in main()
651 saved_max_msgsize = cur_max_msgsize = get(max_msgsize); in main()
/tools/scripts/
Dutilities.mak158 # get-executable
160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path)
162 # The goal is to get an absolute path for an executable;
168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
171 # get-supplied-or-default-executable
173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
175 define get-executable-or-default
178 _ge_attempt = $(if $(get-executable),$(get-executable),$(call _gea_err,$(2)))
/tools/perf/scripts/python/
Dstat-cpi.py31 def get(time, event, cpu, thread): function
56 cyc = get(time, "cycles", cpu, thread)
57 ins = get(time, "instructions", cpu, thread)
/tools/lib/traceevent/Documentation/
DMakefile48 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
54 _tmp_tool_path := $(call get-executable,$(XMLTO))
Dlibtraceevent-event_list.txt68 /* Failed to get the events, sorted by ID */
79 /* Failed to get the events, sorted by name */
Dlibtraceevent-field_read.txt45 /* Failed to get "common_pid" value */
/tools/power/cpupower/bench/
DREADME-BENCH49 Together you get following test:
61 on full performance and you get the overall performance loss.
74 sampling rate you get:
84 will always see 50% loads and you get worst performance impact never
116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
/tools/testing/selftests/tpm2/
Dtpm2.py232 self.name = TPM2_FMT1_ERRORS.get(rc & 0x3f, "TPM_RC_UNKNOWN")
234 self.name = TPM2_WARN_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN")
236 self.name = TPM2_VER1_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN")
238 self.name = TPM2_VER0_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN")
324 ds = ALG_DIGEST_SIZE_MAP.get(alg)
331 f = ALG_HASH_FUNCTION_MAP.get(alg)
338 alg = NAME_ALG_MAP.get(name)
/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh363 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 | grep -q offload
367 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 | grep -q offload
371 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 | grep -q offload
375 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 | grep -q offload
404 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 | grep -q offload
406 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 | grep -q offload
410 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 | grep -q offload
412 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 | grep -q offload
416 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 | grep -q offload
418 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 | grep -q offload
/tools/perf/tests/
Dattr.py150 self.command = parser.get('config', 'command')
151 self.args = parser.get('config', 'args')
154 self.ret = parser.get('config', 'ret')
159 self.arch = parser.get('config', 'arch')
/tools/kvm/kvm_stat/
DMakefile11 a2x_path := $(call get-executable,$(A2X))
Dkvm_stat816 if self._baseline.get(key, -1) == -1:
824 increment = value - self._baseline.get(key, 0)
927 def get(self, by_guest=0): member in Stats
940 oldval = self.values.get(key, EventStat(0, 0)).value
941 newval = new.get(key, 0)
969 self.get(to_pid)
1200 stats = self.stats.get(self._display_guests)
1481 s = stats.get()
1483 s = stats.get()
1493 keys = sorted(stats.get().keys())
[all …]
/tools/perf/Documentation/
Dperf-test.txt18 To get a list of available tests use 'perf test list', specifying a test name
Dperf-data.txt21 It's possible to set data-convert debug variable to get debug messages from conversion,
/tools/hv/
Dlsvmbus67 dev_desc = vmbus_dev_dict.get(class_id, 'Unknown')
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt38 …/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt-get install kvm-pxe"
/tools/testing/selftests/media_tests/
Dregression_test.txt37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is

12