Home
last modified time | relevance | path

Searched refs:log (Results 176 – 200 of 2189) sorted by relevance

12345678910>>...88

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dgpio.c88 .log[0] = (info & 0x1800) >> 11, in dcb_gpio_parse()
89 .log[1] = (info & 0x6000) >> 13, in dcb_gpio_parse()
98 .log[0] = (info & 0x18000000) >> 27, in dcb_gpio_parse()
99 .log[1] = (info & 0x60000000) >> 29, in dcb_gpio_parse()
108 .log[0] = (info1 & 0x30) >> 4, in dcb_gpio_parse()
109 .log[1] = (info1 & 0xc0) >> 6, in dcb_gpio_parse()
140 .log[0] = !!(conf & 0x02), in dcb_gpio_match()
141 .log[1] = !(conf & 0x02), in dcb_gpio_match()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-implement-libc-specific-reopen_stream.patch20 lib/log/log.c | 6 ++++++
24 Index: LVM2.2.02.177/lib/log/log.c
26 --- LVM2.2.02.177.orig/lib/log/log.c
27 +++ LVM2.2.02.177/lib/log/log.c
/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp74 log<level::ERR>( in getTrustGrps()
88 log<level::ERR>( in getTrustGrps()
135 log<level::ERR>( in getSensorDefs()
204 log<level::ERR>( in getFanDefs()
287 log<level::ERR>( in getFanDefs()
345 log<level::ERR>( in getFanDefs()
362 log<level::INFO>( in getFanDefs()
428 log<level::ERR>(msg); in getPowerOffCause()
473 log<level::ERR>(msg); in getPowerOffAction()
483 log<level::ERR>(msg); in getPowerOffAction()
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.cpp83 log<level::ERR>(
150 FlightRecorder::instance().log( in setTarget()
174 log<level::DEBUG>( in lockFanTarget()
196 log<level::DEBUG>( in unlockFanTarget()
213 FlightRecorder::instance().log( in setTargetHold()
223 FlightRecorder::instance().log( in setTargetHold()
243 FlightRecorder::instance().log( in setTargetHold()
271 FlightRecorder::instance().log( in setFloorHold()
281 FlightRecorder::instance().log( in setFloorHold()
302 FlightRecorder::instance().log( in setFloorHold()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf8 logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
10 childlogdir=/var/log/ ; ('AUTO' child log dir, default $TEMP)
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_mkdir.py21 with u_boot_console.log.section('Test Case 1 - mkdir'):
38 with u_boot_console.log.section('Test Case 2 - mkdir (sub-sub directory)'):
56 with u_boot_console.log.section('Test Case 3 - mkdir (non-existing path)'):
67 with u_boot_console.log.section('Test Case 4 - mkdir (".")'):
78 with u_boot_console.log.section('Test Case 5 - mkdir ("..")'):
90 with u_boot_console.log.section('Test Case 6 - mkdir (create many)'):
H A Dtest_ext.py23 with u_boot_console.log.section('Test Case 1 - write with abs path'):
45 with u_boot_console.log.section('Test Case 2 - write with rel path'):
67 with u_boot_console.log.section('Test Case 3 - write with invalid path'):
81 … with u_boot_console.log.section('Test Case 4 - write at non-zero offset, enlarging file size'):
113 … with u_boot_console.log.section('Test Case 5 - write at non-zero offset, shrinking file size'):
145 … with u_boot_console.log.section('Test Case 6 - write nothing at the start, truncating to zero'):
169 with u_boot_console.log.section('Test Case 7 - write at the end (append)'):
201 with u_boot_console.log.section('Test Case 8 - write beyond the end'):
218 … with u_boot_console.log.section('Test Case 9 - write to non-existing file with non-zero offset'):
/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp48 log<level::INFO>("threadStopAll : skipping, Host is not running"); in threadStopAll()
58 log<level::ERR>( in threadStopAll()
80 log<level::ERR>( in threadStopAll()
108 log<level::INFO>( in threadStopAll()
116 log<level::INFO>( in threadStopAll()
128 log<level::ERR>( in threadStopAll()
/openbmc/phosphor-logging/test/openpower-pels/
H A Devent_logger_test.cpp41 _eventLogger->log(name, level, d); in create()
79 eventLogger.log("one", Entry::Level::Error, ad); in TEST()
92 eventLogger.log("two", Entry::Level::Error, ad); in TEST()
93 eventLogger.log("three", Entry::Level::Error, ad); in TEST()
109 eventLogger.log("three", Entry::Level::Error, ad); in TEST()
110 eventLogger.log("two", Entry::Level::Error, ad); in TEST()
111 eventLogger.log("one", Entry::Level::Error, ad); in TEST()
/openbmc/qemu/tests/qemu-iotests/
H A D14140 iotests.log(f'=== Testing {self.name} ===')
54 iotests.log(event, filters=[iotests.filter_qmp_event])
60 iotests.log('')
68 iotests.log('Creating bottom <- middle <- top backing file chain...')
82 iotests.log('Starting VM...')
111 iotests.log(event, filters=[iotests.filter_qmp_event])
123 iotests.log(event, filters=[iotests.filter_qmp_event])
H A D070.out3 === Verify open image read-only fails, due to dirty log ===
4 …le 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs to be re…
5 To replay the log, run:
7 === Verify open image replays log ===
10 === Verify qemu-img check -r all replays log ===
18 === Verify open image read-only succeeds after log replay ===
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_spi.c81 log(LOGC_NONE, LOGL_ERR, "%s: can't do full duplex\n", in tpm_tis_spi_xfer()
102 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer()
115 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer()
126 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer()
144 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_xfer()
257 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_request_locality()
385 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_recv()
428 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_send()
437 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_send()
624 log(LOGC_NONE, LOGL_ERR, in tpm_tis_spi_probe()
[all …]
/openbmc/linux/include/linux/
H A Dfs_context.h78 struct fc_log *log; member
100 struct p_log log; /* Logging buffer */ member
183 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...);
185 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \
187 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
199 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
211 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__)
223 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py545 def __init__(self,ldict,log=None,reflags=0): argument
554 if log is None:
555 self.log = PlyLogger(sys.stderr)
557 self.log = log
577 self.log.error("No token list is defined")
582 self.log.error("tokens must be a list or tuple")
587 self.log.error("tokens is empty")
598 self.log.error("Bad token name '%s'",n)
601 self.log.warning("Token '%s' multiply defined", n)
789 self.log.error("No rules defined for state '%s'",state)
[all …]
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh119 bitbake -S none ${targets} 2>&1 | tee -a ${OUTPUT}/${M}/log;
142 …K} between ${MACHINE1} and ${MACHINE2} ===\n" | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log
151 echo "$i" >> ${OUTPUT}/failed-recipes.log
153 done | tee -a ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log
155 ERRORS=`grep "^ERROR.*" ${OUTPUT}/signatures.${MACHINE2}.${TASK}.log | wc -l`
172 if [ "${RESULT}" != "0" -a -f ${OUTPUT}/failed-recipes.log ] ; then
173 …TPUT}/failed-recipes.log | sort -u >${OUTPUT}/failed-recipes.log.u && mv ${OUTPUT}/failed-recipes.
H A Doe-build-perf-report39 log = logging.getLogger('oe-build-perf-report') variable
93 log.debug("Detected report in xml format in %s", commit)
379 log.error("No buildstats found, please try running "
392 log.debug(' %s', tag)
435 log.debug("Guessing arguments from the latest commit")
445 log.debug("Using hostname %s", val)
448 log.debug("Using branch %s", val)
498 log.setLevel(logging.DEBUG)
516 log.error("No revisions found to compare against")
519 log.error("No revision to report on found")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-Don-t-use-__GNUC_PREREQ.patch17 lib/log/log.h | 4 ++--
55 diff --git a/lib/log/log.h b/lib/log/log.h
57 --- a/lib/log/log.h
58 +++ b/lib/log/log.h
/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/
H A D0001-configure-Pass-LDFLAGS-to-link-tests.patch26 echo Checking for shared library support... | tee -a configure.log
31 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
33 echo No shared library support. | tee -a configure.log
41 echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log
49 echo "Checking for fseeko... Yes." | tee -a configure.log
58 echo "Checking for strerror... Yes." | tee -a configure.log
67 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
69 echo >> configure.log
76 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
78 echo >> configure.log
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py75 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
105 cons.log.action('%s: Sign images' % sha_algo)
146 cons.log.action('%s: Test FIT with signed images' % sha_algo)
157 cons.log.action('%s: Test FIT with signed configuration' % sha_algo)
165 cons.log.action('%s: Check signed config on the host' % sha_algo)
175 cons.log.action('%s: Check overflowed FIT header totalsize' % sha_algo)
180 cons.log.action('%s: Check default FIT header totalsize' % sha_algo)
194 cons.log.action('%s: Check bad config on the host' % sha_algo)
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DPoliciesStore.js41 .catch((error) => console.log(error));
50 .catch((error) => console.log(error));
59 .catch((error) => console.log(error));
81 console.log(error);
110 console.log(error);
135 console.log(error);
159 console.log(error);
178 console.log(error);
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0001-Don-t-expose-configure-args.patch22 # --with-log-file=/var/log/${PN}.log \
35 # --with-log-file=/var/log/${PN}.log \
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-stream39 iotests.log('Preparing disks...')
56 iotests.log('Launching VM...')
59 iotests.log('Starting stream jobs...')
60 iotests.log(vm.qmp('block-stream', device='disk0', job_id='job0'))
61 iotests.log(vm.qmp('block-stream', device='disk1', job_id='job1'))
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp57 phosphor::logging::log<phosphor::logging::level::ERR>( in initBMCDeviceState()
69 phosphor::logging::log<phosphor::logging::level::ERR>( in initBMCDeviceState()
77 phosphor::logging::log<phosphor::logging::level::INFO>( in initBMCDeviceState()
96 phosphor::logging::log<phosphor::logging::level::ERR>( in initBMCDeviceState()
139 phosphor::logging::log<phosphor::logging::level::ERR>( in getActiveSoftwareVersionInfo()
151 phosphor::logging::log<phosphor::logging::level::ERR>( in getActiveSoftwareVersionInfo()
162 phosphor::logging::log<phosphor::logging::level::ERR>( in getActiveSoftwareVersionInfo()
175 phosphor::logging::log<phosphor::logging::level::ERR>( in getActiveSoftwareVersionInfo()
188 phosphor::logging::log<phosphor::logging::level::INFO>( in getActiveSoftwareVersionInfo()
228 phosphor::logging::log<phosphor::logging::level::INFO>( in convertIntelVersion()
[all …]
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot25 [Documentation] Check event log after BMC rebooted.
40 [Documentation] Check event log after host has booted.
107 # "Id": "1", <----- Event log ID
131 # After issuing Redfish purge event log, there will be one informational error log
137 [Documentation] Reboot BMC and verify event log.
196 … [Documentation] Verify modified field of error log is updated when error log is marked resolved.
202 # Wait for 5 seconds after creating error log.
371 # Event log 1 should be wrapped.
387 # Check resolve field value of created error log.
449 [Documentation] Event log entries should exist.
[all …]
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp54 log<level::INFO>("watchdog: enabled and started", in enabled()
122 log<level::INFO>("watchdog: Timed out with no target", in timeOutHandler()
129 log<level::INFO>( in timeOutHandler()
146 log<level::ERR>("watchdog: Failed to start unit", in timeOutHandler()
161 log<level::ERR>("watchdog: failed to send timeout signal", in timeOutHandler()
181 log<level::INFO>("watchdog: falling back", in tryFallbackOrDisable()
188 log<level::INFO>("watchdog: disabled"); in tryFallbackOrDisable()

12345678910>>...88