Home
last modified time | relevance | path

Searched refs:EPRINTF (Results 1 – 22 of 22) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-spawn.c46 EPRINTF("pipe failed: %d\n", errno); in __tap_ctl_spawn()
51 EPRINTF("fork failed: %d\n", errno); in __tap_ctl_spawn()
62 EPRINTF("dup2 failed: %d\n", errno); in __tap_ctl_spawn()
67 EPRINTF("dup2 failed: %d\n", errno); in __tap_ctl_spawn()
80 EPRINTF("exec failed\n"); in __tap_ctl_spawn()
108 EPRINTF("wait(%d) failed, err %d\n", child, errno); in tap_ctl_wait()
115 EPRINTF("tapdisk2[%d] failed, status %d\n", child, code); in tap_ctl_wait()
121 EPRINTF("tapdisk2[%d] killed by signal %d\n", child, signo); in tap_ctl_wait()
137 EPRINTF("fdopen failed: %d\n", errno); in tap_ctl_get_child_id()
145 EPRINTF("parsing id failed: %d\n", errno); in tap_ctl_get_child_id()
[all …]
A Dtap-ctl-ipc.c85 EPRINTF("failure reading message\n"); in tap_ctl_read_message()
141 EPRINTF("failure writing message\n"); in tap_ctl_write_message()
155 EPRINTF("failed to send '%s' message\n", in tap_ctl_send_and_receive()
162 EPRINTF("failed to receive '%s' message\n", in tap_ctl_send_and_receive()
192 EPRINTF("couldn't create socket for %s: %d\n", name, errno); in tap_ctl_connect()
202 EPRINTF("couldn't connect to %s: %d\n", name, errno); in tap_ctl_connect()
220 EPRINTF("invalid id %d\n", id); in tap_ctl_connect_id()
226 EPRINTF("couldn't name socket for %d\n", id); in tap_ctl_connect_id()
A Dtap-ctl-close.c56 EPRINTF("close failed: %d\n", err); in __tap_ctl_close()
58 EPRINTF("got unexpected result '%s' from %d\n", in __tap_ctl_close()
78 EPRINTF("close failed: %d\n", err); in tap_ctl_close()
85 EPRINTF("close timed out\n"); in tap_ctl_close()
A Dtap-ctl-allocate.c137 EPRINTF("failed to open /proc/misc: %d\n", errno); in tap_ctl_check_environment()
150 EPRINTF("didn't find %s in /proc/misc\n", BLKTAP2_CONTROL_NAME); in tap_ctl_check_environment()
170 EPRINTF("failed to open control device: %d\n", errno); in tap_ctl_allocate_device()
177 EPRINTF("failed to allocate new device: %d\n", errno); in tap_ctl_allocate_device()
191 EPRINTF("creating ring device for %d failed: %d\n", in tap_ctl_allocate_device()
211 EPRINTF("creating IO device for %d failed: %d\n", in tap_ctl_allocate_device()
A Dtap-ctl-open.c53 EPRINTF("name too long\n"); in tap_ctl_open()
66 EPRINTF("open failed, err %d\n", err); in tap_ctl_open()
69 EPRINTF("got unexpected result '%s' from %d\n", in tap_ctl_open()
A Dtap-ctl-attach.c53 EPRINTF("attach failed: %d\n", err); in tap_ctl_attach()
55 EPRINTF("got unexpected result '%s' from %d\n", in tap_ctl_attach()
A Dtap-ctl-free.c46 EPRINTF("failed to open control device: %d\n", errno); in tap_ctl_free()
A Dtap-ctl-pause.c54 EPRINTF("got unexpected result '%s' from %d\n", in tap_ctl_pause()
A Dtap-ctl-unpause.c59 EPRINTF("got unexpected result '%s' from %d\n", in tap_ctl_unpause()
A Dtap-ctl.h45 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) macro
A Dtap-ctl-list.c189 EPRINTF("%s: glob failed, err %d", pattern, err); in _tap_ctl_find_minors()
262 EPRINTF("%s: glob failed, err %d", pattern, err); in _tap_ctl_find_tapdisks()
A Dtap-ctl.c783 EPRINTF("invalid COMMAND %s", argv[1]); in main()
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Drelative-path.c226 EPRINTF("invalid input; max path length is %d\n", in relative_path_to()
234 EPRINTF("failed to get absolute path of %s\n", to); in relative_path_to()
241 EPRINTF("failed to get absolute path of %s\n", from); in relative_path_to()
248 EPRINTF("invalid input; max path length is %d\n", in relative_path_to()
260 EPRINTF("failed to count common nodes of %s and %s: %d\n", in relative_path_to()
269 EPRINTF("failed to allocate relative path for %s: %d\n", in relative_path_to()
278 EPRINTF("failed to find common target path to %s: %d\n", in relative_path_to()
286 EPRINTF("failed to construct final path %s%s: %d\n", in relative_path_to()
A Dvhd-util-resize.c45 #define EPRINTF(_f, _a...) \ macro
671 EPRINTF("write to 0x%08"PRIx64" would clobber %s\n", off, msg); in vhd_check_for_clobber()
738 EPRINTF("%s: shifting locator %d would clobber data\n", in vhd_shift_metadata()
797 EPRINTF("%s: writing new bat of 0x%"PRIx64" bytes " in vhd_add_bat_entries()
806 EPRINTF("%s: writing new batmap of 0x%"PRIx64" bytes" in vhd_add_bat_entries()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-control.c96 EPRINTF("calloc"); in tapdisk_control_allocate_connection()
148 EPRINTF("failure reading message (wanted %d but got %d)\n", in tapdisk_control_read_message()
199 EPRINTF("failure writing message\n"); in tapdisk_control_write_message()
470 EPRINTF("create device failed: %d\n", err); in tapdisk_control_open_image()
671 EPRINTF("received unsupported message '%s'\n", in tapdisk_control_handle_request()
701 EPRINTF("failed to allocate new control connection\n"); in tapdisk_control_accept()
741 EPRINTF("failed to create directory %s: %d\n", in tapdisk_control_mkdir()
766 EPRINTF("failed to create directory %s: %d\n", in tapdisk_control_create_socket()
788 EPRINTF("failed to create control socket: %d\n", err); in tapdisk_control_create_socket()
807 EPRINTF("failed to listen: %d\n", err); in tapdisk_control_create_socket()
[all …]
A Dtapdisk-utils.c75 EPRINTF("RLIMIT_MEMLOCK failed: %d\n", errno); in tapdisk_set_resource_limits()
81 EPRINTF("mlockall failed: %d\n", errno); in tapdisk_set_resource_limits()
89 EPRINTF("RLIMIT_CORE failed: %d\n", errno); in tapdisk_set_resource_limits()
A Dtapdisk.h72 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) macro
73 #define PERROR(_f, _a...) EPRINTF(_f ": %s", ##_a, strerror(errno))
A Dtapdisk-vbd.c103 EPRINTF("failed to allocate tapdisk state\n"); in tapdisk_vbd_create()
141 EPRINTF("duplicate vbds! %u\n", uuid); in tapdisk_vbd_initialize()
614 EPRINTF("failed to open %s: %d\n", devname, err); in tapdisk_vbd_map_device()
622 EPRINTF("failed to mmap %s: %d\n", devname, err); in tapdisk_vbd_map_device()
978 EPRINTF("resume request for unpaused vbd %s\n", vbd->name); in tapdisk_vbd_resume()
986 EPRINTF("copying new vbd %s name failed\n", path); in tapdisk_vbd_resume()
1156 EPRINTF("reopening disks failed\n"); in tapdisk_vbd_check_queue()
1608 EPRINTF("%s: pause ioctl failed: %d\n", vbd->name, errno); in tapdisk_vbd_pause_ring()
1627 EPRINTF("%s: resume message for unpaused vbd\n", vbd->name); in tapdisk_vbd_resume_ring()
1633 EPRINTF("%s: resume ioctl failed: %d\n", vbd->name, errno); in tapdisk_vbd_resume_ring()
[all …]
A Dtapdisk-driver.c82 EPRINTF("freeing open driver %s (state 0x%08x)\n", in tapdisk_driver_free()
A Dblock-vhd.c279 EPRINTF("vhd_initialize failed: %d\n", -errno); in vhd_initialize()
305 EPRINTF("invalid zero request from %s: %lu, %lu, %p\n", in _get_vhd_zeros()
409 EPRINTF("%s: reading bat: %d\n", s->vhd.file, err); in vhd_initialize_bat()
426 EPRINTF("%s: reading batmap: %d\n", in vhd_initialize_bat()
435 EPRINTF("%s: ignoring non-critical batmap error\n", in vhd_initialize_bat()
516 EPRINTF("Error reading VHD DD header.\n"); in vhd_initialize_dynamic_disk()
521 EPRINTF("unsupported header version! (0x%x)\n", in vhd_initialize_dynamic_disk()
554 EPRINTF("WARNING: %s vhd creator version 0x%08x, " in vhd_check_version()
624 EPRINTF("Unable to open [%s] (%d)!\n", name, err); in __vhd_open()
749 EPRINTF("writing %s footer: %d\n", s->vhd.file, err); in _vhd_close()
[all …]
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Drelative-path.h35 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "tap-err:%s: " _f, __func__, ##_a) macro
/xen-4.10.0-shim-comet/tools/memshr/
A Dmemshr-priv.h31 #define EPRINTF(_f, _a...) syslog(LOG_ERR, "memshr:%s: " _f, __func__, ##_a) macro

Completed in 34 milliseconds