HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_shmctl (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/compat/linux/common/
linux_shm.h 132 int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
linux_ipccall.c 147 case LINUX_SYS_SHMCTL: {
154 return linux_sys_shmctl(l, &bsa, retval);
linux_ipc.c 563 linux_sys_shmctl(struct lwp *l, const struct linux_sys_shmctl_args *uap, register_t *retval) function in typeref:typename:int
660 printf("linux_sys_shmctl cmd %d\n", SCARG(uap, cmd));
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1499 int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
linux_sysent.c 923 .sy_call = (sy_call_t *)linux_sys_shmctl
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 197 .sy_call = (sy_call_t *)linux_sys_shmctl
linux_syscallargs.h 1395 int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1679 int linux_sys_shmctl(struct lwp *, const struct linux_sys_shmctl_args *, register_t *);
linux_sysent.c 889 .sy_call = (sy_call_t *)linux_sys_shmctl

Completed in 17 milliseconds