/bionic/libc/kernel/uapi/linux/ |
kcmp.h | 35 __u32 tfd; member in struct:kcmp_epoll_slot
|
/external/kernel-headers/original/uapi/linux/ |
kcmp.h | 24 __u32 tfd; /* target file number */ member in struct:kcmp_epoll_slot
|
/external/strace/ |
kcmp.c | 35 uint32_t tfd; member in struct:strace_kcmp_epoll_slot 86 PRINT_FIELD_PIDFD(", ", slot, tfd, tcp, pid2);
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
distribution_test.py | 30 tfd = distributions variable 37 tfd.Normal, 38 tfd.Bernoulli, 39 tfd.Beta, 40 tfd.Chi2, 41 tfd.Exponential, 42 tfd.Gamma, 43 tfd.InverseGamma, 44 tfd.Laplace, 45 tfd.StudentT [all...] |
/external/ltp/testcases/kernel/syscalls/timerfd/ |
timerfd01.c | 107 long waittmr(int tfd, int timeo) 112 pfd.fd = tfd; 123 if (read(tfd, &ticks, sizeof(ticks)) != sizeof(ticks)) { 135 int tfd; local 164 if ((tfd = timerfd_create(clks[i].id, 0)) == -1) { 168 fprintf(stdout, "timerfd = %d\n", tfd); 170 if (timerfd_settime(tfd, 0, &tmr, NULL)) { 176 ticks = waittmr(tfd, -1); 188 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)) { 194 ticks = waittmr(tfd, -1) [all...] |
/external/strace/tests/ |
kcmp.c | 72 uint32_t tfd; member in struct:kcmp_epoll_slot 132 printpidfd(", tfd=", pid2, slot->tfd);
|
/external/strace/tests-m32/ |
kcmp.c | 72 uint32_t tfd; member in struct:kcmp_epoll_slot 132 printpidfd(", tfd=", pid2, slot->tfd);
|
/external/strace/tests-mx32/ |
kcmp.c | 72 uint32_t tfd; member in struct:kcmp_epoll_slot 132 printpidfd(", tfd=", pid2, slot->tfd);
|
/external/curl/docs/examples/ |
ephiperfifo.c | 89 int tfd; /* timer filedescriptor */ member in struct:_GlobalInfo 174 timerfd_settime(g->tfd, /*flags=*/0, &its, NULL); 221 timerfd_settime(g->tfd, 0, &its, NULL); 232 err = read(g->tfd, &count, sizeof(uint64_t)); 240 fprintf(MSG_OUT, "EAGAIN on tfd %d\n", g->tfd); 245 fprintf(stderr, "read(tfd) == %ld", err); 246 perror("read(tfd)"); 491 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); 492 if(g.tfd == -1) [all...] |
/external/ltp/testcases/kernel/syscalls/sendmsg/ |
sendmsg01.c | 623 static int tfd; variable 631 tfd = mkstemp(tmpfilename); 632 if (tfd < 0) { 641 *(int *)CMSG_DATA(control) = tfd; 648 close(tfd); 649 tfd = -1;
|
/external/toybox/toys/pending/ |
crontab.c | 249 int tfd = mkstemp(tname); local 251 if (tfd < 0) perror_exit("mkstemp"); 252 xsendfile(0, tfd); 253 xclose(tfd);
|
syslogd.c | 238 struct logfile *tfd; local 240 for (tfd = TT.lfiles; tfd; tfd = tfd->next) { 244 if (*tfd->filename == '@') { // network 247 tmpfile = xstrdup(tfd->filename + 1); 254 error_exit("bad port in %s", tfd->filename); 264 memcpy(&tfd->saddr, info->ai_addr, info->ai_addrlen); 267 tfd->logfd = xsocket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) [all...] |
/external/toybox/toys/posix/ |
cp.c | 129 tfd = dirtree_parentfd(try); local 217 if (!linkat(tfd, try->name, cfd, catch, 0)) err = 0; 254 ? ((i = readlinkat0(tfd, try->name, toybuf, sizeof(toybuf))) && 266 fdin = openat(tfd, try->name, O_RDONLY); 346 if (unlinkat(tfd, try->name, S_ISDIR(try->st.st_mode) ? AT_REMOVEDIR :0))
|
/external/u-boot/tools/ |
fit_image.c | 29 int tfd, destfd = 0; local 36 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true); 37 if (tfd < 0) 72 close(tfd);
|
/external/ltp/testcases/kernel/syscalls/recvmsg/ |
recvmsg01.c | 253 int tfd; local 258 tfd = mkstemp(tmpsunpath); 259 close(tfd); 496 int tfd; local 499 tfd = mkstemp(tmpfn); 500 if (tfd < 0) 511 *(int *)CMSG_DATA(control) = tfd; 524 (void)close(tfd);
|
/external/u-boot/drivers/ata/ |
dwc_ahsata.c | 33 u32 tfd; member in struct:sata_port_regs 492 while ((readl(&port_mmio->tfd) & (SATA_PORT_TFD_STS_ERR | 498 "ERR in TFD!\n");
|