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

12

/freebsd-current/tools/test/stress2/misc/
H A Doverlap.sh85 int fdes, count;
89 if ((fdes = open(file, O_RDWR|O_CREAT, 0664)) == -1)
95 while ((nwrite = pwrite(fdes, buf, siz, 0)) != -1) {
107 int fdes, count;
111 if ((fdes = open(file, O_RDWR|O_CREAT, 0664)) == -1)
116 while ((nread = pread(fdes, buf, siz, 0)) == 0)
128 } while ((nread = pread(fdes, buf, siz, 0)) != -1);
/freebsd-current/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-current/usr.sbin/cron/cron/
H A Dpopen.c218 int fdes; local
227 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
231 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
234 pids[fdes] = 0;
/freebsd-current/libexec/ftpd/
H A Dpopen.c173 int fdes, omask, status; local
180 if (pids == NULL || pids[fdes = fileno(iop)] == 0)
184 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
187 pids[fdes] = 0;
/freebsd-current/usr.bin/at/
H A Dat.c214 int fdes, lockdes, fd2; local
283 if ((fdes = creat(atfile, O_WRONLY)) == -1)
286 if ((fd2 = dup(fdes)) <0)
312 if((fp = fdopen(fdes, "w")) == NULL)
/freebsd-current/sys/kern/
H A Duipc_syscalls.c1323 user_getsockname(struct thread *td, int fdes, struct sockaddr *asa, argument
1334 error = kern_getsockname(td, fdes, (struct sockaddr *)&ss);
1375 return (user_getsockname(td, uap->fdes, uap->asa, uap->alen, false));
1382 return (user_getsockname(td, uap->fdes, uap->asa, uap->alen, true));
1387 user_getpeername(struct thread *td, int fdes, struct sockaddr *asa, argument
1398 error = kern_getpeername(td, fdes, (struct sockaddr *)&ss);
1444 return (user_getpeername(td, uap->fdes, uap->asa, uap->alen, false));
1451 return (user_getpeername(td, uap->fdes, uap->asa, uap->alen, true));
H A Dsystrace_args.c220 iarg[a++] = p->fdes; /* int */
229 iarg[a++] = p->fdes; /* int */
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp216 FDE &fde = cast<ObjFile>(d->getFile())->fdes[d->unwindEntry];
362 const FDE &fde = cast<ObjFile>(d->getFile())->fdes[d->unwindEntry];
H A DInputFiles.h186 llvm::DenseMap<ConcatInputSection *, FDE> fdes; member in class:lld::macho::final
H A DInputFiles.cpp1509 fdes[isec] = {funcLength, cie.personalitySymbol, lsdaIsec};
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp149 for (const EhSectionPiece &fde : eh.fdes) {
H A DMapFile.cpp135 for (const EhSectionPiece *fde : rec->fdes)
H A DInputSection.h364 SmallVector<EhSectionPiece, 0> cies, fdes; member in class:lld::elf::EhInputSection
H A DSyntheticSections.cpp418 for (EhSectionPiece &fde : sec->fdes) {
426 rec->fdes.push_back(&fde);
451 for (EhSectionPiece &fde : sec.fdes) {
512 for (EhSectionPiece *fde : rec->fdes) {
537 for (EhSectionPiece *fde : rec->fdes) {
603 for (EhSectionPiece *fde : rec->fdes) {
3024 SmallVector<FdeData, 0> fdes = getPartition().ehFrame->getFdeData();
3032 write32(buf + 8, fdes.size());
3035 for (FdeData &fde : fdes) {
H A DInputSection.cpp1281 (id == 0 ? cies : fdes).emplace_back(off, this, size, firstRel);
1292 fdes, [=](EhSectionPiece p) { return p.inputOff <= offset; });
1293 if (it == fdes.begin() || it[-1].inputOff + it[-1].size <= offset) {
H A DSyntheticSections.h42 SmallVector<EhSectionPiece *, 0> fdes; member in struct:lld::elf::CieRecord
/freebsd-current/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))
743 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \
745 (long long)(fdes), (lon
[all...]
/freebsd-current/lib/libsys/
H A D_libsys.h490 int __sys_getpeername(int fdes, struct sockaddr * asa, __socklen_t * alen);
491 int __sys_getsockname(int fdes, struct sockaddr * asa, __socklen_t * alen);
/freebsd-current/sys/sys/
H A Dsysproto.h143 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getpeername_args
148 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getsockname_args
2399 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:ogetpeername_args
2419 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:ogetsockname_args
/freebsd-current/sys/compat/linux/
H A Dlinux_file.c316 return (kern_lseek(td, args->fdes, args->off, args->whence));
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c223 iarg[a++] = p->fdes; /* int */
232 iarg[a++] = p->fdes; /* int */
/freebsd-current/sys/arm64/linux/
H A Dlinux_proto.h268 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.c479 iarg[a++] = p->fdes; /* l_uint */
/freebsd-current/sys/i386/linux/
H A Dlinux_systrace_args.c152 iarg[a++] = p->fdes; /* l_uint */
/freebsd-current/sys/amd64/linux/
H A Dlinux_proto.h64 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args

Completed in 487 milliseconds

12