Lines Matching defs:fdes
65 fcntl(int fdes, int cmd, intptr_t arg)
104 if ((error = f_getfd_error(fdes, &flag)) == 0)
109 error = f_setfd_error(fdes, (int)arg);
114 if ((error = f_getfl(fdes, &flag)) == 0) {
124 if ((error = f_getfl(fdes, &flag)) == 0) {
132 if ((error = f_badfd(fdes, &fdres, (int)arg)) == 0)
141 if ((fp = getf(fdes)) == NULL) {
185 if (fdes == iarg) {
194 if (fdes == iarg) {
202 * We can't hold our getf(fdes) across the call to
208 * (which we have to do anyway), then releasef(fdes),
217 releasef(fdes);
823 releasef(fdes);