Lines Matching refs:logfile
396 char logfile[PATH_MAX]; in create_hv_log() local
398 snprintf(logfile, PATH_MAX-1, "%s/hypervisor.log", log_dir); in create_hv_log()
399 logfile[PATH_MAX-1] = '\0'; in create_hv_log()
401 fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, 0644); in create_hv_log()
404 logfile, errno, strerror(errno)); in create_hv_log()
410 "in %s: %d (%s)", logfile, errno, in create_hv_log()
421 char logfile[PATH_MAX]; in create_console_log() local
444 snprintf(logfile, PATH_MAX-1, "%s/guest-%s%s.log", in create_console_log()
448 logfile[PATH_MAX-1] = '\0'; in create_console_log()
450 fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, 0644); in create_console_log()
453 logfile, errno, strerror(errno)); in create_console_log()
459 "in %s: %d (%s)", logfile, errno, in create_console_log()