Searched refs:tfd (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openpower-occ-control/ |
| H A D | occ_ffdc.cpp | 167 int tfd = -1; in analyzeEvent() local 205 tfd = mkostemp(templateString.data(), O_RDWR); in analyzeEvent() 206 if (tfd < 0) in analyzeEvent() 212 temporaryFiles.emplace_back(templateString, tfd); in analyzeEvent() 216 auto r = write(tfd, data.get() + written, total - written); in analyzeEvent() 222 tfd = -1; in analyzeEvent() 236 "SBE command reported error", tfd); in analyzeEvent()
|
| /openbmc/u-boot/tools/ |
| H A D | fit_image.c | 29 int tfd, destfd = 0; in fit_add_file_data() local 36 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true); in fit_add_file_data() 37 if (tfd < 0) in fit_add_file_data() 74 close(tfd); in fit_add_file_data()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-memcheck-tests-Fix-timerfd-syscall-test.patch | 103 long waittmr(int tfd, int timeo)
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | dwc_ahsata.c | 33 u32 tfd; member 492 while ((readl(&port_mmio->tfd) & (SATA_PORT_TFD_STS_ERR | in ahci_port_start()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1311 tfd = tf.exclude(order__isnull=True).count() 1313 tfd = 0 1314 build_stat['task']='%d:%d' % (tfd,tfc)
|