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

  /src/sys/compat/linux32/common/
linux32_ipccall.c 78 linux32_semop(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
80 linux32_semget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
82 linux32_semctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
96 linux32_shmat(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
98 linux32_shmdt(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
100 linux32_shmget(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
102 linux32_shmctl(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
106 static int linux32_msgsnd(struct lwp *, const struct linux32_sys_ipc_args *,
108 static int linux32_msgrcv(struct lwp *, const struct linux32_sys_ipc_args *,
110 static int linux32_msgget(struct lwp *, const struct linux32_sys_ipc_args *,
    [all...]
  /src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h 382 struct linux32_sys_ipc_args { struct
1313 int linux32_sys_ipc(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
linux32_sysent.c 469 ns(struct linux32_sys_ipc_args),
linux32_systrace_args.c 719 const struct linux32_sys_ipc_args *p = params;
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 391 struct linux32_sys_ipc_args { struct
1312 int linux32_sys_ipc(struct lwp *, const struct linux32_sys_ipc_args *, register_t *);
linux32_sysent.c 475 ns(struct linux32_sys_ipc_args),
linux32_systrace_args.c 742 const struct linux32_sys_ipc_args *p = params;

Completed in 26 milliseconds