Searched refs:statusfd (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 72 int statusfd; /* /proc/<pid>/status */ member 511 (cp->statusfd = Dupfd(fd, cp->statusfd)) < 0) in OpenProc() 531 if (cp->statusfd > 0) in CloseProc() 532 (void) close(cp->statusfd); in CloseProc() 535 cp->statusfd = 0; in CloseProc() 568 if (pread(cp->statusfd, (char *)&cp->pstatus, in GrabProc() 656 while (pread(cp->statusfd, (char *)ps, sizeof (*ps), (off_t)0) < 0) { in ProcUpdate()
|
/titanic_50/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 72 int statusfd; /* /proc/<pid>/status */ member 503 (cp->statusfd = Dupfd(fd, cp->statusfd)) < 0) in OpenProc() 523 if (cp->statusfd > 0) in CloseProc() 524 (void) close(cp->statusfd); in CloseProc() 527 cp->statusfd = 0; in CloseProc() 560 if (pread(cp->statusfd, (char *)&cp->pstatus, in GrabProc() 646 while (pread(cp->statusfd, (char *)ps, sizeof (*ps), (off_t)0) < 0) { in ProcUpdate()
|