Home
last modified time | relevance | path

Searched refs:shmctl (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/regress/sys/kern/sysvshm/
H A Dshmtest.c138 if (shmctl(sender_shmid, IPC_STAT, &s_ds) == -1)
146 if (shmctl(sender_shmid, IPC_SET, &s_ds) == -1)
151 if (shmctl(sender_shmid, IPC_STAT, &s_ds) == -1)
227 if (shmctl(sender_shmid, IPC_STAT, &s_ds) == -1)
244 if (shmctl(sender_shmid, IPC_RMID, NULL) == -1) in cleanup()
/openbsd/usr.sbin/unbound/util/shm_side/
H A Dshm_main.c117 shmctl(daemon->shm_info->id_ctl, IPC_RMID, NULL); in shm_main_init()
121 shmctl(daemon->shm_info->id_arr, IPC_RMID, NULL); in shm_main_init()
206 shmctl(daemon->shm_info->id_ctl, IPC_RMID, NULL); in shm_main_shutdown()
209 shmctl(daemon->shm_info->id_arr, IPC_RMID, NULL); in shm_main_shutdown()
/openbsd/lib/libc/hidden/sys/
H A Dshm.h24 PROTO_NORMAL(shmctl);
/openbsd/sys/sys/
H A Dshm.h144 int shmctl(int, int, struct shmid_ds *);
/openbsd/usr.bin/ipcrm/
H A Dipcrm.c89 return (shmctl(id, IPC_RMID, NULL)); in shmrm()
/openbsd/lib/libc/sys/
H A DMakefile.inc73 settimeofday.o setuid.o shmat.o shmctl.o shmdt.o \
199 shmctl.2 shmget.2 shutdown.2 sigaction.2 sigaltstack.2 sigpending.2 \
/openbsd/gnu/usr.bin/perl/hints/
H A Ddarwin.sh408 *** and shmctl. You should also expect the following test failures:
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/t/
H A Dipcsysv.t293 ok(defined shmctl($shm, IPC_RMID, 0), 'shmctl(IPC_RMID)');
/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.h217 #pragma redefine_extname shmctl __mfwrap_shmctl
H A Dmf-hooks2.c1799 WRAPPER2(int, shmctl, int shmid, int cmd, struct shmid_ds *buf) in WRAPPER2() argument
1814 return shmctl (shmid, cmd, buf); in WRAPPER2()
1826 __mf_register (p, shmctl (shmid, IPC_STAT, &buf) ? 0 : buf.shm_segsz, in WRAPPER2()
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t639 shmctl 3 p
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp31 int shmctl(int, int, struct shmid_ds *);
1292 TEST(MemorySanitizer, shmctl) { in TEST() argument
1297 int res = shmctl(id, IPC_STAT, &ds); in TEST()
1303 res = shmctl(id, IPC_INFO, (struct shmid_ds *)&si); in TEST()
1308 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i); in TEST()
1313 res = shmctl(id, IPC_RMID, 0); in TEST()
1345 res = shmctl(id, IPC_RMID, 0); in TEST()
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes486 shmctl shmctl ck_fun imst@ S S S
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5340delta.pod1295 L<shmctl()|perlfunc/shmctl> now properly reset the UTF-8 flag on the
1301 C<semctl()>, C<msgctl()>, and C<shmctl()> now attempt to downgrade the C<ARG>
1307 In cases where C<semctl()>, C<msgctl()> or C<shmctl()> would treat the C<ARG>
H A Dperlipc.pod1698 shmctl($id, IPC_RMID, 0) || die "shmctl: $!";
/openbsd/lib/libc/
H A DSymbols.list420 shmctl
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c3169 ret = shmctl(id, cmd, (struct shmid_ds *)a);
3320 if (shmctl(id, IPC_STAT, &shmds) == -1)
H A Dsyscall_emulator.c1255 ret = shmctl(shmid, cmd, buf); in syscall_emulator()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1010 extern int shmctl(int, int, ...);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1010 extern int shmctl(int, int, ...);
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1559 int res = REAL(shmctl)(shmid, shmctl_ipc_stat, &ds); in INTERCEPTOR()
/openbsd/regress/usr.bin/tsort/
H A Dpairs1122 shmctl.o shmctl.o
2925 shmctl.o cerror.o
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2352 PRE_SYSCALL(shmctl)(long shmid, long cmd, void *buf) {}
2354 POST_SYSCALL(shmctl)(long res, long shmid, long cmd, void *buf) {
H A Dsanitizer_common_interceptors.inc111 #define shmctl __shmctl50
4748 INTERCEPTOR(int, shmctl, int shmid, int cmd, void *buf) {
4750 COMMON_INTERCEPTOR_ENTER(ctx, shmctl, shmid, cmd, buf);
4754 int res = REAL(shmctl)(shmid, cmd, buf);
4767 #define INIT_SHMCTL COMMON_INTERCEPT_FUNCTION(shmctl);
/openbsd/gnu/usr.bin/perl/t/op/
H A Dtaint.t1582 shmctl($id, IPC_RMID, 0) or warn "# shmctl failed: $!\n";

12