Home
last modified time | relevance | path

Searched refs:logfile (Results 51 – 75 of 153) sorted by relevance

1234567

/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/
H A Dserver.ttyS1.conf3 logfile = /var/log/obmc-console-host2.log
H A Dserver.ttyS3.conf3 logfile = /var/log/obmc-console-host4.log
H A Dserver.ttyS6.conf3 logfile = /var/log/obmc-console-host6.log
H A Dserver.ttyS2.conf3 logfile = /var/log/obmc-console-host3.log
H A Dserver.ttyS7.conf3 logfile = /var/log/obmc-console-host7.log
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/
H A Dserver.ttyS5.conf3 logfile = /var/log/obmc-console-compute-blade.log
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py201 ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user="root")
228 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile=resultlog)
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/
H A Dserver.ttyVUART1.conf5 logfile = /var/log/obmc-console1.log
/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/
H A Dserver.ttyVUART0.conf5 logfile = /var/log/obmc-console-host1.log
/openbmc/qemu/qga/
H A Dservice-win32.h32 int ga_install_service(const char *path, const char *logfile,
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py43 logfile = os.path.join(os.getcwd(),'results-'+caller+'.'+timestamp+'.log')
81 logging.basicConfig(filename=logfile,
125 os.symlink(logfile, linkfile)
H A Dqemurunner.py45 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument
65 self.logfile = logfile
129 if self.logfile:
130 with codecs.open(self.logfile + extension, "ab") as f:
190 python_path = os.path.dirname(os.path.dirname(self.logfile))
510 self.logger.warning("Check full boot log: %s" % self.logfile)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py183 logfile = d.getVar('QA_LOGFILE')
184 if logfile:
186 with open(logfile, "a+") as f:
H A Dcopy_buildsystem.py276 def check_sstate_task_list(d, targets, filteroutfile, cmdprefix='', cwd=None, logfile=None): argument
283 if logfile:
284 logparam = '-l %s' % logfile
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/
H A Dcorosync.conf28 logfile: /var/log/cluster/corosync.log
/openbmc/linux/tools/accounting/
H A Dgetdelays.c295 char *logfile = NULL; in main() local
328 logfile = strdup(optarg); in main()
329 printf("write to file %s\n", logfile); in main()
393 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, in main()
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py180 self.at_prompt_logevt != self.logstream.logfile.cur_evt:
209 self.at_prompt_logevt = self.logstream.logfile.cur_evt
378 self.at_prompt_logevt = self.logstream.logfile.cur_evt
/openbmc/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc98 gluster[+type]://[host[:port]]/volume/path[?socket=...][,debug=N][,logfile=...]
101 …er":"qcow2","file":{"driver":"gluster","volume":"testvol","path":"a.img","debug":N,"logfile":"...",
111   file.debug=9,file.logfile=/var/log/qemu-gluster.log
117   "debug":9,"logfile":"/var/log/qemu-gluster.log",
121   file.debug=9,file.logfile=/var/log/qemu-gluster.log,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc11 #logfile = gammulog # this is not used at all in SMSD mode
37 logfile = smsdlog
/openbmc/linux/fs/ntfs/
H A DMakefile10 ntfs-$(CONFIG_NTFS_RW) += bitmap.o lcnalloc.o logfile.o quota.o usnjrnl.o
/openbmc/qemu/hw/net/can/
H A Dcan_sja1000.c250 FILE *logfile = qemu_log_trylock(); in can_display_msg() local
252 if (logfile) { in can_display_msg()
253 fprintf(logfile, "%s%03X [%01d] %s %s", in can_display_msg()
261 fprintf(logfile, " %02X", msg->data[i]); in can_display_msg()
263 fprintf(logfile, "\n"); in can_display_msg()
264 qemu_log_unlock(logfile); in can_display_msg()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py87 for logfile in output:
88 logs.append(os.path.join(location, logfile))
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py123 …self.controller = sshcontrol.SSHControl(ip=self.ip, logfile=self.sshlog, timeout=600, port=self.po…
150 self.connection = sshcontrol.SSHControl(self.ip, logfile=self.sshlog, port=self.port)
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py344 logfile = event.logfile
345 if logfile and os.path.exists(logfile):
347 bb.error("Logfile of failure stored in: %s" % logfile)
350 f = open(logfile, "r")
724 logger.warning("Logfile for failed setscene task is %s" % event.logfile)
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp79 self.session.logfile = PexpectLogger()
140 self.session.logfile = PexpectLogger()

1234567