Searched refs:fdes (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dpopen.c225 int fdes, status; local
233 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
241 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
244 pids[fdes] = 0;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c213 int fdes, status; local
221 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
229 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
232 pids[fdes] = 0;
/freebsd-9.3-release/libexec/ftpd/
H A Dpopen.c185 int fdes, omask, status; local
192 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
196 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
199 pids[fdes] = 0;
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dpopen.c229 register int fdes; local
238 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
242 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
245 pids[fdes] = 0;
/freebsd-9.3-release/usr.bin/at/
H A Dat.c215 int fdes, lockdes, fd2; local
284 if ((fdes = creat(atfile, O_WRONLY)) == -1)
287 if ((fd2 = dup(fdes)) <0)
313 if((fp = fdopen(fdes, "w")) == NULL)
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_socket.c895 int fdes;
901 bsd_args.fdes = args->s;
925 int fdes;
931 bsd_args.fdes = args->s;
H A Dlinux_file.c233 args->fdes, (long)args->off, args->whence);
235 tmp_args.fd = args->fdes;
/freebsd-9.3-release/sys/kern/
H A Duipc_syscalls.c1489 int fdes;
1503 error = kern_getsockname(td, uap->fdes, &sa, &len);
1589 int fdes;
1603 error = kern_getpeername(td, uap->fdes, &sa, &len);
H A Dsystrace_args.c229 iarg[0] = p->fdes; /* int */
238 iarg[0] = p->fdes; /* int */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h151 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getpeername_args
156 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getsockname_args
2249 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:ogetpeername_args
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
H A Dlinux_proto.h90 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
H A Dlinux32_proto.h90 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c232 iarg[0] = p->fdes; /* int */
241 iarg[0] = p->fdes; /* int */

Completed in 280 milliseconds