Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/
H A Drun-ptest4 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 Dtest_btf_skc_cls_ingress.c38 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()
129 LOG(); in handle_ip6_tcp()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest9 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/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest13 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/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A Drun-ptest6 LOG="${NFTABLESLIB}/ptest/nftables_ptest_$(date +%Y%m%d-%H%M%S).log"
8 …RIND|TAINTED|DUMP FAIL|FAILED)\]/ s/^/FAIL: /' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | tee -a "${LOG}"
10 passed=$(grep -c PASS: "${LOG}")
11 failed=$(grep -c FAIL: "${LOG}")
18 ) | tee -a "${LOG}"
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A Drun-ptest56 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 Drun.sh70 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 Dmachine.py53 LOG = logging.getLogger(__name__) variable
389 LOG.debug("Cleaning up after VM process")
393 LOG.warning(
519 LOG.debug("Closing console file")
524 LOG.debug("Closing console socket")
540 LOG.debug("Performing hard shutdown")
562 LOG.debug(
579 LOG.debug(
586 LOG.debug(
903 LOG.debug("Opening console socket")
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dslogn.S344 |--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
472 |--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID
[all …]
H A Dstwotox.S330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
/openbmc/u-boot/include/
H A Dlog.h93 #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 Drun-ptest8 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/qemu/python/qemu/utils/
H A Daccel.py23 LOG = logging.getLogger(__name__) variable
48 LOG.debug("Failed to get the list of accelerators in %s", qemu_bin)
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst135 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/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch29 - 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 D0012-hgfsServerLinux-Consider-64bit-time_t-possibility.patch22 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/u-boot/test/
H A DMakefile13 obj-$(CONFIG_$(SPL_)LOG) += log/
/openbmc/linux/Documentation/networking/
H A Dnetfilter-sysctl.rst15 with LOG target; this aims to prevent containers from flooding host
/openbmc/openbmc/meta-security/recipes-ids/aide/aide/
H A Daide.conf79 LOG = >
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch93 LOG(IPCUnixSocket, Error)
116 LOG(IPCUnixSocket, Error)
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py117 LOG = logging.getLogger(__name__) variable
226 LOG.warning(msg)
233 LOG.warning(msg)
/openbmc/docs/designs/
H A Dredfish-eventservice.md132 | | +-------------+ | | | 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/u-boot/common/
H A DMakefile129 obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c348 #if CONFIG_IS_ENABLED(LOG) in main()
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl582 print LOG @_;
1569 my $log_size = tell LOG;
1908 print LOG $line if ($dolog);
4289 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}";
4290 LOG->autoflush(1);
4439 $test_log_start = tell(LOG);
4551 close LOG;

12