| /src/sys/compat/linux/common/ |
| linux_shm.h | 111 syscallarg(int) shmflg; member in struct:linux_sys_shmat_args 124 syscallarg(int) shmflg; member in struct:linux_sys_shmget_args
|
| linux_ipccall.c | 149 SCARG(&bsa, shmflg) = SCARG(uap, a2); 287 SCARG(&bsa, shmflg) = SCARG(uap, a3);
|
| linux_ipc.c | 484 syscallarg(int) shmflg; 490 SCARG(&bsd_ua, shmflg) = SCARG(uap, shmflg) | _SHM_RMLINGER; 507 syscallarg(int) shmflg;
|
| /src/sys/compat/common/ |
| kern_ipc_10.c | 146 syscallarg(int) shmflg; 159 syscallarg(int) shmflg; 167 SCARG(&shmat_args, shmflg) = SCARG(uap, a4); 185 SCARG(&shmget_args, shmflg) = SCARG(uap, a4);
|
| /src/sys/compat/freebsd/ |
| freebsd_ipc.c | 127 syscallarg(int) shmflg; 140 syscallarg(int) shmflg; 147 SCARG(&shmat_args, shmflg) = SCARG(uap, a4); 161 SCARG(&shmget_args, shmflg) = SCARG(uap, a4);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_10_sysv.c | 134 syscallarg(int) shmflg; 147 syscallarg(int) shmflg; 154 SCARG(&shmat_args, shmflg) = SCARG(uap, a4); 170 SCARG(&shmget_args, shmflg) = SCARG(uap, a4);
|
| netbsd32_ipc.c | 429 syscallarg(int) shmflg; 435 NETBSD32TO64_UAP(shmflg); 491 syscallarg(int) shmflg; 497 NETBSD32TO64_UAP(shmflg);
|
| netbsd32_syscallargs.h | 1199 syscallarg(int) shmflg; member in struct:netbsd32_shmat_args 1218 syscallarg(int) shmflg; member in struct:netbsd32_shmget_args
|
| netbsd32_systrace_args.c | 1618 iarg[2] = SCARG(p, shmflg); /* int */ 1643 iarg[2] = SCARG(p, shmflg); /* int */
|
| /src/sys/kern/ |
| sysv_shm.c | 376 syscallarg(int) shmflg; 405 (SCARG(uap, shmflg) & SHM_RDONLY) ? IPC_R : IPC_R|IPC_W); 418 if ((SCARG(uap, shmflg) & SHM_RDONLY) == 0) 422 if (SCARG(uap, shmflg) & SHM_RND) 628 if ((SCARG(uap, shmflg) & (IPC_CREAT | IPC_EXCL)) == 649 syscallarg(int) shmflg; 658 mode = SCARG(uap, shmflg) & ACCESSPERMS; 659 if (SCARG(uap, shmflg) & _SHM_RMLINGER) 662 SHMPRINTF(("shmget: key 0x%lx size 0x%zx shmflg 0x%x mode 0x%x\n", 663 SCARG(uap, key), SCARG(uap, size), SCARG(uap, shmflg), mode)) [all...] |
| systrace_args.c | 1679 iarg[2] = SCARG(p, shmflg); /* int */ 1704 iarg[2] = SCARG(p, shmflg); /* int */
|
| /src/sys/compat/ultrix/ |
| ultrix_misc.c | 659 SCARG(&shmat_args, shmflg) = SCARG(uap, a4); 675 SCARG(&shmget_args, shmflg) = SCARG(uap, a4)
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1170 #define __sanitizer_syscall_pre_shmat(shmid, shmaddr, shmflg) \ 1172 (long long)(shmflg)) 1173 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ 1175 res, (long long)(shmid), (long long)(shmaddr), (long long)(shmflg)) 1186 #define __sanitizer_syscall_pre_shmget(key, size, shmflg) \ 1188 (long long)(shmflg)) 1189 #define __sanitizer_syscall_post_shmget(res, key, size, shmflg) \ 1191 (long long)(size), (long long)(shmflg)) 3585 long long shmflg); 3587 long long shmaddr, long long shmflg); [all...] |
| linux_syscall_hooks.h | 1329 #define __sanitizer_syscall_pre_shmat(shmid, shmaddr, shmflg) \ 1331 (long)(shmflg)) 1332 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ 1334 (long)(shmflg)) 2757 void __sanitizer_syscall_pre_impl_shmat(long shmid, long shmaddr, long shmflg); 2759 long shmflg);
|
| /src/sys/compat/linux32/common/ |
| linux32_ipccall.c | 620 SCARG(&ua, shmflg) = SCARG(uap, a2); 653 SCARG(&ua, shmflg) = SCARG(uap, a3) | _SHM_RMLINGER;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_interceptors.cc | 1469 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { 1471 void *p = REAL(shmat)(shmid, shmaddr, shmflg);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_systrace_args.c | 1409 iarg[2] = SCARG(p, shmflg); /* int */ 1427 iarg[2] = SCARG(p, shmflg); /* int */
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_systrace_args.c | 273 iarg[2] = SCARG(p, shmflg); /* int */ 282 iarg[2] = SCARG(p, shmflg); /* int */
|
| /src/sys/sys/ |
| syscallargs.h | 1459 syscallarg(int) shmflg; member in struct:sys_shmat_args 1484 syscallarg(int) shmflg; member in struct:sys_shmget_args
|