Home
last modified time | relevance | path

Searched refs:f_setfd_error (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfile.h199 extern int f_setfd_error(int, int);
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1278 f_setfd_error(int fd, int flags) in f_setfd_error() function
1302 (void) f_setfd_error(fd, flags); in f_setfd()
/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c108 error = f_setfd_error(fdes, (int)arg); in fcntl()