Home
last modified time | relevance | path

Searched refs:logfile (Results 26 – 50 of 153) sorted by relevance

1234567

/openbmc/qemu/qga/
H A Dservice-win32.c98 int ga_install_service(const char *path, const char *logfile, in ga_install_service() argument
123 if (logfile) { in ga_install_service()
125 win_escape_arg(logfile, esc)); in ga_install_service()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dman-file-mailstat.1-from-debian.patch25 +[\-klmots] [logfile]
38 +keep logfile intact
47 +use the old logfile
/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py286 logfile = os.path.join(logpath, "%s.%s%s" % (logfn, d.getVar('DATETIME'), logsuffix))
287 if not os.path.exists(logfile):
291 open(logfile, 'w+').close()
292 os.symlink(logfile, slogfile)
293 d.setVar('LOG_FILE', logfile)
294 return logfile
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py21 def createDaemon(function, logfile): argument
79 with open(logfile, 'a+') as so:
/openbmc/qemu/block/
H A Dgluster.c66 char *logfile; member
470 ret = glfs_set_logging(glfs, gconf->logfile, gconf->debug); in qemu_gluster_glfs_init()
808 const char *filename, *logfile; in qemu_gluster_open() local
830 logfile = qemu_opt_get(opts, GLUSTER_OPT_LOGFILE); in qemu_gluster_open()
831 s->logfile = g_strdup(logfile ? logfile : GLUSTER_LOGFILE_DEFAULT); in qemu_gluster_open()
833 gconf->logfile = g_strdup(s->logfile); in qemu_gluster_open()
883 g_free(s->logfile); in qemu_gluster_open()
921 gconf->logfile = g_strdup(s->logfile); in qemu_gluster_reopen_prepare()
1163 if (!gconf->logfile) { in qemu_gluster_co_create_opts()
1164 gconf->logfile = g_strdup(GLUSTER_LOGFILE_DEFAULT); in qemu_gluster_co_create_opts()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c262 char logfile[30]; in start_verification_log() local
268 sprintf(logfile, logfilename, tid); in start_verification_log()
271 strcat(path, logfile); in start_verification_log()
310 char logfile[30]; in end_verification_log() local
321 sprintf(logfile, logfilename, tid); in end_verification_log()
324 strcat(path, logfile); in end_verification_log()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py242 logger.warning("Logfile for failed setscene task is %s" % event.logfile)
247 logfile = event.logfile
248 if not logfile or not os.path.exists(logfile):
257 with open(logfile, "r") as f:
276 err = "Logfile of failure stored in: %s" % logfile
H A Dtoasterui.py267 logger.info("Logfile for task %s", event.logfile)
299 logfile = event.logfile
300 if logfile and os.path.exists(logfile):
301 bb.error("Logfile of failure stored in: %s" % logfile)
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py54 serialconn = pexpect.spawn(self.serialcontrol_cmd, env=self.origenv, logfile=sys.stdout)
65 serialconn = pexpect.spawn(self.serialcontrol_cmd, env=self.origenv, logfile=sys.stdout)
H A Dbeaglebonetarget.py75 serialconn = pexpect.spawn(self.serialcontrol_cmd, env=self.origenv, logfile=sys.stdout)
93 serialconn = pexpect.spawn(self.serialcontrol_cmd, env=self.origenv, logfile=sys.stdout)
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-server28 logfile = sys.argv[4] variable
41 so = open(logfile, 'a+')
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py127 logfile = self.qemulog,
138 logfile = self.qemulog,
172 self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
198 self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
230 self.connection = SSHControl(self.ip, logfile=self.sshlog, port=self.port)
/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c187 FILE *logfile; member
721 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
723 sfq->logfile); in s390_cpumsf_run_decoder()
739 if (sfq->logfile) { /* Write into log file */ in s390_cpumsf_run_decoder()
741 sfq->logfile); in s390_cpumsf_run_decoder()
788 sfq->logfile = fopen(name, "w"); in s390_cpumsf_alloc_queue()
789 if (sfq->logfile == NULL) { in s390_cpumsf_alloc_queue()
1024 if (sfq->logfile) { in s390_cpumsf_free_queues()
1025 fclose(sfq->logfile); in s390_cpumsf_free_queues()
1026 sfq->logfile = NULL; in s390_cpumsf_free_queues()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py118 self.logfile = os.path.join(self.testlogdir, "sdk_target_log.%s" % self.datetime)
138 if self.logfile:
139 with open(self.logfile, "a") as f:
/openbmc/linux/tools/accounting/
H A Dprocacct.c275 char *logfile = NULL; in main() local
288 logfile = strdup(optarg); in main()
289 printf("write to file %s\n", logfile); in main()
320 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py585 logfile = os.path.join(os.path.dirname(self.bitbake_lock.name), "bitbake-cookerdaemon.log")
586 self.logfile = logfile
589 bb.daemonize.createDaemon(self._startServer, logfile)
607 if os.path.exists(logfile):
612 with open(logfile, "r") as f:
628 …bb.error("Last 60 lines of server log for this session (%s):\n%s" % (logfile, "".join(lines[-60:])…
630 … bb.error("Server log for this session (%s):\n%s" % (logfile, "".join(lines)))
632 … bb.error("Server didn't start, last 60 loglines (%s):\n%s" % (logfile, "".join(lastlines)))
634 bb.error("%s doesn't exist" % logfile)
645 …"decafbad", str(self.bitbake_lock.fileno()), str(self.readypipein), self.logfile, self.bitbake_loc…
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/
H A Dserver.ttyS1.conf2 logfile = /var/log/obmc-console-cpu.log
H A Dserver.ttyS3.conf3 logfile = /var/log/obmc-console-scp.log
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/
H A Dserver.ttyS1.conf2 logfile = /var/log/obmc-console-cpu.log
H A Dserver.ttyS3.conf3 logfile = /var/log/obmc-console-mpro.log
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/
H A Dserver.ttyUSB1.conf3 logfile = /var/log/obmc-console-usb1.log
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-singlehost/
H A Dserver.ttyS2.conf3 logfile = /var/log/obmc-console-host0.log
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/
H A Dserver.ttyS8.conf3 logfile = /var/log/obmc-console-host8.log
H A Dserver.ttyS0.conf3 logfile = /var/log/obmc-console-host1.log
H A Dserver.ttyS5.conf3 logfile = /var/log/obmc-console-host5.log

1234567