Home
last modified time | relevance | path

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

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