Home
last modified time | relevance | path

Searched refs:tfd (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp167 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 Dfit_image.c29 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 D0001-memcheck-tests-Fix-timerfd-syscall-test.patch103 long waittmr(int tfd, int timeo)
/openbmc/u-boot/drivers/ata/
H A Ddwc_ahsata.c33 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 Dviews.py1311 tfd = tf.exclude(order__isnull=True).count()
1313 tfd = 0
1314 build_stat['task']='%d:%d' % (tfd,tfc)