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.c10140 sigset_t set, oldset, *set_ptr; in _syscall2()
10150 set_ptr = &set; in _syscall2()
10166 set_ptr = NULL; in _syscall2()
10168 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()
10182 sigset_t set, oldset, *set_ptr; in _syscall2() local
10195 set_ptr = &set; in _syscall2()
10211 set_ptr = NULL; in _syscall2()
10213 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()