Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c10525 sigset_t set, oldset, *set_ptr; in _syscall2()
10535 set_ptr = &set; in _syscall2()
10551 set_ptr = NULL; in _syscall2()
10553 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()
10567 sigset_t set, oldset, *set_ptr; in _syscall2() local
10580 set_ptr = &set; in _syscall2()
10596 set_ptr = NULL; in _syscall2()
10598 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()