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.c9868 sigset_t set, oldset, *set_ptr; in _syscall2()
9878 set_ptr = &set; in _syscall2()
9894 set_ptr = NULL; in _syscall2()
9896 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()
9910 sigset_t set, oldset, *set_ptr; in _syscall2() local
9923 set_ptr = &set; in _syscall2()
9939 set_ptr = NULL; in _syscall2()
9941 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2()