Home
last modified time | relevance | path

Searched refs:slog (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/qga/
H A Dcommands.c38 void slog(const gchar *fmt, ...) in slog() function
60 slog("guest-ping called"); in qmp_guest_ping()
153 slog("guest-exec-status called, pid: %u", (uint32_t)pid); in qmp_guest_exec_status()
253 slog("guest-exec called: \"%s\"", str); in guest_exec_get_args()
287 slog("dup2() failed to merge stderr into stdout: %s", in guest_exec_task_setup()
297 slog("sigaction() failed to reset child process's SIGPIPE: %s", in guest_exec_task_setup()
629 slog("guest-file-write failed, handle: %" PRId64, handle); in qmp_guest_file_read()
H A Dcommands-win32.c244 slog("guest-file-open, handle: % " PRId64, fd); in qmp_guest_file_open()
322 slog("guest-shutdown called, mode: %s", mode); in qmp_guest_shutdown()
346 slog("guest-shutdown failed: %s", emsg); in qmp_guest_shutdown()
1240 slog("guest-fsfreeze called"); in qmp_guest_fsfreeze_freeze_list()
1449 slog("failed to suspend guest: %s", emsg); in do_suspend()
2290 slog("unknown processor architecture 0x%0x", in ga_get_current_arch()
2375 slog("failed to get hardware IDs"); in ga_get_hardware_ids()
2417 slog("enumerating devices"); in qmp_guest_get_devices()
2431 slog("failed to get device description"); in qmp_guest_get_devices()
2470 slog("failed to get driver version"); in qmp_guest_get_devices()
[all …]
H A Dguest-agent-core.h39 void G_GNUC_PRINTF(1, 2) slog(const gchar *fmt, ...);
H A Dcommands-posix.c97 slog("guest-shutdown called, mode: %s", mode); in qmp_guest_shutdown()
419 slog("guest-file-open called, filepath: %s, mode: %s", path, mode); in qmp_guest_file_open()
441 slog("guest-file-open, handle: %" PRId64, handle); in qmp_guest_file_open()
450 slog("guest-file-close called, handle: %" PRId64, handle); in qmp_guest_file_close()
546 slog("guest-file-write failed, handle: %" PRId64, handle); in qmp_guest_file_write()
665 slog("executing fsfreeze hook with arg '%s'", arg_str); in execute_fsfreeze_hook()
723 slog("guest-fsfreeze called"); in qmp_guest_fsfreeze_freeze_list()
777 slog("failed to clean up frozen filesystems: %s", in guest_fsfreeze_cleanup()
1624 slog("guest-fstrim called"); in qmp_guest_fstrim()
3308 slog("failed to read '%s', error: %s", fname, err->message); in ga_parse_osrelease()
[all …]
H A Dcommands-linux.c31 slog("failed to stat device file '%s': %s", devpath, strerror(errno)); in dev_major_minor()
/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c75 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()