OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shmctl1
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/compat/common/
sysv_shm_14.c
76
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
sysv_shm_50.c
75
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
/src/sys/sys/
shm.h
179
int
shmctl1
(struct lwp *, int, int, struct shmid_ds *);
/src/sys/compat/linux/common/
linux_ipc.c
594
error =
shmctl1
(l, shmid, IPC_STAT, &bs);
616
return
shmctl1
(l, shmid, IPC_SET, &bs);
619
return
shmctl1
(l, shmid, IPC_RMID, NULL);
622
return
shmctl1
(l, shmid, SHM_LOCK, NULL);
625
return
shmctl1
(l, shmid, SHM_UNLOCK, NULL);
/src/sys/compat/netbsd32/
netbsd32_compat_50_sysv.c
195
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
netbsd32_compat_14_sysv.c
315
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
netbsd32_ipc.c
460
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
/src/sys/compat/linux32/common/
linux32_ipccall.c
676
error =
shmctl1
(l, shmid, IPC_STAT, &bs);
698
return
shmctl1
(l, shmid, IPC_SET, &bs);
701
return
shmctl1
(l, shmid, IPC_RMID, NULL);
704
return
shmctl1
(l, shmid, SHM_LOCK, NULL);
707
return
shmctl1
(l, shmid, SHM_UNLOCK, NULL);
/src/sys/kern/
kern_stub.c
98
__strong_alias(
shmctl1
,enosys);
sysv_shm.c
503
error =
shmctl1
(l, SCARG(uap, shmid), cmd,
513
shmctl1
(struct lwp *l, int shmid, int cmd, struct shmid_ds *shmbuf)
function in typeref:typename:int
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025