/openbmc/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | of_unittest.rst | 81 child1 -> sibling2 -> sibling3 -> sibling4 -> null 83 | | | null 85 | | child31 -> sibling32 -> null 87 | | null null 89 | child21 -> sibling22 -> sibling23 -> null 91 | null null null 93 child11 -> sibling12 -> sibling13 -> sibling14 -> null 95 | | | null 97 null null child131 -> null 99 null [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 21 if test ` uname -s 2> /dev/null ` = 'Darwin'; then 23 - $CC $CFLAGS $lf conftest.c > /dev/null 2>/dev/null 24 + $CC $CFLAGS $LDFLAGS $lf conftest.c > /dev/null 2>/dev/null 32 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 33 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 41 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 42 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 50 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null 51 + $CC $BFLAG $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 59 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null && \ [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186.out | 57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null 60 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id 68 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null 76 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_… 84 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null 92 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) [all …]
|
H A D | 186 | 42 _require_drivers null-co 92 check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null 93 …check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null,id… 103 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=nu… 111 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no… 112 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no… 131 check_info_block -drive if=floppy,driver=null-co,read-zeroes=on 133 check_info_block -drive if=ide,driver=null-co,read-zeroes=on 135 check_info_block -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom 137 check_info_block -drive if=virtio,driver=null-co,read-zeroes=on [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
H A D | ncurses-config.patch | 11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null) 12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null) 13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null) 14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null) 22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null) 23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null) 24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null) 25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null) 33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null) 34 - NCURSES_LDFLAGS := $(shell ncurses6-config --libs 2>/dev/null) [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | 0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch | 25 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null 26 + $CC $CFLAGS $LDFLAGS $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null 33 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 34 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 42 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 43 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 51 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 52 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 60 -$CC -o conftest conftest.c >/dev/null 2>/dev/null 61 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null [all …]
|
H A D | 0001-configure-Specify-correct-function-signatures-and-de.patch | 21 @@ -513,21 +513,70 @@ $CC $CFLAGS -c conftest.c >/dev/null 2>/dev/null 29 - $CC $CFLAGS $LDFLAGS $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null 37 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 45 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 53 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 61 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 69 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 77 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 85 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null 94 $CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
H A D | confsearch.diff | 21 `ls -d /usr/local/lib 2>/dev/null` \ 22 `ls -d /usr/contrib/lib 2>/dev/null` \ 23 `ls -d /usr/pkg/lib 2>/dev/null` \ 24 + `ls -d /usr/share/tcltk/tcl8.6 2>/dev/null` \ 25 `ls -d /usr/lib/tcl8.6 2>/dev/null` \ 26 `ls -d /usr/lib 2>/dev/null` \ 27 `ls -d /usr/lib64 2>/dev/null` \ 33 `ls -d /usr/local/lib 2>/dev/null` \ 34 `ls -d /usr/contrib/lib 2>/dev/null` \ 35 `ls -d /usr/pkg/lib 2>/dev/null` \ [all …]
|
/openbmc/linux/arch/arm64/tools/ |
H A D | gen-sysreg.awk | 139 reg = null 140 res0 = null 141 res1 = null 142 unkn = null 184 if (res0 != null) 186 if (res1 != null) 188 if (unkn != null) 190 if (res0 != null || res1 != null || unkn != null) 193 reg = null 194 op0 = null [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 474 ip netns exec B "$@" >/dev/null 2>&1 492 ! nc -u -w0 1.1.1.1 1 2>/dev/null; then 499 command -v "${tool}" >/dev/null && return 0 507 B ping -c1 -W1 "${dst_addr4}" >/dev/null 2>&1 513 if command -v ping6 >/dev/null; then 516 2>/dev/null 522 2>/dev/null 530 if command -v sendip >/dev/null; then 544 elif command -v socat -v >/dev/null; then 554 ip addr add "${dst_addr4}" dev veth_a 2>/dev/null [all …]
|
H A D | nft_nat_zones.sh | 40 v4gc1=$(sysctl -n net.ipv4.neigh.default.gc_thresh1 2>/dev/null) 41 v4gc2=$(sysctl -n net.ipv4.neigh.default.gc_thresh2 2>/dev/null) 42 v4gc3=$(sysctl -n net.ipv4.neigh.default.gc_thresh3 2>/dev/null) 43 v6gc1=$(sysctl -n net.ipv6.neigh.default.gc_thresh1 2>/dev/null) 44 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null) 45 v6gc3=$(sysctl -n net.ipv6.neigh.default.gc_thresh3 2>/dev/null) 52 ip netns del ns-cl$i-$sfx 2>/dev/null 55 sysctl -q net.ipv4.neigh.default.gc_thresh1=$v4gc1 2>/dev/null 56 sysctl -q net.ipv4.neigh.default.gc_thresh2=$v4gc2 2>/dev/null 57 sysctl -q net.ipv4.neigh.default.gc_thresh3=$v4gc3 2>/dev/null [all …]
|
/openbmc/linux/tools/testing/selftests/filesystems/fat/ |
H A D | run_fat_tests.sh | 29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true 32 mkfs.vfat "${IMG_PATH}" >/dev/null 2>&1 47 echo old | sudo tee "${old_path}" >/dev/null 2>&1 48 echo new | sudo tee "${new_path}" >/dev/null 2>&1 49 sudo "${rename_exchange}" "${old_path}" "${new_path}" >/dev/null 2>&1 51 grep new "${old_path}" >/dev/null 2>&1 52 grep old "${new_path}" >/dev/null 2>&1 63 echo old | sudo tee "${old_path}" >/dev/null 2>&1 64 echo new | sudo tee "${new_path}" >/dev/null 2>&1 65 sudo "${rename_exchange}" "${old_path}" "${new_path}" >/dev/null 2>&1 [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist.tc | 15 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 16 grep parent_pid events/sched/sched_process_fork/hist > /dev/null || \ 18 grep child events/sched/sched_process_fork/hist > /dev/null || \ 26 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 27 grep '^{ parent_pid:.*, child_pid:.*}' events/sched/sched_process_fork/hist > /dev/null || \ 35 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \ 45 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 46 … call_site: \[[0-9a-f][0-9a-f]*\] [_a-zA-Z][_a-zA-Z]* *}' events/kmem/kmalloc/hist > /dev/null || \ 54 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done [all …]
|
H A D | trigger-hist-mod.tc | 15 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \ 25 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 28 grep "parent_pid: $HEX" events/sched/sched_process_fork/hist > /dev/null || \ 36 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 37 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \ 46 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done 47 grep 'bytes_req: ~ 2^[0-9]*' events/kmem/kmalloc/hist > /dev/null || \
|
/openbmc/linux/Documentation/devicetree/ |
H A D | of_unittest.rst | 106 child1 -> sibling2 -> sibling3 -> sibling4 -> null 108 | | | null 110 | | child31 -> sibling32 -> null 112 | | null null 114 | child21 -> sibling22 -> sibling23 -> null 116 | null null null 118 child11 -> sibling12 -> sibling13 -> sibling14 -> null 120 | | | null 122 null null child131 -> null 124 null [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | lock_contention.sh | 40 perf lock record -o ${perfdata} -- perf bench sched messaging > /dev/null 2>&1 54 if ! perf lock con -b true > /dev/null 2>&1 ; then 60 perf lock con -a -b -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 71 perf lock record -o- -- perf bench sched messaging 2> /dev/null | \ 90 if ! perf lock con -b true > /dev/null 2>&1 ; then 95 perf lock con -a -b -t -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 113 if ! perf lock con -b true > /dev/null 2>&1 ; then 118 perf lock con -a -b -l -E 1 -q -- perf bench sched messaging > /dev/null 2> ${result} 136 if ! perf lock con -b true > /dev/null 2>&1 ; then 140 perf lock con -a -b -Y spinlock -q -- perf bench sched messaging > /dev/null 2> ${result} [all …]
|
H A D | record_bpf_filter.sh | 32 -o /dev/null --quiet true 2>&1 44 -o "${perfdata}" true 2> /dev/null 70 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CPU 78 -o /dev/null true 2>/dev/null 92 -o /dev/null true 2>/dev/null 100 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CPU 108 -o /dev/null true 2>&1 | grep PERF_SAMPLE_CODE_PAGE_SIZE
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | arp_ndisc_evict_nocarrier.sh | 28 sysctl -w net.ipv6.conf.veth1.ndisc_evict_nocarrier=1 >/dev/null 2>&1 29 sysctl -w net.ipv6.conf.all.ndisc_evict_nocarrier=1 >/dev/null 2>&1 36 ip netns del ${n} 2>/dev/null 56 ip netns exec me sysctl -w $1 >/dev/null 2>&1 59 ip netns exec me ping -6 -c1 -Iveth1 $V6_ADDR1 >/dev/null 2>&1 61 ip netns exec me ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1 83 sysctl -w "$1" >/dev/null 2>&1 86 ping -c1 -I veth0 $V4_ADDR1 -q >/dev/null 2>&1 88 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1 103 [ -n "$ns" ] && ip netns del $ns 2>/dev/null [all …]
|
H A D | ip_defrag.sh | 17 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_high_thresh=9000000 >/dev/null 2>&1 18 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_low_thresh=7000000 >/dev/null 2>&1 19 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_time=1 >/dev/null 2>&1 21 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_high_thresh=9000000 >/dev/null 2>&1 22 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_low_thresh=7000000 >/dev/null 2>&1 23 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_time=1 >/dev/null 2>&1 25 …ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_high_thresh=9000000 >/dev/null… 26 …ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_low_thresh=7000000 >/dev/null… 27 ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_timeout=1 >/dev/null 2>&1 30 ip netns exec "${NETNS}" sysctl -w net.ipv6.route.max_size=65536 >/dev/null 2>&1
|
H A D | rtnetlink.sh | 73 ip netconf show dev "$dev" > /dev/null 77 ip -$f netconf show dev "$dev" > /dev/null 110 ip -d link > /dev/null 112 ip r s t all > /dev/null 152 ip link > /dev/null 154 ip addr > /dev/null 193 tc filter show dev "$dev" parent 1:0 > /dev/null 197 tc filter show dev "$dev" parent 1:0 > /dev/null 217 ip r s t all > /dev/null 237 ip route get 127.0.0.1 > /dev/null [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_metadata.sh | 17 rm -rf $BPF_DIR 2> /dev/null 48 if ! bpftool version > /dev/null 2>&1; then 64 echo "$METADATA_PLAIN" | grep 'a = "foo"' > /dev/null 65 echo "$METADATA_PLAIN" | grep 'b = 1' > /dev/null 67 bpftool prog --json | grep '"metadata":{"a":"foo","b":1}' > /dev/null 69 bpftool map | grep 'metadata.rodata' > /dev/null 76 echo "$METADATA_PLAIN" | grep 'a = "bar"' > /dev/null 77 echo "$METADATA_PLAIN" | grep 'b = 2' > /dev/null 79 bpftool prog --json | grep '"metadata":{"a":"bar","b":2}' > /dev/null 81 bpftool map | grep 'metadata.rodata' > /dev/null
|
H A D | test_xdp_redirect.sh | 39 ip link del veth1 2> /dev/null 40 ip link del veth2 2> /dev/null 41 ip netns del ${NS1} 2> /dev/null 42 ip netns del ${NS2} 2> /dev/null 51 ip link set dev veth1 $xdpmode off &> /dev/null 57 ip -n ${NS1} link set veth11 $xdpmode obj xdp_dummy.bpf.o sec xdp &> /dev/null 58 ip -n ${NS2} link set veth22 $xdpmode obj xdp_dummy.bpf.o sec xdp &> /dev/null 59 ip link set dev veth1 $xdpmode obj test_xdp_redirect.bpf.o sec redirect_to_222 &> /dev/null 60 ip link set dev veth2 $xdpmode obj test_xdp_redirect.bpf.o sec redirect_to_111 &> /dev/null 62 if ip netns exec ${NS1} ping -c 1 10.1.1.22 &> /dev/null && [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0001_initial.py | 27 ('up_id', models.IntegerField(default=None, null=True)), 28 ('up_date', models.DateTimeField(default=None, null=True)), 74 ('up_id', models.IntegerField(default=None, null=True)), 75 ('up_date', models.DateTimeField(default=None, null=True)), 78 ('vcs_url', models.URLField(default=None, null=True)), 79 ('vcs_web_url', models.URLField(default=None, null=True)), 80 ('vcs_web_tree_base_url', models.URLField(default=None, null=True)), 81 ('vcs_web_file_base_url', models.URLField(default=None, null=True)), 82 …mmary', models.TextField(default=None, help_text=b'One-line description of the layer', null=True)), 83 ('description', models.TextField(default=None, null=True)), [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ |
H A D | openipmi-helper | 76 if /sbin/lsmod | grep $m >/dev/null 2>&1 ; then 91 if /sbin/lsmod | grep $m >/dev/null 2>&1 ; then 127 modprobe ${IPMI_SI_MODULE_NAME} > /dev/null 2>&1 136 modprobe ${IPMI_SMB_MODULE_NAME} > /dev/null 2>&1 151 modprobe ipmi_watchdog ${IPMI_WATCHDOG_OPTIONS} > /dev/null 2>&1 184 modprobe -q -r ipmi_watchdog > /dev/null 2>&1 198 modprobe -q -r ipmi_watchdog > /dev/null 2>&1 214 modinfo ipmi_poweroff 2>/dev/null | grep poweroff_control > /dev/null 2>&1 && \ 216 modinfo ipmi_poweroff 2>/dev/null | grep poweroff_powercycle > /dev/null 2>&1 && \ 219 modprobe ipmi_poweroff "${poweroff_opts}" > /dev/null 2>&1 [all …]
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 95 if ! which perl 2> /dev/null > /dev/null; then 99 if ! which getconf 2> /dev/null > /dev/null; then 103 if ! which diff 2> /dev/null > /dev/null; then 193 echo "$TEST_STR" | diff -q -w -u - $1 > /dev/null 263 dd if="${TEST_FILE}" of="${TARGET}" bs=4096 2>/dev/null 273 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null 283 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null 294 dd of="${TARGET}" bs=50 2>/dev/null 310 echo -n "$TEST_STR" > $TARGET 2> /dev/null 365 dd of="${TARGET}" 2>/dev/null [all …]
|