OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linux_sys_semctl
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/compat/linux/common/
linux_sem.h
91
int
linux_sys_semctl
(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
linux_ipccall.c
98
case
LINUX_SYS_SEMCTL
: {
111
return
linux_sys_semctl
(l, &bsa, retval);
linux_ipc.c
202
linux_sys_semctl
(struct lwp *l, const struct linux_sys_semctl_args *uap, register_t *retval)
function in typeref:typename:int
/src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h
855
check_syscall_args(
linux_sys_semctl
)
1490
int
linux_sys_semctl
(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
linux_sysent.c
891
.sy_call = (sy_call_t *)
linux_sys_semctl
/src/sys/compat/linux/arch/amd64/
linux_syscallargs.h
341
check_syscall_args(
linux_sys_semctl
)
1466
int
linux_sys_semctl
(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
linux_sysent.c
364
.sy_call = (sy_call_t *)
linux_sys_semctl
/src/sys/compat/linux/arch/alpha/
linux_syscallargs.h
1664
int
linux_sys_semctl
(struct lwp *, const struct linux_sys_semctl_args *, register_t *);
linux_sysent.c
848
.sy_call = (sy_call_t *)
linux_sys_semctl
Completed in 41 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025