/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | lg2.hpp | 19 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 D | log.hpp | 87 void log(T&& e) in log() function 156 void log(Msg msg, Entry... e) in log() function
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-events.c | 20 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 D | gitarchive.py | 30 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 D | syslog-controller.js | 48 $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 D | log-controller.js | 79 $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 D | qsd-migrate | 130 log = vm_src.get_log() variable 137 log = vm_dst.get_log() variable
|
H A D | inactive-node-nbd | 301 log = vm.get_log() variable
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | case.py | 66 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 D | process.py | 75 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 D | filemap.py | 78 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 D | testresults.json | 31 "log": "Test requires apt to be installed", string 35 "log": "Test requires autoconf to be installed", string
|
/openbmc/qemu/block/ |
H A D | vhdx-log.c | 34 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 D | utils.sh | 25 log() { function
|
/openbmc/phosphor-inventory-manager/ |
H A D | errors.cpp | 26 void InterfaceError::log() const in log() function in phosphor::inventory::manager::InterfaceError
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_exec_attach.py | 20 def __init__(self, log, config): argument
|
H A D | u_boot_console_sandbox.py | 15 def __init__(self, log, config): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-git-archive | 29 log = logging.getLogger() variable
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 35 log = subprocess.check_output(["git", "log", "--format=%H %s", variable
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | oe-build-perf-report-email.py | 27 log = logging.getLogger('oe-build-perf-report') variable
|
/openbmc/qemu/tests/qtest/ |
H A D | libqmp.c | 65 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 D | logger.cpp | 46 std::ostringstream log; in logMessage() local
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3_stubs.c | 16 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 D | log.py | 28 def log(args, logger): function
|
/openbmc/phosphor-webui/app/server-control/directives/ |
H A D | kvm-console.js | 16 function($log, $cookies, $location) {
|