Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c3882 static inline abi_long target_to_host_semarray(int semid, unsigned short **host_array, in target_to_host_semarray() function
3979 err = target_to_host_semarray(semid, &array, target_su.array); in do_semctl()