Home
last modified time | relevance | path

Searched full:checker (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/libcper/examples/
H A Dnvidia_cmet_info.json78 "value": "Alias Checker Failed"
88 "value": "Alias Checker Failed"
98 "value": "Alias Checker Failed"
108 "value": "Alias Checker Failed"
118 "value": "Alias Checker Failed"
128 "value": "Alias Checker Failed"
138 "value": "Alias Checker Failed"
148 "value": "Alias Checker Failed"
158 "value": "Alias Checker Failed"
168 "value": "Alias Checker Failed"
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/
H A Dboard-type-checker.bb1 SUMMARY = "Bletchley board type checker"
2 DESCRIPTION = "Bletchley board type checker to probe i2c device with correct driver in user-space"
14 SRC_URI = " file://board-type-checker-fpb \
15 file://board-type-checker-fpb.service \
19 SYSTEMD_SERVICE:${PN}:append = " board-type-checker-fpb.service"
23 install -m 0755 ${UNPACKDIR}/board-type-checker-fpb ${D}${libexecdir}/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/
H A Dspectre-meltdown-checker_0.46.bb1 SUMMARY = "Hardware vulnerability and mitigation checker"
4 Meltdown vulnerability/mitigation checker for Linux & BSD \
6 HOMEPAGE = "https://github.com/speed47/spectre-meltdown-checker"
7 BUGTRACKER = "https://github.com/speed47/spectre-meltdown-checker/issues"
9 LIC_FILES_CHKSUM = "file://spectre-meltdown-checker.sh;beginline=2;endline=2;md5=3ae5399e70af7be9b9…
11 SRC_URI = "git://github.com/speed47/spectre-meltdown-checker;protocol=https;branch=master"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/kernel-hardening-checker/
H A Dkernel-hardening-checker_0.6.10.bb10 HOMEPAGE = "https://github.com/a13xp0p0v/kernel-hardening-checker"
11 BUGTRACKER = "https://github.com/a13xp0p0v/kernel-hardening-checker/issues"
15 SRC_URI = "git://github.com/a13xp0p0v/kernel-hardening-checker;protocol=https;branch=master"
34 # oe-run-native kernel-hardening-checker-native kernel-hardening-checker ...
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Reference_Checker.robot2 Documentation Test BMC using https://github.com/DMTF/Redfish-Reference-Checker
17 ${rsv_github_url} https://github.com/DMTF/Redfish-Reference-Checker.git
18 ${rsv_dir_path} Redfish-Reference-Checker
35 IF ${rc} != 0 Fail Redfish-Reference-Checker Failed.
/openbmc/openbmc/poky/meta/recipes-support/aspell/
H A Daspell_0.60.8.1.bb1 SUMMARY = "GNU Aspell spell-checker"
3 DESCRIPTION = "Spell checker designed to eventually replace Ispell. \
4 It can either be used as a library or as an independent spell checker. \
7 checker out there for the English language."
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/
H A Dboard-type-checker-fpb.service2 Description=Front Panel Board Checker
11 ExecStart=/usr/libexec/board-type-checker-fpb
12 SyslogIdentifier=Front Panel Board Checker
/openbmc/qemu/tests/unit/
H A Dtest-crypto-der.c211 QCryptoAns1DecoderResultChecker checker[MAX_CHECKER_COUNT]; member
223 QCryptoAns1DecoderResultChecker *checker = in checker_callback() local
226 g_assert(value == checker->exp_value); in checker_callback()
227 g_assert(vlen == checker->exp_vlen); in checker_callback()
242 const QCryptoAns1DecoderResultChecker *checker = in test_ans1() local
243 &test_data->checker[checker_idx++]; in test_ans1()
245 if (!checker->action) { in test_ans1()
249 g_assert(checker->action(&c->data, &c->dlen, checker_callback, in test_ans1()
250 (void *)checker, &error_abort) in test_ans1()
251 == checker->exp_vlen); in test_ans1()
[all …]
/openbmc/qemu/scripts/qapi/
H A Dpylintrc5 # Disable the message, report, category or checker with the given id(s). You
10 # you want to run only the similarities checker, you can use "--disable=all
11 # --enable=similarities". If you want to run only the classes checker, but have
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc3 # Disable the message, report, category or checker with the given id(s). You
8 # you want to run only the similarities checker, you can use "--disable=all
9 # --enable=similarities". If you want to run only the classes checker, but have
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/
H A D0001-makefile-Add-missing-LDFLAGS.patch16 @@ -6,7 +6,7 @@ all: example checker
19 checker: confcheck.o
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py232 OR(*CHECKER_MACROS, name='checker'),
250 def checker(self) -> CheckerMacroName: member in TypeCheckMacro
251 """Name of checker macro being used"""
252 return self.group('checker') # type: ignore
321 expected_suffix = dict(EXPECTED_CHECKER_SUFFIXES).get(self.checker)
323 # here the available data depends on the checker macro being called:
327 if self.checker in ('OBJECT_GET_CLASS', 'OBJECT_CLASS_CHECK'):
329 elif self.checker == 'OBJECT_CHECK':
350 for checker,suffix in EXPECTED_CHECKER_SUFFIXES:
352 if self.checker != checker:
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyflakes_3.3.2.bb1 SUMMARY = "passive checker of Python programs"
H A Dpython3-pycodestyle_2.13.0.bb1 SUMMARY = "Python style guide checker (formly called pep8)"
H A Dpython3-mccabe_0.7.0.bb1 DESCRIPTION = "McCabe checker, plugin for flake8"
H A Dpython3-pep8_1.7.1.bb1 DESCRIPTION = "Python style guide checker"
H A Dpython3-typeguard_4.4.2.bb1 SUMMARY = "Run-time type checker for Python"
/openbmc/qemu/python/
H A Dsetup.cfg132 # Disable the message, report, category or checker with the given id(s). You
137 # you want to run only the similarities checker, you can use "--disable=all
138 # --enable=similarities". If you want to run only the classes checker, but have
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/images/
H A Dfb-bletchley-phosphor-image.inc13 board-type-checker \
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dwayland_1.23.1.bb42 cp -rf ${B}/tests/*-test ${B}/tests/*-checker ${D}${PTEST_PATH}/tests
43 cp -rf ${B}/tests/*-checker ${D}${PTEST_PATH}
/openbmc/openbmc/meta-google/recipes-extended/libconfig/
H A Dconf2struct-native_git.bb27 oe_runmake checker
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-nvidia.h13 "Alias Checker Failed", // 0x0
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell_1.7.2.bb1 SUMMARY = "A spell checker and morphological analyzer library"
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h39 * @chk_lpt_sz: used by LPT tree size checker
40 * @chk_lpt_sz2: used by LPT tree size checker
41 * @chk_lpt_wastage: used by LPT tree size checker
42 * @chk_lpt_lebs: used by LPT tree size checker
43 * @new_nhead_offs: used by LPT tree size checker
/openbmc/openbmc/poky/meta/recipes-extended/cracklib/
H A Dcracklib_2.10.3.bb1 SUMMARY = "Password strength checker library"

1234