/freebsd/tools/regression/sysvshm/ |
H A D | shmtest.c | 136 if ((shm_buf = shmat(sender_shmid, NULL, 0)) == (void *) -1) in main() 272 if ((shm_buf = shmat(shmid, NULL, 0)) == (void *) -1) in receiver()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 654 shm_buf = shmat(sender_shmid, NULL, 0); in ATF_TC_BODY() 757 shm_buf = shmat(shmid, NULL, 0); in sharer() 794 ATF_REQUIRE_MSG(shmat(shmid_remap, shm_buf, 0) == (void *)-1, in ATF_TC_BODY() 796 ATF_REQUIRE_MSG(shmat(shmid_remap, shm_buf, SHM_REMAP) == shm_buf, in ATF_TC_BODY()
|
/freebsd/contrib/sendmail/src/ |
H A D | shmticklib.c | 53 sp = (STATUSD_SHM *) shmat(shmid, NULL, 0);
|
/freebsd/contrib/unbound/util/shm_side/ |
H A D | shm_main.c | 154 shmat(daemon->shm_info->id_ctl, NULL, 0); in shm_main_init() 167 shmat(daemon->shm_info->id_arr, NULL, 0); in shm_main_init()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | shm.c | 60 shm = shmat(*shmid, (void *) 0, 0);
|
/freebsd/sys/sys/ |
H A D | shm.h | 176 void *shmat(int, const void *, int);
|
H A D | syscall.mk | 146 shmat.o \
|
/freebsd/tools/test/stress2/misc/ |
H A D | shm2.sh | 119 if ((c = shmat(shmid, NULL, 0)) == (void *) -1)
|
H A D | shm.sh | 141 if ((shmp = shmat(shmid, NULL, 0)) == (void *) -1)
|
/freebsd/tools/test/stress2/testcases/shm/ |
H A D | shm.c | 73 if ((shm_buf = shmat(shmid, NULL, 0)) == (void *) -1) in setup()
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 325 shmat.2 \ 513 MLINKS+=shmat.2 shmdt.2
|
H A D | Symbol.sys.map | 222 shmat;
|
/freebsd/contrib/ntp/util/ |
H A D | sht.c | 59 struct shmTime *p=(struct shmTime *)shmat (shmid, 0, 0); in getShmTime()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mincore.c | 300 addr = shmat(shmid, NULL, 0); in ATF_TC_BODY()
|
/freebsd/tests/sys/audit/ |
H A D | inter-process.c | 464 ATF_REQUIRE((intptr_t)(addr = shmat(shmid, NULL, 0)) != -1); in ATF_TC_BODY() 492 ATF_REQUIRE_EQ(-1, (intptr_t)shmat(-1, NULL, 0)); in ATF_TC_BODY() 520 ATF_REQUIRE((intptr_t)(addr = shmat(shmid, NULL, 0)) != -1); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 77 void *Addr = shmat(SharedMemoryId, nullptr, 0); in reserve()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 481 shm_stat = (struct ub_shm_stat_info*)shmat(id_ctl, NULL, SHM_RDONLY); in print_stats_shm() 485 stats = (struct ub_stats_info*)shmat(id_arr, NULL, SHM_RDONLY); in print_stats_shm()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | buf.c | 206 hmem->shmaddr = shmat(hmem->shmid, MLX5_SHM_ADDR, MLX5_SHMAT_FLAGS); in alloc_huge_mem()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_shm.c | 148 p = (struct shmTime *)shmat (shmid, 0, 0); in getShmTime()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 258 LocalAddr = shmat(SharedMemoryId, nullptr, 0); in reserve()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1649 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { in INTERCEPTOR() argument 1651 void *p = REAL(shmat)(shmid, shmaddr, shmflg); in INTERCEPTOR() 1919 INTERCEPT_FUNCTION(shmat); in InitializeInterceptors()
|
/freebsd/sys/kern/ |
H A D | sysv_shm.c | 912 SYSCALL_INIT_HELPER(shmat), 935 SYSCALL32_INIT_HELPER_COMPAT(shmat),
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 117 96:AUE_SHMAT:shmat(2):ip
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2333 PRE_SYSCALL(shmat)(long shmid, void *shmaddr, long shmflg) {} 2335 POST_SYSCALL(shmat)(long res, long shmid, void *shmaddr, long shmflg) {
|
/freebsd/contrib/dialog/ |
H A D | configure | 6878 char shmat (void); 6891 return shmat (); 6937 char shmat (); 6941 shmat ();
|