Home
last modified time | relevance | path

Searched refs:do_bsd_shmat (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/
H A Dbsd-mem.h349 static inline abi_long do_bsd_shmat(int shmid, abi_ulong shmaddr, int shmflg) in do_bsd_shmat() function
/qemu/bsd-user/freebsd/
H A Dos-syscall.c875 ret = do_bsd_shmat(arg1, arg2, arg3); in freebsd_syscall()