Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py84 self._log = log
85 if self._log is None:
86 self._log = logging.getLogger(__name__)
124 self._log.debug("opened image \"%s\"" % self._image_path)
125 self._log.debug("block size %d, blocks count %d, image size %d"
202 self._log.debug("FilemapSeek: initializing")
238 self._log.debug("lseek(0, SEEK_HOLE) returned %d" % offs)
253 self._log.debug("FilemapSeek: block_is_mapped(%d) returns %s"
280 self._log.debug("FilemapSeek: yielding range (%d, %d)"
286 self._log.debug("FilemapSeek: get_mapped_ranges(%d, %d(%d))"
[all …]
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/
H A Dutils.sh7 _log() { function
15 _log "ERR" "$1"
21 _log "WRN" "$1"
27 _log "LOG" "$1"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py51 def _log(msg): function
302 _log("TOASTER_CLONE(%s/%s), version=%s" % (line,sub_path,version))
307 _log("LOCAL_CLONE(%s/%s), version=%s" % (line,sub_path,version))
322_log("Find_import_release(%s):version=%s,Toaster=%s" % (lv_id[1],version,is_toaster_clone))
331 _log("Find_import_release:RELEASE=%s" % release.name)
351 _log(" %s => %s;%s" % (key,lv_id[0],lv_id[1]))
359 _log(" %s ?> %s" % (key,lv_dict[key_short]))
361 _log("%s <= %s" % (key,layer_path))
368 _log(" Project Local Layer found!")
370 _log("ERROR: Local Layer '%s'" % e)
[all …]
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp426 _log << "epoch_ms,setpt,requester"; in initializeLog()
430 _log << "," << f << "," << f << "_raw"; in initializeLog()
431 _log << "," << f << "_pwm," << f << "_pwm_raw"; in initializeLog()
435 _log << "," << t << "," << t << "_raw"; in initializeLog()
438 _log << ",failsafe"; in initializeLog()
439 _log << std::endl; in initializeLog()
444 _log << value; in writeLog()
469 _log << std::chrono::duration_cast<std::chrono::milliseconds>( in updateFanTelemetry()
472 _log << "," << _maximumSetPoint; in updateFanTelemetry()
473 _log << "," << _maximumSetPointName; in updateFanTelemetry()
[all …]
H A Dzone.hpp65 _log.open(loggingPath + "/zone_" + std::to_string(zone) + ".log"); in DbusPidZone()
159 _log << "," << v.scaled << "," << v.unscaled; in processSensorInputs()
161 _log << "," << p.scaled << "," << p.unscaled; in processSensorInputs()
214 std::ofstream _log; member in pid_control::DbusPidZone
/openbmc/u-boot/include/
H A Dlog.h75 int _log(enum log_category_t cat, enum log_level_t level, const char *file,
124 _log((enum log_category_t)(_cat), _l, __FILE__, __LINE__, \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py34 def _log(msg): function
418 _log("Local Layer created=%s" % created)
470 _log("KeyError: %s" % e)
1171 _log("LAYER_ORPHAN_CHECK:Check for orphaned layers")
1174 _log("LAYER_ORPHAN_CHECK:Ref Count for '%s' = %d" % (layer.name,len(layer_refs)))
1176 _log("LAYER_ORPHAN_CHECK:DELETE orpahned '%s'" % (layer.name))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py333 self._log = log
374 self.log = BufferedLogger('BitBake.Data.PythonParser', logging.DEBUG, self._log)
398 self._log = log
421 self.log = BufferedLogger('BitBake.Data.%s' % self._name, logging.DEBUG, self._log)
/openbmc/u-boot/cmd/
H A Dlog.c91 if (_log(cat, level, file, line, func, "%s\n", msg)) in do_log_rec()
/openbmc/u-boot/test/log/
H A Dlog_test.c19 _log(log_uc_cat(cat), i, file, 100 + i, "func", "_log %d\n", in log_run()
/openbmc/u-boot/common/
H A Dlog.c199 int _log(enum log_category_t cat, enum log_level_t level, const char *file, in _log() function