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 Dfile.h221 extern int f_badfd(int, int *, int);
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c132 if ((error = f_badfd(fdes, &fdres, (int)arg)) == 0) in fcntl()
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1333 f_badfd(int start, int *fdp, int action) in f_badfd() function