UbixOS V2
2.0
|
#include <sysproto_posix.h>
Data Fields | |
int | op |
char | op_l_ [0] |
char | op_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
char * | parms |
char | parms_l_ [0] |
char | parms_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 514 of file sysproto_posix.h.
int sys_sysarch_args::op |
Definition at line 516 of file sysproto_posix.h.
Referenced by sys_sysarch().
char sys_sysarch_args::op_l_[0] |
Definition at line 515 of file sysproto_posix.h.
char sys_sysarch_args::op_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 517 of file sysproto_posix.h.
char* sys_sysarch_args::parms |
Definition at line 519 of file sysproto_posix.h.
Referenced by sys_sysarch().
char sys_sysarch_args::parms_l_[0] |
Definition at line 518 of file sysproto_posix.h.
char sys_sysarch_args::parms_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 520 of file sysproto_posix.h.