Home
last modified time | relevance | path

Searched defs:shmid (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-shmat-null.c13 int shmid; in main() local
H A Dlinux-shmat-maps.c17 int shmid; in main() local
H A Dlinux-test.c519 int shmid; in test_shm() local
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h312 static inline abi_long do_bsd_shmctl(abi_long shmid, abi_long cmd, in do_bsd_shmctl()
351 static inline abi_long do_bsd_shmat(int shmid, abi_ulong shmaddr, int shmflg) in do_bsd_shmat()
/openbmc/qemu/linux-user/
H A Dmmap.c1294 abi_ulong target_shmat(CPUArchState *cpu_env, int shmid, in target_shmat()
H A Dsyscall.c4489 static inline abi_long do_shmctl(int shmid, int cmd, abi_long buf) in do_shmctl()