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