|
UbixOS V2
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| int | how |
| char | how_l_ [0] |
| char | how_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
| sigset_t * | oset |
| char | oset_l_ [0] |
| char | oset_r_ [(sizeof(register_t)<=sizeof(sigset_t *) ? 0 :sizeof(register_t) - sizeof(sigset_t *))] |
| const sigset_t * | set |
| char | set_l_ [0] |
| char | set_r_ [(sizeof(register_t)<=sizeof(const sigset_t *) ? 0 :sizeof(register_t) - sizeof(const sigset_t *))] |
Definition at line 551 of file sysproto_posix.h.
| int sys_sigprocmask_args::how |
Definition at line 553 of file sysproto_posix.h.
Referenced by sys_sigprocmask().
| char sys_sigprocmask_args::how_l_[0] |
Definition at line 552 of file sysproto_posix.h.
| char sys_sigprocmask_args::how_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 554 of file sysproto_posix.h.
| sigset_t* sys_sigprocmask_args::oset |
Definition at line 559 of file sysproto_posix.h.
Referenced by sys_sigprocmask().
| char sys_sigprocmask_args::oset_l_[0] |
Definition at line 558 of file sysproto_posix.h.
| char sys_sigprocmask_args::oset_r_[(sizeof(register_t)<=sizeof(sigset_t *) ? 0 :sizeof(register_t) - sizeof(sigset_t *))] |
Definition at line 560 of file sysproto_posix.h.
Definition at line 556 of file sysproto_posix.h.
Referenced by sys_sigprocmask().
| char sys_sigprocmask_args::set_l_[0] |
Definition at line 555 of file sysproto_posix.h.
| char sys_sigprocmask_args::set_r_[(sizeof(register_t)<=sizeof(const sigset_t *) ? 0 :sizeof(register_t) - sizeof(const sigset_t *))] |
Definition at line 557 of file sysproto_posix.h.