|
UbixOS
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| struct itimerval * | itv |
| char | itv_l_ [0] |
| char | itv_r_ [(sizeof(register_t)<=sizeof(struct itimerval *) ? 0 :sizeof(register_t) - sizeof(struct itimerval *))] |
| struct itimerval * | oitv |
| char | oitv_l_ [0] |
| char | oitv_r_ [(sizeof(register_t)<=sizeof(struct itimerval *) ? 0 :sizeof(register_t) - sizeof(struct itimerval *))] |
| u_int | which |
| char | which_l_ [0] |
| char | which_r_ [(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))] |
Definition at line 266 of file sysproto_posix.h.
| struct itimerval* setitimer_args::itv |
Definition at line 271 of file sysproto_posix.h.
| char setitimer_args::itv_l_[0] |
Definition at line 270 of file sysproto_posix.h.
| char setitimer_args::itv_r_[(sizeof(register_t)<=sizeof(struct itimerval *) ? 0 :sizeof(register_t) - sizeof(struct itimerval *))] |
Definition at line 272 of file sysproto_posix.h.
| struct itimerval* setitimer_args::oitv |
Definition at line 274 of file sysproto_posix.h.
| char setitimer_args::oitv_l_[0] |
Definition at line 273 of file sysproto_posix.h.
| char setitimer_args::oitv_r_[(sizeof(register_t)<=sizeof(struct itimerval *) ? 0 :sizeof(register_t) - sizeof(struct itimerval *))] |
Definition at line 275 of file sysproto_posix.h.
| u_int setitimer_args::which |
Definition at line 268 of file sysproto_posix.h.
| char setitimer_args::which_l_[0] |
Definition at line 267 of file sysproto_posix.h.
| char setitimer_args::which_r_[(sizeof(register_t)<=sizeof(u_int) ? 0 :sizeof(register_t) - sizeof(u_int))] |
Definition at line 269 of file sysproto_posix.h.