Home
last modified time | relevance | path

Searched refs:pfd_as (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h299 int pfd_as; member
Dstrace.c820 if ((tcp->pfd_as = open(proc, O_RDONLY|O_EXCL)) < 0) {
824 if ((arg = fcntl(tcp->pfd_as, F_GETFD)) < 0) {
828 if (fcntl(tcp->pfd_as, F_SETFD, arg|FD_CLOEXEC) < 0) {
Dutil.c732 int fd = tcp->pfd_as;
757 int fd = tcp->pfd_as;