Home
last modified time | relevance | path

Searched refs:linux_sys_shmat (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/compat/linux/common/
Dlinux_shm.h131 int linux_sys_shmat(struct lwp *, const struct linux_sys_shmat_args *, register_t *);
Dlinux_ipccall.c141 return linux_sys_shmat(l, &bsa, retval); in linux_sys_ipc()
Dlinux_ipc.c470 linux_sys_shmat(struct lwp *l, const struct linux_sys_shmat_args *uap, register_t *retval) in linux_sys_shmat() function
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1677 int linux_sys_shmat(struct lwp *, const struct linux_sys_shmat_args *, register_t *);
Dlinux_sysent.c884 .sy_call = (sy_call_t *)linux_sys_shmat