UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
const struct sigaction * | act |
char | act_l_ [0] |
char | act_r_ [(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))] |
struct sigaction * | oact |
char | oact_l_ [0] |
char | oact_r_ [(sizeof(register_t)<=sizeof(struct sigaction *) ? 0 :sizeof(register_t) - sizeof(struct sigaction *))] |
int | sig |
char | sig_l_ [0] |
char | sig_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 563 of file sysproto_posix.h.
Definition at line 568 of file sysproto_posix.h.
Referenced by sys_sigaction().
char sys_sigaction_args::act_l_[0] |
Definition at line 567 of file sysproto_posix.h.
char sys_sigaction_args::act_r_[(sizeof(register_t)<=sizeof(const struct sigaction *) ? 0 :sizeof(register_t) - sizeof(const struct sigaction *))] |
Definition at line 569 of file sysproto_posix.h.
struct sigaction* sys_sigaction_args::oact |
Definition at line 571 of file sysproto_posix.h.
Referenced by sys_sigaction().
char sys_sigaction_args::oact_l_[0] |
Definition at line 570 of file sysproto_posix.h.
char sys_sigaction_args::oact_r_[(sizeof(register_t)<=sizeof(struct sigaction *) ? 0 :sizeof(register_t) - sizeof(struct sigaction *))] |
Definition at line 572 of file sysproto_posix.h.
int sys_sigaction_args::sig |
Definition at line 565 of file sysproto_posix.h.
Referenced by sys_sigaction().
char sys_sigaction_args::sig_l_[0] |
Definition at line 564 of file sysproto_posix.h.
char sys_sigaction_args::sig_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 566 of file sysproto_posix.h.