Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h228 #define F_BADFD 46 /* Create Poison FD */ macro
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c930 fd = fcntl(tries[i], F_BADFD, action); in enable_extended_FILE_stdio()
938 int nfd = fcntl(fd, F_BADFD, action); in enable_extended_FILE_stdio()
/titanic_50/usr/src/uts/common/syscall/
H A Dfcntl.c131 case F_BADFD: in fcntl()