| /openbmc/qemu/block/ |
| H A D | qed-check.c | 44 static bool qed_set_used_clusters(QEDCheck *check, uint64_t offset, in qed_set_used_clusters() argument 47 uint64_t cluster = qed_bytes_to_clusters(check->s, offset); in qed_set_used_clusters() 52 if (qed_test_bit(check->used_clusters, cluster)) { in qed_set_used_clusters() 56 qed_set_bit(check->used_clusters, cluster); in qed_set_used_clusters() 60 check->result->corruptions += corruptions; in qed_set_used_clusters() 69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table() argument 71 BDRVQEDState *s = check->s; in qed_check_l2_table() 82 check->result->bfi.allocated_clusters++; in qed_check_l2_table() 84 check->result->bfi.fragmented_clusters++; in qed_check_l2_table() 90 if (check->fix) { in qed_check_l2_table() [all …]
|
| /openbmc/phosphor-webui/app/access-control/directives/ |
| H A D | role-table.js | 20 const check = 37 'Configure components managed by this service', check, '', '', 41 {uiData: ['Configure manager resources', check, '', '', '']}, 44 'Update password for current user account', check, '', '', '' 47 {uiData: ['Configure users and their accounts', check, '', '', '']}, 50 'Log in to the service and read resources', check, check, check, 54 {uiData: ['IPMI access point', check, check, check, '']}, 55 {uiData: ['Redfish access point', check, check, check, '']}, 56 {uiData: ['SSH access point', check, '', '', '']}, 57 {uiData: ['WebUI access point', check, check, check, '']},
|
| /openbmc/qemu/tests/ |
| H A D | Makefile.include | 3 .PHONY: check-help 4 check-help: 17 ifneq ($(filter $(all-check-targets), check-softfloat),) 75 .PHONY: check-tcg 76 .ninja-goals.check-tcg = all test-plugins 77 check-tcg: $(RUN_TCG_TARGET_RULES) 87 .PHONY: check-venv 95 $(PYTHON) -m pip -q --disable-pip-version-check $1, \ 103 check-venv: $(TESTS_VENV_TOKEN) 105 FUNCTIONAL_TARGETS=$(patsubst %-softmmu,check-functional-%, $(filter %-softmmu,$(TARGETS))) [all …]
|
| /openbmc/qemu/python/ |
| H A D | Makefile | 52 .PHONY: pipenv check-pipenv 53 pipenv check-pipenv: 57 PIP_INSTALL = pip install --disable-pip-version-check 75 .PHONY: check-minreqs 76 check-minreqs: min-venv 80 make check; \ 96 .PHONY: check-dev 97 check-dev: dev-venv 101 make check; \ 108 .PHONY: check [all …]
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0004-tests-add-helper-script-to-run-the-installed_tests.patch | 14 tests/check/meson.build | 17 +++++++++++++++++ 15 tests/check/template.sh.in | 9 +++++++++ 16 tests/check/template.test.in | 2 +- 18 create mode 100755 tests/check/template.sh.in 20 diff --git a/tests/check/meson.build b/tests/check/meson.build 22 --- a/tests/check/meson.build 23 +++ b/tests/check/meson.build 48 diff --git a/tests/check/template.sh.in b/tests/check/template.sh.in 52 +++ b/tests/check/template.sh.in 63 diff --git a/tests/check/template.test.in b/tests/check/template.test.in [all …]
|
| H A D | 0002-tests-add-support-for-install-the-tests.patch | 16 tests/check/meson.build | 22 +++++++++++++++++++++- 17 tests/check/template.test.in | 3 +++ 19 create mode 100644 tests/check/template.test.in 47 option('check', type : 'feature', value : 'auto', description : 'Build unit test libraries') 48 diff --git a/tests/check/meson.build b/tests/check/meson.build 50 --- a/tests/check/meson.build 51 +++ b/tests/check/meson.build 68 if get_option('check').disabled() 98 diff --git a/tests/check/template.test.in b/tests/check/template.test.in 102 +++ b/tests/check/template.test.in
|
| H A D | 0001-tests-respect-the-idententaion-used-in-meson.patch | 10 tests/check/meson.build | 10 +++++----- 13 diff --git a/tests/check/meson.build b/tests/check/meson.build 15 --- a/tests/check/meson.build 16 +++ b/tests/check/meson.build
|
| /openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
| H A D | 0004-Add-a-new-distro-feature-ptest.patch | 9 Split "check-TESTS" into a buildtest and runtest target, so that they can 15 lib/am/check.am | 11 +++++++++-- 18 diff --git a/lib/am/check.am b/lib/am/check.am 20 --- a/lib/am/check.am 21 +++ b/lib/am/check.am 26 -.PHONY: check-TESTS 27 +.PHONY: check-TESTS buildtest-TESTS runtest-TESTS 35 -check-TESTS: $(TESTS) 40 +check-TESTS: buildtest-TESTS
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/ |
| H A D | phosphor-virtual-sensor_%.bbappend | 12 file://check-interposer-config \ 13 file://check-interposer-config.conf \ 23 check-interposer-config.conf:phosphor-virtual-sensor.service.d/check-interposer-config.conf \ 32 install -m 0755 -D ${UNPACKDIR}/check-interposer-config ${LIBEXECDIR}/check-interposer-config
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | test.c | 14 double check = 10.0; in main() local 18 if ( f != check ) exit(1); in main() 21 check = 1234.0; in main() 23 if ( floorf(f) != check) exit(1); in main()
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/ |
| H A D | 0001-check-sr-results-Return-non-zero-exit-code-on-failur.patch | 4 Subject: [PATCH] check-sr-results: Return non-zero exit code on failure 11 check-sr-results.py | 6 ++++++ 14 diff --git a/check-sr-results.py b/check-sr-results.py 16 --- a/check-sr-results.py 17 +++ b/check-sr-results.py
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
| H A D | 0001-sntp-Fix-types-in-check-for-pthread_detach.patch | 4 Subject: [PATCH] sntp: Fix types in check for pthread_detach 12 sntp/m4/openldap-thread-check.m4 | 5 +---- 15 diff --git a/sntp/m4/openldap-thread-check.m4 b/sntp/m4/openldap-thread-check.m4 17 --- a/sntp/m4/openldap-thread-check.m4 18 +++ b/sntp/m4/openldap-thread-check.m4
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/ |
| H A D | phosphor-pid-control_%.bbappend | 20 file://check-fsc-config \ 21 file://check-fsc-config.conf \ 30 check-fsc-config.conf:phosphor-pid-control.service.d/check-fsc-config.conf \ 39 install -m 0755 -D ${UNPACKDIR}/check-fsc-config ${LIBEXECDIR}/check-fsc-config
|
| /openbmc/phosphor-fan-presence/monitor/test/ |
| H A D | power_off_rule_test.cpp | 73 rules[0]->check(PowerRuleState::runtime, health); in TEST() 76 rules[0]->check(PowerRuleState::atPgood, health); in TEST() 91 rules[1]->check(PowerRuleState::runtime, health); in TEST() 98 rules[1]->check(PowerRuleState::runtime, health); in TEST() 112 rules[2]->check(PowerRuleState::runtime, health); in TEST() 133 rules[3]->check(PowerRuleState::runtime, health); in TEST() 146 rules[3]->check(PowerRuleState::runtime, health); in TEST()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | checks.c | 41 struct check; 43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); 45 struct check { struct 53 struct check **prereq; argument 57 static struct check *nm_##_prereqs[] = { __VA_ARGS__ }; \ 58 static struct check nm_ = { \ 75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 115 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 127 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 141 struct check *prq = c->prereq[i]; in run_check() [all …]
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/files/ |
| H A D | check-setuid-use-more-portable-find-args.patch | 4 Subject: [PATCH] check-setuid: use more portable find args 9 plugins/check-setuid | 6 +++--- 12 Index: checksecurity-2.0.16+nmu1/plugins/check-setuid 14 --- checksecurity-2.0.16+nmu1.orig/plugins/check-setuid 15 +++ checksecurity-2.0.16+nmu1/plugins/check-setuid
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | crosscompile_nm.patch | 1 Modifies export-check.pl to use look for $ENV{'NM'} before 9 export-check.pl | 7 ++++++- 12 Index: src/util/export-check.pl 14 --- src.orig/util/export-check.pl 15 +++ src/util/export-check.pl
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | form-elements.scss | 81 .control-check, 91 .control-check input { 115 .control-check:hover input ~ .control__indicator, 116 .control-check input:focus ~ .control__indicator { 122 .control-check input:checked ~ .control__indicator { 127 .control-check:hover input:not([disabled]):checked ~ .control__indicator { 132 .control-check input:disabled ~ .control__indicator { 139 .control-check:hover > input:disabled ~ .control__indicator { 145 .control-check input:not(:checked){ 149 /* Show check mark */ [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 260.out | 9 check that no bitmaps are in snapshot: not found 16 check bitmap after commit: name=bitmap0 dirty-clusters=2 17 check updated bitmap: name=bitmap0 dirty-clusters=3 26 check that no bitmaps are in snapshot: not found 33 check bitmap after commit: name=bitmap0 dirty-clusters=2 34 check updated bitmap: name=bitmap0 dirty-clusters=3 43 check that no bitmaps are in snapshot: not found 51 check bitmap after commit: name=bitmap0 dirty-clusters=2 52 check updated bitmap: name=bitmap0 dirty-clusters=3
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ |
| H A D | glibc-testsuite_2.41.bb | 6 SRC_URI += "file://check-test-wrapper" 21 chmod 0755 ${UNPACKDIR}/check-test-wrapper 29 test-wrapper="${UNPACKDIR}/check-test-wrapper ${TOOLCHAIN_TEST_TARGET}" \ 30 check
|
| /openbmc/phosphor-net-ipmid/test/ |
| H A D | cipher.cpp | 71 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() local 72 EXPECT_EQ(true, check); in TEST() 132 auto check = algoPtr->verifyIntegrityData( in TEST() local 136 EXPECT_EQ(true, check); in TEST() 169 auto check = algoPtr->verifyIntegrityData( in TEST() local 173 EXPECT_EQ(false, check); in TEST() 234 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() local 235 EXPECT_EQ(true, check); in TEST() 296 auto check = algoPtr->verifyIntegrityData( in TEST() local 300 EXPECT_EQ(true, check); in TEST() [all …]
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inflate.c | 152 # define UPDATE(check, buf, len) \ argument 153 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 155 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 160 # define CRC2(check, word) \ argument 164 check = crc32(check, hbuf, 2); \ 167 # define CRC4(check, word) \ argument 173 check = crc32(check, hbuf, 4); \ 369 state->check = crc32(0L, Z_NULL, 0); in inflate() 370 CRC2(state->check, hold); in inflate() 401 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
| H A D | run-ptest | 4 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/bench 7 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/benchf 10 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/benchl
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | parallels-checks.out | 31 == check last cluster == 42 == check second cluster == 46 == check second cluster == 58 == check the first cluster == 61 == check second cluster == 67 == check the first cluster == 70 == check the second cluster (deduplicated) == 81 == check second cluster == 85 == check second cluster == 88 == check the first cluster with self-repair == [all …]
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ |
| H A D | ampere-hostctrl.bb | 16 file://ampere-host-on-host-check@.service \ 20 file://ampere-bmc-reboot-host-check@.service \ 28 ampere-bmc-reboot-host-check@.service \ 39 HOST_ON_RESET_HOSTTMPL = "ampere-host-on-host-check@.service" 40 HOST_ON_RESET_HOSTINSTMPL = "ampere-host-on-host-check@{0}.service" 55 HOST_CHECK_BMC_REBOOT_HOSTTMPL = "ampere-bmc-reboot-host-check@.service" 56 HOST_CHECK_BMC_REBOOT_HOSTINSTMPL = "ampere-bmc-reboot-host-check@{0}.service"
|