Searched refs:libxl_create_logfile (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_utils.h | 38 int libxl_create_logfile(libxl_ctx *ctx, const char *name, char **full_name);
|
A D | libxl_bootloader.c | 352 rc = libxl_create_logfile(CTX, logfile_leaf, &logfile_tmp); in libxl__bootloader_run()
|
A D | libxl_utils.c | 258 int libxl_create_logfile(libxl_ctx *ctx, const char *name, char **full_name) in libxl_create_logfile() function
|
A D | libxl_dm.c | 52 rc = libxl_create_logfile(CTX, name, &logfile); in libxl__create_qemu_logfile() 2079 ret = libxl_create_logfile(ctx, name, &filename); in spawn_stub_launch_dm()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.c | 267 ret = libxl_create_logfile(ctx, name, &fullname); in do_daemonize()
|
Completed in 12 milliseconds