/src/libexec/ftpd/ |
popen.c | 220 int fdes, status; local in function:ftpd_pclose 228 if (pids == 0 || pids[fdes = fileno(iop)] == 0) 236 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) 239 pids[fdes] = 0;
|
/src/sys/compat/linux/common/ |
linux_socketcall.h | 199 syscallarg(int) fdes; 207 syscallarg(int) fdes;
|
/src/usr.bin/at/ |
at.c | 178 int fdes, lockdes, fd2; local in function:writefile 253 if ((fdes = open(atfile, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR)) == -1) 256 if ((fd2 = dup(fdes)) == -1) 278 if ((fp = fdopen(fdes, "w")) == NULL)
|
/src/sys/compat/linux32/common/ |
linux32_socketcall.h | 128 syscallarg(int) fdes;
|
linux32_socket.c | 284 syscallarg(int) fdes; 290 NETBSD32TO64_UAP(fdes);
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
netbsd_syscall_hooks.h | 197 #define __sanitizer_syscall_pre_getpeername(fdes, asa, alen) \ 199 (long long)(fdes), (long long)(asa), (long long)(alen)) 200 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \ 202 res, (long long)(fdes), (long long)(asa), (long long)(alen)) 203 #define __sanitizer_syscall_pre_getsockname(fdes, asa, alen) \ 205 (long long)(fdes), (long long)(asa), (long long)(alen)) 206 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \ 208 res, (long long)(fdes), (long long)(asa), (long long)(alen)) 739 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \ 741 (long long)(fdes), (long long)(asa), (long long)(alen) [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_compat_43.c | 604 syscallarg(int) fdes; 610 NETBSD32TO64_UAP(fdes);
|
netbsd32_netbsd.c | 401 syscallarg(int) fdes; 407 NETBSD32TO64_UAP(fdes); 419 syscallarg(int) fdes; 425 NETBSD32TO64_UAP(fdes);
|
netbsd32_syscallargs.h | 206 syscallarg(int) fdes; 213 syscallarg(int) fdes; 775 syscallarg(int) fdes;
|
netbsd32_systrace_args.c | 259 iarg[0] = SCARG(p, fdes); /* int */ 268 iarg[0] = SCARG(p, fdes); /* int */ 1059 iarg[0] = SCARG(p, fdes); /* int */
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 577 syscallarg(int) fdes; 584 syscallarg(int) fdes;
|
/src/sys/dev/iscsi/ |
iscsi_ioctl.c | 333 * fdes IN: The socket handle 341 get_socket(int fdes, struct file **fpp) 345 if ((fp = fd_getfile(fdes)) == NULL) {
|
/src/sys/kern/ |
uipc_syscalls.c | 1474 syscallarg(int) fdes; 1482 error = do_sys_getsockname(SCARG(uap, fdes), (struct sockaddr *)&sbig); 1499 syscallarg(int) fdes; 1507 error = do_sys_getpeername(SCARG(uap, fdes), (struct sockaddr *)&sbig);
|
systrace_args.c | 259 iarg[0] = SCARG(p, fdes); /* int */ 268 iarg[0] = SCARG(p, fdes); /* int */ 1059 iarg[0] = SCARG(p, fdes); /* int */
|
/src/sys/rump/librump/rumpkern/ |
rump_syscalls.c | 630 rump___sysimpl_getpeername(int fdes, struct sockaddr * asa, socklen_t * alen) 638 SPARG(&callarg, fdes) = fdes; 660 rump___sysimpl_getsockname(int fdes, struct sockaddr * asa, socklen_t * alen) 668 SPARG(&callarg, fdes) = fdes;
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 918 syscallarg(int) fdes;
|
linux_systrace_args.c | 1488 iarg[0] = SCARG(p, fdes); /* int */
|
/src/sys/sys/ |
syscallargs.h | 233 syscallarg(int) fdes; 240 syscallarg(int) fdes; 893 syscallarg(int) fdes;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 411 syscallarg(int) fdes;
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 263 syscallarg(int) fdes;
|
linux_systrace_args.c | 460 iarg[0] = SCARG(p, fdes); /* int */
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_systrace_args.c | 1728 iarg[0] = SCARG(p, fdes); /* int */
|