Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp19 struct log struct
27 explicit log(const std::source_location& s, const char* msg, in log() function
41 explicit log( in log() function
51 /** Macro to define aliases for lg2::level(...) -> lg2::log<level>(...)
H A Dlog.hpp87 void log(T&& e) in log() function
156 void log(Msg msg, Entry... e) in log() function
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c20 static void reset_overflow(CXLEventLog *log) in reset_overflow()
29 CXLEventLog *log; in cxl_event_init() local
50 static CXLEvent *cxl_event_get_head(CXLEventLog *log) in cxl_event_get_head()
60 static int cxl_event_count(CXLEventLog *log) in cxl_event_count()
72 static bool cxl_event_empty(CXLEventLog *log) in cxl_event_empty()
79 CXLEventLog *log) in cxl_event_delete_head()
99 CXLEventLog *log; in cxl_event_insert() local
143 CXLEventLog *log; in cxl_discard_all_event_records() local
157 CXLEventLog *log; in cxl_event_get_records() local
197 CXLEventLog *log; in cxl_event_clear_records() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py30 def init_git_repo(path, no_create, bare, log): argument
58 def git_commit_data(repo, data_dir, branch, message, exclude, notes, log): argument
103 def get_tags(repo, log, pattern=None, url=None): argument
140 url, log, keywords): argument
165 … branch_name, no_tag, tagname, tag_msg_subject, tag_msg_body, exclude, notes, push, keywords, log): argument
210 def get_test_runs(log, repo, tag_name, **kwargs): argument
248 def get_test_revs(log, repo, tag_name, **kwargs): argument
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js48 $scope.sysLogs.forEach(function(log) { argument
111 $scope.filterBySearchTerms = function(log) { argument
128 $scope.filterBySeverity = function(log) { argument
136 $scope.filterByType = function(log) { argument
144 $scope.filterByDate = function(log) { argument
H A Dlog-controller.js79 $scope.filterBySeverity = function(log) { argument
88 $scope.filterByStatus = function(log) { argument
95 $scope.filterByDate = function(log) { argument
112 $scope.filterBySearchTerms = function(log) { argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate130 log = vm_src.get_log() variable
137 log = vm_dst.get_log() variable
H A Dinactive-node-nbd301 log = vm.get_log() variable
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py66 def _compress_log(log): argument
72 def ptest_rawlog(self, log): argument
77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py75 def _logged_communicate(pipe, log, input, extrafiles): argument
105 def read_all_pipes(log, rin, outdata, errdata): argument
158 def run(cmd, input=None, log=None, extrafiles=None, **options): argument
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py78 def __init__(self, image, log=None): argument
197 def __init__(self, image, log=None): argument
323 def __init__(self, image, log=None): argument
485 def __init__(self, image, log=None): argument
502 def filemap(image, log=None): argument
/openbmc/openbmc/poky/meta/lib/oeqa/files/testresults/
H A Dtestresults.json31 "log": "Test requires apt to be installed", string
35 "log": "Test requires autoconf to be installed", string
/openbmc/qemu/block/
H A Dvhdx-log.c34 VHDXLogEntries log; member
59 vhdx_log_peek_hdr(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_peek_hdr()
132 vhdx_log_read_sectors(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_read_sectors()
175 vhdx_log_write_sectors(BlockDriverState *bs, VHDXLogEntries *log, in vhdx_log_write_sectors()
218 static bool vhdx_log_hdr_is_valid(VHDXLogEntries *log, VHDXLogEntryHeader *hdr, in vhdx_log_hdr_is_valid()
339 vhdx_log_read_desc(BlockDriverState *bs, BDRVVHDXState *s, VHDXLogEntries *log, in vhdx_log_read_desc()
592 VHDXLogEntries *log, uint64_t seq, in vhdx_validate_log_entry()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/
H A Dutils.sh25 log() { function
/openbmc/phosphor-inventory-manager/
H A Derrors.cpp26 void InterfaceError::log() const in log() function in phosphor::inventory::manager::InterfaceError
/openbmc/u-boot/test/py/
H A Du_boot_console_exec_attach.py20 def __init__(self, log, config): argument
H A Du_boot_console_sandbox.py15 def __init__(self, log, config): argument
/openbmc/openbmc/poky/scripts/
H A Doe-git-archive29 log = logging.getLogger() variable
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py35 log = subprocess.check_output(["git", "log", "--format=%H %s", variable
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py27 log = logging.getLogger('oe-build-perf-report') variable
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c65 bool log = getenv("QTEST_LOG") != NULL; in qmp_fd_receive() local
152 int log = getenv("QTEST_LOG") != NULL; in _qmp_fd_vsend_fds() local
223 bool log = getenv("QTEST_LOG") != NULL; in qmp_fd_vsend_raw() local
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp46 std::ostringstream log; in logMessage() local
/openbmc/qemu/hw/mem/
H A Dcxl_type3_stubs.c16 void qmp_cxl_inject_general_media_event(const char *path, CxlEventLog log, in qmp_cxl_inject_general_media_event()
26 void qmp_cxl_inject_dram_event(const char *path, CxlEventLog log, uint8_t flags, in qmp_cxl_inject_dram_event()
40 void qmp_cxl_inject_memory_module_event(const char *path, CxlEventLog log, in qmp_cxl_inject_memory_module_event()
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dlog.py28 def log(args, logger): function
/openbmc/phosphor-webui/app/server-control/directives/
H A Dkvm-console.js16 function($log, $cookies, $location) {

12345