Searched refs:Dupfd (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 103 static int Dupfd(int, int); 446 Dupfd(int fd, int dfd) in Dupfd() function 501 (cp->asfd = Dupfd(fd, cp->asfd)) < 0) in OpenProc() 506 (cp->ctlfd = Dupfd(fd, cp->ctlfd)) < 0) in OpenProc() 511 (cp->statusfd = Dupfd(fd, cp->statusfd)) < 0) in OpenProc()
|
/titanic_50/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 103 static int Dupfd(int, int); 438 Dupfd(int fd, int dfd) in Dupfd() function 493 (cp->asfd = Dupfd(fd, cp->asfd)) < 0) in OpenProc() 498 (cp->ctlfd = Dupfd(fd, cp->ctlfd)) < 0) in OpenProc() 503 (cp->statusfd = Dupfd(fd, cp->statusfd)) < 0) in OpenProc()
|