Home
last modified time | relevance | path

Searched refs:fd_get (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ddup.c38 if ((fds = fd_get(fd)) != -1) in dup()
H A Dlseek.c44 if (fd_get(fd) != -1) { in lseek()
H A Ddup2.c74 if ((fds = fd_get(fildes)) != -1) in dup2()
H A Dfdlist.c116 fd_get(int fd) in fd_get() function
H A D_stat.c88 if (fd_get(fd) != -1) { in bc_fstat()
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dreadv.c55 if (fd_get(fd) != -1) { in bc_readv()
H A Dwritev.c55 if (fd_get(fd) != -1) { in bc_writev()
H A Dread.c54 if (fd_get(fd) != -1) { /* we're reading utmp (utmpx, really) */ in bc_read()
H A Dwrite.c53 if (fd_get(fd) != -1) { in bc_write()
H A Dfcntl.c150 if ((fds = fd_get(fd)) != -1)
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dreadv.c56 if (fd_get(fd) != -1) { /* we're reading utmp (utmpx really) */ in bc_readv()
H A Dwritev.c58 if (fd_get(fd) != -1) { /* writing utmp (utmpx, actually) */ in bc_writev()
H A Dread.c54 if (fd_get(fd) != -1) { /* we're reading utmp (utmpx, really) */ in bc_read()
H A Dwrite.c57 if (fd_get(fd) != -1) { /* writing utmp (utmpx actually) */ in bc_write()
H A Dfcntl.c155 if ((fds = fd_get(fd)) != -1)