/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/ |
H A D | run-ptest | 4 LOG="${JQ_LIB}/ptest/jq_ptest_$(date +%Y%m%d-%H%M%S).log" 7 echo "" > ${LOG} 17 ./tests/${test} >> ${LOG} 2>> ${LOG} 20 echo "PASS: ${test}" >> ${LOG} 23 echo "FAIL: ${test}" >> ${LOG} 27 passed=`grep PASS: ${LOG}|wc -l` 28 failed=`grep FAIL: ${LOG}|wc -l` 29 skipped=`grep SKIP: ${LOG}|wc -l` 37 ) | tee -a /${LOG}
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_btf_skc_cls_ingress.c | 25 #define LOG() ({ if (!linum) linum = __LINE__; }) macro 38 LOG(); in test_syncookie_helper() 43 LOG(); in test_syncookie_helper() 51 LOG(); in test_syncookie_helper() 62 LOG(); in test_syncookie_helper() 90 LOG(); in handle_ip6_tcp() 97 LOG(); in handle_ip6_tcp() 106 LOG(); in handle_ip6_tcp() 111 LOG(); in handle_ip6_tcp() 124 LOG(); in handle_ip6_tcp() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | run-ptest | 13 LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log" 40 …-valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBEXECDIR} --yocto-ptest $i 2>&1|tee -a ${LOG} 50 2>&1|tee -a ${LOG} 55 2>&1|tee -a ${LOG} 77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'` 86 passed=`grep PASS: ${LOG}|wc -l` 87 failed=`grep FAIL: ${LOG}|wc -l` 88 skipped=`grep SKIP: ${LOG}|wc -l` 96 ) | tee -a /${LOG}
|
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
H A D | run-ptest | 9 LOG="${LIBEVENTLIB}/ptest/libevent_ptest_$(date +%Y%m%d-%H%M%S).log" 17 …D/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /DISABLED/ s/^/SKIP: /' | cut -f1,2 -d ':' | tee -a ${LOG} 19 passed=`grep PASS: ${LOG}|wc -l` 20 failed=`grep FAIL: ${LOG}|wc -l` 21 skipped=`grep -E SKIP: ${LOG}|wc -l` 29 ) | tee -a ${LOG}
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/ |
H A D | run-ptest | 6 LOG="${NFTABLESLIB}/ptest/nftables_ptest_$(date +%Y%m%d-%H%M%S).log" 8 …]/ s/^/FAIL: / ; /I: \[SKIPPED\]/ s/^/SKIP: /' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | tee -a "${LOG}" 10 passed=$(grep -c PASS: "${LOG}") 11 failed=$(grep -c FAIL: "${LOG}") 12 skiped=$(grep -c SKIP: "${LOG}") 22 ) | tee -a "${LOG}"
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/ |
H A D | run-ptest | 56 LOG=${PWD}/tests.log 70 rjob ${t} ${LOG} & 80 skipped=$(grep -c SKIP ${LOG}) 81 passed=$(grep -c PASS ${LOG}) 82 failed=$(grep -c FAIL ${LOG}) 89 cat ${LOG}
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 70 LOG=$(mktemp --tmpdir -t lkdtm-log-XXXXXX) 73 rm -f "$LOG" "$DMESG" 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true 99 cat "$LOG" 101 if grep -E -qi "$expect" "$LOG" ; then 105 if grep -E -qi XFAIL: "$LOG" ; then
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 53 LOG = logging.getLogger(__name__) variable 395 LOG.debug("Cleaning up after VM process") 399 LOG.warning( 432 LOG.warning(msg, -int(exitcode), command) 476 LOG.debug('VM launch command: %r', ' '.join(self._qemu_full_args)) 525 LOG.debug("Closing console file") 530 LOG.debug("Closing console socket") 546 LOG.debug("Performing hard shutdown") 563 LOG.debug("Attempting graceful termination") 568 LOG.debug( [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | slogn.S | 335 blt LOGNEG | ...LOG OF NEGATIVE ARGUMENT IS INVALID 344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y) 345 |-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F). 347 |--LOG(1+U) CAN BE VERY EFFICIENT. 356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F) 387 |--LOG(1+U) IS APPROXIMATED BY 407 addal #16,%a0 | ...ADDRESS OF LOG(F) 413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6)) 415 faddx %fp1,%fp0 | ...FP0 IS LOG(F) + LOG(1+U) 428 |--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL [all …]
|
H A D | stwotox.S | 330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
|
/openbmc/u-boot/include/ |
H A D | log.h | 93 #if CONFIG_IS_ENABLED(LOG) 113 #if CONFIG_IS_ENABLED(LOG) 123 if (CONFIG_IS_ENABLED(LOG) && (_l <= _LOG_MAX_LEVEL || _LOG_DEBUG)) \ 144 #if !_DEBUG && CONFIG_IS_ENABLED(LOG) 190 #if CONFIG_IS_ENABLED(LOG) && defined(CONFIG_LOG_ERROR_RETURN) 397 #if CONFIG_IS_ENABLED(LOG)
|
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/ |
H A D | run-ptest | 8 LOG="${COREUTILSLIB}/ptest/coreutils_ptest_$(date +%Y%m%d-%H%M%S).log" 14 …tester -c "cd ${COREUTILSLIB}/ptest && make check-TESTS top_srcdir=. srcdir=." 2>&1 | tee -a ${LOG}
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-adap-g-log-addrs.rst | 135 to :ref:`CEC_LOG_ADDR_TYPE_UNREGISTERED <CEC-LOG-ADDR-TYPE-UNREGISTERED>`). 162 * .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`: 170 * .. _`CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU`: 180 * .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`: 268 * .. _`CEC-LOG-ADDR-TYPE-TV`: 273 * .. _`CEC-LOG-ADDR-TYPE-RECORD`: 278 * .. _`CEC-LOG-ADDR-TYPE-TUNER`: 283 * .. _`CEC-LOG-ADDR-TYPE-PLAYBACK`: 288 * .. _`CEC-LOG-ADDR-TYPE-AUDIOSYSTEM`: 293 * .. _`CEC-LOG-ADDR-TYPE-SPECIFIC`: [all …]
|
/openbmc/qemu/python/qemu/utils/ |
H A D | accel.py | 23 LOG = logging.getLogger(__name__) variable 48 LOG.debug("Failed to get the list of accelerators in %s", qemu_bin)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 29 - LOG(6, "%s: File Size limits: 0x%"FMT64"x 0x%"FMT64"x\n", 31 + //LOG(6, ("%s: File Size limits: 0x%jx 0x%jx\n",
|
H A D | 0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch | 22 LOG(4, "%s: done, permissions %o%o%o%o, size %"FMT64"u\n", __FUNCTION__, 34 - LOG(4, "access: %"FMTTIMET"d/%"FMT64"u \nwrite: %"FMTTIMET"d/%"FMT64"u \n"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy/ |
H A D | CVE-2020-15117.patch | 39 + LOG((CLOG_ERR "ALLOC: Unable to allocate memory %d bytes", len)); 40 + LOG((CLOG_DEBUG "bad_alloc detected: Do you have enough free memory?"));
|
/openbmc/u-boot/test/ |
H A D | Makefile | 13 obj-$(CONFIG_$(SPL_)LOG) += log/
|
/openbmc/linux/Documentation/networking/ |
H A D | netfilter-sysctl.rst | 15 with LOG target; this aims to prevent containers from flooding host
|
/openbmc/openbmc/meta-security/recipes-ids/aide/aide/ |
H A D | aide.conf | 79 LOG = >
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 117 LOG = logging.getLogger(__name__) variable 226 LOG.warning(msg) 233 LOG.warning(msg)
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 132 | | +-------------+ | | | METRICSREPORT | | EVENT LOG | | | 139 | | +--------------| | | | METRCISREPORT | | EVENT LOG | | | 166 … | | CLIENT | | BMCWEB | | EVENT LOG/ | 181 | | | LOG REDFISH EVENT LOG | | 276 | | | | | LOG REDFISH EVENT LOG | | | 297 | | | LOG REDFISH EVENT LOG | | 306 … | | CLIENT | | BMCWEB | | EVENT LOG/ | 403 | | | | | LOG REDFISH EVENT LOG | | | 424 | | | LOG REDFISH EVENT LOG | | 439 | | | LOG REDFISH EVENT LOG | |
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 582 print LOG @_; 1569 my $log_size = tell LOG; 1908 print LOG $line if ($dolog); 4292 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}"; 4293 LOG->autoflush(1); 4442 $test_log_start = tell(LOG); 4554 close LOG;
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | start.c | 348 #if CONFIG_IS_ENABLED(LOG) in main()
|
/openbmc/u-boot/common/ |
H A D | Makefile | 129 obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o
|