/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/ |
H A D | test.sh | 58 expect_streq "$str" '::1234:5678:90af' 154 expect_err 1 ip_pfx_concat 'fd/64' '::1234:5678:90af' 155 expect_err 1 ip_pfx_concat 'fd01::' '::1234:5678:90af' 156 expect_err 1 ip_pfx_concat 'fd01:' '::1234:5678:90af' 157 expect_err 1 ip_pfx_concat 'fd01::/a0' '::1234:5678:90af' 158 expect_err 1 ip_pfx_concat 'fd01::/64' ':1234:5678:90af' 163 expect_err 1 ip_pfx_concat 'fd01:1:1:1:1::/64' '::1234:5678:90af' 164 expect_err 1 ip_pfx_concat 'fd01::/64' '::1:0:1234:5678:90af' 165 expect_err 1 ip_pfx_concat 'fd01::/79' '::3:1234:5678:90af' 166 expect_err 1 ip_pfx_concat 'fd01::/15' '::3:1234:5678:90af' [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 051.out | 275 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678 276 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-tota… 278 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678 279 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-re… 281 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678 282 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-w… 284 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678 285 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' … 287 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678 288 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read'… [all …]
|
H A D | 051.pc.out | 355 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678 356 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-tota… 358 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678 359 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-re… 361 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678 362 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-w… 364 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678 365 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' … 367 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678 368 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read'… [all …]
|
H A D | 051 | 286 run_qemu -drive file="$TEST_IMG",iops=1234,throttling.iops-total=5678 287 run_qemu -drive file="$TEST_IMG",iops_rd=1234,throttling.iops-read=5678 288 run_qemu -drive file="$TEST_IMG",iops_wr=1234,throttling.iops-write=5678 290 run_qemu -drive file="$TEST_IMG",bps=1234,throttling.bps-total=5678 291 run_qemu -drive file="$TEST_IMG",bps_rd=1234,throttling.bps-read=5678 292 run_qemu -drive file="$TEST_IMG",bps_wr=1234,throttling.bps-write=5678 294 run_qemu -drive file="$TEST_IMG",iops_max=1234,throttling.iops-total-max=5678 295 run_qemu -drive file="$TEST_IMG",iops_rd_max=1234,throttling.iops-read-max=5678 296 run_qemu -drive file="$TEST_IMG",iops_wr_max=1234,throttling.iops-write-max=5678 298 run_qemu -drive file="$TEST_IMG",bps_max=1234,throttling.bps-total-max=5678 [all …]
|
/openbmc/qemu/docs/system/ |
H A D | target-avr.rst | 27 -serial tcp::5678,server=on,wait=off 31 telnet localhost 5678
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | ip_utils_test.cpp | 31 EXPECT_EQ(toString(make_address("fd03:f9ab:25de:89ec:1234:5678:90ab:cdef")), in TEST() 32 "fd03:f9ab:25de:89ec:1234:5678:90ab:cdef"); in TEST()
|
/openbmc/openbmc-tools/netboot/ |
H A D | README.md | 15 port = 5678
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | tailcall5.c | 32 else if (selector == 5678) in entry()
|
H A D | recvmsg6_prog.c | 13 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
|
H A D | bind6_prog.c | 15 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | asix,ax88178.yaml | 60 compatible = "usb1234,5678";
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-rbd | 171 <address>:<port>/<nonce>: '1.2.3.4:1234/5678' or 172 '[1:2:3:4:5:6:7:8]:1234/5678'.
|
/openbmc/linux/fs/orangefs/ |
H A D | protocol.h | 12 * 1234 0000 0000 5678 14 * 1234 5678 90AB CDEF
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 300 #dmsetup rename linear1 --setuuid 1234-5678 308 …me=linear1,uuid=,major=253,minor=2,minor_count=1,num_targets=1;new_name=linear1,new_uuid=1234-5678; 320 name=linear1,uuid=1234-5678,major=253,minor=2,minor_count=1,num_targets=1; 321 new_name=linear\=2,new_uuid=1234-5678;
|
H A D | cache.rst | 322 dmsetup message my_cache 0 invalidate_cblocks 2345 3456-4567 5678-6789
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-urquell.c | 28 * bit 1234 5678
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | vlan.json | 393 "cmdUnderTest": "$TC actions add action vlan push id 5678 index 1", 396 "matchPattern": "action order [0-9]+: vlan.*push id 5678.*index 1 ref",
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.15.rst | 19 - openssl: Fix :cve_nist:`2023-5678`
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 858 Two real time tasks pid=1234 running on processor 0 and pid=5678 running on 893 # echo 5678 > p1/tasks 894 # taskset -cp 2 5678 1253 # echo 5678 > p1/tasks 1268 # echo 5678 > m11/tasks
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 640 cached_b[5] = c[1].b[1] = 5678; in test_lxvp_stxvp() 727 cached_b[5] = c[1].b[1] = 5678; in test_lxvpx_stxvpx() 814 cached_b[5] = c[1].b[1] = 5678; in test_plxvp_pstxvp()
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 299 Class 00: USB device 1234:5678, USB DISK
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 82 ['5678', 'Second commit, a warning', 0, errors[0:1]],
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | README | 334 fyl2xp1 (-.293,.414) 520256 0 0 5678 63.93 0.408542 (x)
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 418 "ID": 5678,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 409 int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 }; in test_tailcall_5()
|