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

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

Completed in 69 milliseconds