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

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c211 int fdes, status; local
219 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
227 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
230 pids[fdes] = 0;
/freebsd-13-stable/libexec/ftpd/
H A Dpopen.c182 int fdes, omask, status; local
189 if (pids == NULL || pids[fdes = fileno(iop)] == 0)
193 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
196 pids[fdes] = 0;
/freebsd-13-stable/usr.sbin/cron/cron/
H A Dpopen.c232 register int fdes; local
241 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
245 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
248 pids[fdes] = 0;
/freebsd-13-stable/usr.bin/at/
H A Dat.c216 int fdes, lockdes, fd2; local
285 if ((fdes = creat(atfile, O_WRONLY)) == -1)
288 if ((fd2 = dup(fdes)) <0)
314 if((fp = fdopen(fdes, "w")) == NULL)
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp127 for (const EhSectionPiece *fde : rec->fdes)
H A DSyntheticSections.cpp426 rec->fdes.push_back(&piece);
492 for (EhSectionPiece *fde : rec->fdes) {
517 for (EhSectionPiece *fde : rec->fdes) {
582 for (EhSectionPiece *fde : rec->fdes) {
2942 std::vector<FdeData> fdes = getPartition().ehFrame->getFdeData();
2950 write32(buf + 8, fdes.size());
2953 for (FdeData &fde : fdes) {
H A DSyntheticSections.h63 std::vector<EhSectionPiece *> fdes; member in struct:lld::elf::CieRecord
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h196 #define __sanitizer_syscall_pre_getpeername(fdes, asa, alen) \
198 (long long)(fdes), (long long)(asa), (long long)(alen))
199 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \
201 res, (long long)(fdes), (long long)(asa), (long long)(alen))
202 #define __sanitizer_syscall_pre_getsockname(fdes, asa, alen) \
204 (long long)(fdes), (long long)(asa), (long long)(alen))
205 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \
207 res, (long long)(fdes), (long long)(asa), (long long)(alen))
738 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \
740 (long long)(fdes), (lon
[all...]
/freebsd-13-stable/sys/kern/
H A Duipc_syscalls.c1356 error = kern_getsockname(td, uap->fdes, &sa, &len);
1442 error = kern_getpeername(td, uap->fdes, &sa, &len);
H A Dsystrace_args.c220 iarg[0] = p->fdes; /* int */
229 iarg[0] = p->fdes; /* int */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h147 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getpeername_args
152 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getsockname_args
2356 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:ogetpeername_args
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c223 iarg[0] = p->fdes; /* int */
232 iarg[0] = p->fdes; /* int */
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_systrace_args.c129 iarg[0] = p->fdes; /* l_uint */
H A Dlinux_proto.h83 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_systrace_args.c473 iarg[0] = p->fdes; /* l_uint */
H A Dlinux_proto.h267 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c365 return (kern_lseek(td, args->fdes, args->off, args->whence));
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h95 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
H A Dlinux_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
H A Dlinux32_proto.h95 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h56 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
H A Dlinux_systrace_args.c85 iarg[0] = p->fdes; /* l_uint */

Completed in 319 milliseconds