/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_tuple.h | 26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 45 __be16 all; member 90 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 91 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 100 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 101 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 155 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() 166 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/ |
H A D | run-ptest | 6 all=0 13 all=$((all + 1)) 21 all=$((all + 1)) 27 echo "All $all tests passed" 29 echo "$failed of $all tests failed"
|
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/ |
H A D | run-ptest | 6 all=0 21 all=$((all + 1)) 29 all=$((all + 1)) 37 echo "All $all tests passed" 39 echo "$failed of $all tests failed"
|
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/ |
H A D | run-ptest | 8 all=0 14 all=$((all + 1)) 22 all=$((all + 1)) 28 echo "All $all tests passed" 30 echo "$failed of $all tests failed"
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_pm121.c | 881 int all = 1; in pm121_new_control() local 886 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 887 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 888 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 889 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() 891 if (all) in pm121_new_control() 911 int all = 1; in pm121_new_sensor() local 916 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor() 917 &sensor_cpu_temp) && all; in pm121_new_sensor() 918 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 060 | 122 _check_test_img -r all 145 _check_test_img -r all 268 _check_test_img -r all 281 _check_test_img -r all 290 _check_test_img -r all 302 _check_test_img -r all 311 _check_test_img -r all 338 _check_test_img -r all 355 _check_test_img -r all 376 _check_test_img -q -r all [all …]
|
H A D | 108 | 91 _check_test_img -r all 119 _check_test_img -r all 143 _check_test_img -r all 151 _check_test_img -r all 159 _check_test_img -r all 167 _check_test_img -r all 211 _check_test_img -r all | grep -v '^Repairing cluster.*refcount=1 reference=0' 290 _check_test_img -r all | grep -v '^Repairing cluster.*refcount=1 reference=0' 389 TEST_IMG="$export_mp" _check_test_img -r all \
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 130 dcb ets set dev $swp prio-tc all:0 177 dcb ets set dev $swp prio-tc all:0 5:1 6:2 7:3 196 dcb pfc set dev $swp prio-pfc all:off 5:on 6:on 7:on delay 0 224 dcb pfc set dev $swp prio-pfc all:off delay 0 225 dcb ets set dev $swp prio-tc all:0 259 dcb buffer set dev $swp prio-buffer all:0 261 dcb ets set dev $swp prio-tc all:0 273 dcb buffer set dev $swp buffer-size all:0 0:$size 2>/dev/null 278 dcb buffer set dev $swp buffer-size all:0 0:$size 286 dcb buffer set dev $swp buffer-size all:0 [all …]
|
H A D | tc_sample.sh | 232 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \ 250 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 263 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \ 267 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 269 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \ 284 tc filter add dev $rp1 ingress protocol all pref 1 handle 101 matchall \ 288 tc filter add dev $rp1 ingress protocol all pref 2 handle 102 matchall \ 295 tc filter del dev $rp1 ingress protocol all pref 1 handle 101 matchall 297 tc filter add dev $rp1 ingress protocol all pref 2 handle 102 matchall \ 303 tc filter del dev $rp1 ingress protocol all pref 2 handle 102 matchall [all …]
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | names_values.hpp | 65 return all; in get() 76 all += name + '='; in addName() 88 all += stream.str(); in addValue() 97 if (!all.empty()) in addDivider() 99 all += '|'; in addDivider() 106 std::string all; member in witherspoon::power::util::NamesValues
|
/openbmc/phosphor-power/ |
H A D | names_values.hpp | 65 return all; in get() 76 all += name + '='; in addName() 88 all += stream.str(); in addValue() 97 if (!all.empty()) in addDivider() 99 all += '|'; in addDivider() 106 std::string all; member in phosphor::power::util::NamesValues
|
/openbmc/linux/include/linux/ |
H A D | netfilter.h | 34 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp() 35 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp() 36 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp() 37 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp() 53 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask() 54 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask() 55 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask() 56 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
|
/openbmc/linux/scripts/ |
H A D | Makefile.headersinst | 27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs)) 42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs)) 45 all-headers := $(src-headers) $(gen-headers) 48 old-subdirs := $(wildcard $(all-subdirs)) 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 54 wanted-dirs := $(sort $(dir $(all-headers))) 71 __headers: $(all-headers) 77 existing-headers := $(filter $(old-headers), $(all-headers))
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-apq8016-fails.txt | 3 kms_cursor_legacy@all-pipes-forked-bo,Fail 4 kms_cursor_legacy@all-pipes-forked-move,Fail 5 kms_cursor_legacy@all-pipes-single-bo,Fail 6 kms_cursor_legacy@all-pipes-single-move,Fail 7 kms_cursor_legacy@all-pipes-torture-bo,Fail 8 kms_cursor_legacy@all-pipes-torture-move,Fail
|
/openbmc/u-boot/Documentation/media/ |
H A D | Makefile | 25 .PHONY: all html epub xml latex 27 all: $(IMGDOT) $(BUILDDIR) ${TARGETS} target 28 html: all 29 epub: all 30 xml: all 31 latex: $(IMGPDF) all
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 45 convention at all. 77 0x02 all linux/fd.h 78 0x03 all linux/hdreg.h 80 0x06 all linux/lp.h 81 0x09 all linux/raid/md_u.h 85 0x12 all linux/fs.h 87 0x1b all InfiniBand Subsystem 89 0x20 all drivers/cdrom/cm206.h 90 0x22 all scsi/sg.h 105 '8' all SNP8023 advanced NIC card [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-filter.js | 17 $scope.selectedSeverity.all = !$scope.selectedSeverity.all; 19 if ($scope.selectedSeverity.all) { 35 $scope.selectedSeverity.all = true; 43 $scope.selectedSeverity.all = true; 48 $scope.selectedSeverity.all = false;
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
H A D | builddelete.py | 30 for t in b.target_set.all(): 32 for t in b.task_build.all(): 34 for p in b.package_set.all(): 36 for lv in b.layer_version_build.all(): 38 for v in b.variable_build.all(): 40 for l in b.logmessage_set.all():
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 20 When this flag was set, all kernel related testcases would be marked as 105 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 106 +check_skip_kernel_test $NUM_TESTS "Skipping all tests." || 150 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 151 +check_skip_kernel_test "$NUM_TESTS" "Skipping all tests." || 169 -skip $isroot "Root access is needed. Skipping all tests." "$NUM_TESTS" || 170 +check_skip_kernel_test "$NUM_TESTS" "Skipping all tests." || 188 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 189 +check_skip_kernel_test "$NUM_TESTS" "Skipping all tests." || 207 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgro.sh | 46 local -r all="$@" 47 local -r tx_args=${all%rx*} 48 local -r rx_args=${all#*rx} 75 local -r all="$@" 76 local -r tx_args=${all%rx*} 77 local -r rx_args=${all#*rx} 115 local -r all="$@" 116 local -r tx_args=${all%rx*} 117 local -r rx_args=${all#*rx}
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | sensors-overview-controller.js | 23 {all: true, normal: false, warning: false, critical: false}; property in $scope.selectedSeverity 64 $scope.selectedSeverity.all = !$scope.selectedSeverity.all; 66 if ($scope.selectedSeverity.all) { 81 $scope.selectedSeverity.all = true; 88 $scope.selectedSeverity.all = true; 93 $scope.selectedSeverity.all = false; 98 if ($scope.selectedSeverity.all) return true;
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | devices.rst | 11 'type' is a (all), c (char), or b (block). 'all' means it applies 12 to all types and all major and minor numbers. Major and minor are 13 either an integer or * for all. Access is a composition of r 16 The root device cgroup starts with rwm to 'all'. A child device 62 a cgroup's devices.deny file, all its children will have that entry removed 63 from their whitelist and all the locally set whitelist entries will be 85 A all "b 8:* rwm", "c 116:* rw" 86 B "c 1:3 rwm", "b 3:* rwm" all the rest 98 A "c 1:3 rwm", "c 1:5 r" all the rest 99 B "c 1:3 rwm", "c 1:5 r" all the rest [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | escape.tcl | 25 regsub -all {'} $buffer {'\''} new_buffer 61 regsub -all {'\\''} $buffer ${place_holder} buffer 86 regsub -all ${place_holder} $return_buffer {'} return_buffer 109 regsub -all {[\{\}]} [escape_bash_quotes $buffer] {'} new_buffer 135 regsub -all ${escape_chars_regex} ${buffer} {\\\0} buffer
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
H A D | 0002-tcl-fix-a-build-issue.patch | 19 - $(SHELL_ENV) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 20 + $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 23 $(SHELL_ENV) $(GDB) --args ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ 25 $(SHELL_ENV) $(LLDB) -- ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ 37 ….;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .… 38 ….;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .… 60 $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \ 75 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TES… 76 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TESTF…
|
/openbmc/linux/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 41 A strong (full) memory ordering guarantees that all prior loads and 42 stores (all po-earlier instructions) on the same CPU are completed 44 It also guarantees that all po-earlier stores on the same CPU 45 and all propagated stores from other CPUs must propagate to all 49 A RELEASE memory ordering guarantees that all prior loads and 50 stores (all po-earlier instructions) on the same CPU are completed 51 before the operation. It also guarantees that all po-earlier 52 stores on the same CPU and all propagated stores from other CPUs 53 must propagate to all other CPUs before the release operation 57 An ACQUIRE memory ordering guarantees that all post loads and [all …]
|