Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c7523 static inline abi_long target_to_host_sigevent(struct sigevent *host_sevp, in target_to_host_sigevent() argument
7538 host_sevp->sigev_value.sival_ptr = in target_to_host_sigevent()
7540 host_sevp->sigev_signo = in target_to_host_sigevent()
7542 host_sevp->sigev_notify = tswap32(target_sevp->sigev_notify); in target_to_host_sigevent()
7543 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()
13391 struct sigevent host_sevp = { {0}, }, *phost_sevp = NULL; in _syscall2() local
13402 phost_sevp = &host_sevp; in _syscall2()