| /src/libexec/ftpd/ |
| popen.c | 220 int fdes, status; local 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 | 195 syscallarg(int) fdes; member in struct:linux_sys_getsockname_args 203 syscallarg(int) fdes; member in struct:linux_sys_getpeername_args
|
| /src/usr.bin/at/ |
| at.c | 178 int fdes, lockdes, fd2; local 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; member in struct:linux32_sys_getpeername_args
|
| 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; member in struct:netbsd32_getpeername_args 213 syscallarg(int) fdes; member in struct:netbsd32_getsockname_args 775 syscallarg(int) fdes; member in struct:compat_43_netbsd32_ogetpeername_args
|
| 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; member in struct:linux_sys_getpeername_args 584 syscallarg(int) fdes; member in struct:linux_sys_getsockname_args
|
| /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 | 632 rump___sysimpl_getpeername(int fdes, struct sockaddr * asa, socklen_t * alen) 640 SPARG(&callarg, fdes) = fdes; 662 rump___sysimpl_getsockname(int fdes, struct sockaddr * asa, socklen_t * alen) 670 SPARG(&callarg, fdes) = fdes;
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 931 syscallarg(int) fdes; member in struct:linux_sys_getpeername_args
|
| linux_systrace_args.c | 1506 iarg[0] = SCARG(p, fdes); /* int */
|
| /src/sys/sys/ |
| syscallargs.h | 233 syscallarg(int) fdes; member in struct:sys_getpeername_args 240 syscallarg(int) fdes; member in struct:sys_getsockname_args 893 syscallarg(int) fdes; member in struct:compat_43_sys_getpeername_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 411 syscallarg(int) fdes; member in struct:linux_sys_getpeername_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 263 syscallarg(int) fdes; member in struct:linux_sys_getpeername_args
|
| 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 */
|