Lines Matching refs:fdes
66 fcntl(int fdes, int cmd, intptr_t arg, intptr_t arg1) in fcntl() argument
126 if ((error = f_getfd_error(fdes, &flag)) == 0) in fcntl()
131 error = f_setfd_error(fdes, (int)arg); in fcntl()
136 if ((error = f_getfl(fdes, &flag)) == 0) { in fcntl()
146 if ((error = f_getfl(fdes, &flag)) == 0) { in fcntl()
154 if ((error = f_badfd(fdes, &fdres, (int)arg)) == 0) in fcntl()
163 if ((fp = getf(fdes)) == NULL) { in fcntl()
213 if (fdes == iarg) { in fcntl()
223 if (fdes == iarg) { in fcntl()
246 releasef(fdes); in fcntl()
858 releasef(fdes); in fcntl()