Searched refs:slog (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/qga/ |
H A D | commands.c | 37 void slog(const gchar *fmt, ...) in slog() function 59 slog("guest-ping called"); in qmp_guest_ping() 152 slog("guest-exec-status called, pid: %u", (uint32_t)pid); in qmp_guest_exec_status() 252 slog("guest-exec called: \"%s\"", str); in guest_exec_get_args() 286 slog("dup2() failed to merge stderr into stdout: %s", in guest_exec_task_setup() 296 slog("sigaction() failed to reset child process's SIGPIPE: %s", in guest_exec_task_setup() 627 slog("guest-file-write failed, handle: %" PRId64, handle); in qmp_guest_file_read()
|
H A D | commands-win32.c | 211 slog("guest-file-open called, filepath: %s, mode: %s", path, mode); in qmp_guest_file_open() 247 slog("guest-file-open, handle: % " PRId64, fd); in qmp_guest_file_open() 258 slog("guest-file-close called, handle: %" PRId64, handle); in qmp_guest_file_close() 317 slog("guest-shutdown called, mode: %s", mode); in qmp_guest_shutdown() 341 slog("guest-shutdown failed: %s", emsg); in qmp_guest_shutdown() 406 slog("guest-file-write-failed, handle: %" PRId64, handle); in qmp_guest_file_write() 1238 slog("guest-fsfreeze called"); in qmp_guest_fsfreeze_freeze_list() 1290 slog("failed to clean up frozen filesystems: %s", in guest_fsfreeze_cleanup() 1444 slog("failed to suspend guest: %s", emsg); in do_suspend() 2155 slog("failed to lookup Windows version: major=%lu, minor=%lu", in ga_get_win_name() [all …]
|
H A D | commands-posix.c | 235 slog("guest-shutdown called, mode: %s", mode); in qmp_guest_shutdown() 496 slog("guest-file-open called, filepath: %s, mode: %s", path, mode); in qmp_guest_file_open() 518 slog("guest-file-open, handle: %" PRId64, handle); in qmp_guest_file_open() 527 slog("guest-file-close called, handle: %" PRId64, handle); in qmp_guest_file_close() 623 slog("guest-file-write failed, handle: %" PRId64, handle); in qmp_guest_file_write() 738 slog("executing fsfreeze hook with arg '%s'", arg_str); in execute_fsfreeze_hook() 771 slog("guest-fsfreeze called"); in qmp_guest_fsfreeze_freeze_list() 825 slog("failed to clean up frozen filesystems: %s", in guest_fsfreeze_cleanup() 1258 slog("failed to read '%s', error: %s", fname, err->message); in ga_parse_osrelease() 1263 slog("file is not utf-8 encoded: %s", fname); in ga_parse_osrelease() [all …]
|
H A D | guest-agent-core.h | 39 void G_GNUC_PRINTF(1, 2) slog(const gchar *fmt, ...);
|
H A D | commands-linux.c | 46 slog("failed to stat device file '%s': %s", devpath, strerror(errno)); in dev_major_minor() 1134 slog("guest-fstrim called"); in qmp_guest_fstrim() 2045 slog("Parsing cpu stat from %s failed, see \"man proc\"", cpustats); in qmp_guest_get_cpustats()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 75 struct nvme_smart_log *slog) in nvmet_get_smart_log_nsid() argument 95 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid() 96 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid() 97 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid() 98 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_nsid() 104 struct nvme_smart_log *slog) in nvmet_get_smart_log_all() argument 125 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all() 126 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all() 127 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all() 128 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_all()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/ |
H A D | syslog-ng_4.7.0.bb | 143 # syslog-ng-4.6.0/modules/secure-logging/slog.c:937:63: error: passing argument 4 of 'g_io_channel_… 144 # syslog-ng-4.6.0/modules/secure-logging/slog.c:955:99: error: passing argument 5 of 'cmac' from in… 145 # syslog-ng-4.6.0/modules/secure-logging/slog.c:959:74: error: passing argument 4 of 'g_io_channel_… 146 # syslog-ng-4.6.0/modules/secure-logging/slog.c:975:107: error: passing argument 4 of 'g_io_channel…
|