Home
last modified time | relevance | path

Searched refs:Dupfd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c101 static int Dupfd(int, int);
436 Dupfd(int fd, int dfd) in Dupfd() function
491 (cp->asfd = Dupfd(fd, cp->asfd)) < 0) in OpenProc()
496 (cp->ctlfd = Dupfd(fd, cp->ctlfd)) < 0) in OpenProc()
501 (cp->statusfd = Dupfd(fd, cp->statusfd)) < 0) in OpenProc()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c103 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()