Home
last modified time | relevance | path

Searched refs:f_getfd_error (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dfile.h197 extern int f_getfd_error(int, int *);
/titanic_44/usr/src/uts/common/os/
H A Dfio.c1234 f_getfd_error(int fd, int *flagp) in f_getfd_error() function
1268 (void) f_getfd_error(fd, &flag); in f_getfd()
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c103 if ((error = f_getfd_error(fdes, &flag)) == 0) in fcntl()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c522 VERIFY(f_getfd_error(svs[0], &orig_flags) == 0); in so_socketpair()