UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
const void * | addr |
char | addr_l_ [0] |
char | addr_r_ [(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))] |
size_t | len |
char | len_l_ [0] |
char | len_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
int | prot |
char | prot_l_ [0] |
char | prot_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 296 of file sysproto_posix.h.
const void* mprotect_args::addr |
Definition at line 298 of file sysproto_posix.h.
char mprotect_args::addr_l_[0] |
Definition at line 297 of file sysproto_posix.h.
char mprotect_args::addr_r_[(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))] |
Definition at line 299 of file sysproto_posix.h.
size_t mprotect_args::len |
Definition at line 301 of file sysproto_posix.h.
char mprotect_args::len_l_[0] |
Definition at line 300 of file sysproto_posix.h.
char mprotect_args::len_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
Definition at line 302 of file sysproto_posix.h.
int mprotect_args::prot |
Definition at line 304 of file sysproto_posix.h.
char mprotect_args::prot_l_[0] |
Definition at line 303 of file sysproto_posix.h.
char mprotect_args::prot_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
Definition at line 305 of file sysproto_posix.h.