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.c10105 sigset_t set, oldset, *set_ptr; in _syscall2()
10115 set_ptr = &set; in _syscall2()
10131 set_ptr = NULL; in _syscall2()
10133 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()
10147 sigset_t set, oldset, *set_ptr; in _syscall2() local
10160 set_ptr = &set; in _syscall2()
10176 set_ptr = NULL; in _syscall2()
10178 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()