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

  /src/sys/compat/linux/common/
linux_shm.h 130 int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
linux_ipccall.c 145 case LINUX_SYS_SHMGET:
277 return linux_sys_shmget(l, &bsa, retval);
linux_ipc.c 447 linux_sys_shmget(struct lwp *l, const struct linux_sys_shmget_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1497 int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
linux_sysent.c 918 .sy_call = (sy_call_t *)linux_sys_shmget
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 187 .sy_call = (sy_call_t *)linux_sys_shmget
linux_syscallargs.h 1391 int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1683 int linux_sys_shmget(struct lwp *, const struct linux_sys_shmget_args *, register_t *);
linux_sysent.c 898 .sy_call = (sy_call_t *)linux_sys_shmget

Completed in 18 milliseconds