HomeSort by relevance Sort by last modified time
    Searched refs:pfd_stat (Results 1 - 2 of 2) sorted by null

  /external/strace/
defs.h 215 pread (t->pfd_stat, &t->status, sizeof t->status, 0)
298 int pfd_stat; member in struct:tcb
strace.c 807 if ((tcp->pfd_stat = open(proc, O_RDONLY|O_EXCL)) < 0) {
811 if ((arg = fcntl(tcp->pfd_stat, F_GETFD)) < 0) {
815 if (fcntl(tcp->pfd_stat, F_SETFD, arg|FD_CLOEXEC) < 0) {
    [all...]

Completed in 37 milliseconds