Searched refs:set_ptr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 10108 sigset_t set, oldset, *set_ptr; in _syscall2() 10118 set_ptr = &set; in _syscall2() 10134 set_ptr = NULL; in _syscall2() 10136 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2() 10150 sigset_t set, oldset, *set_ptr; in _syscall2() 10163 set_ptr = &set; in _syscall2() 10179 set_ptr = NULL; in _syscall2() 10181 ret = do_sigprocmask(how, set_ptr, &oldset); in _syscall2() 10147 sigset_t set, oldset, *set_ptr; _syscall2() local
|