|
UbixOS
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| char * | buf |
| char | buf_l_ [0] |
| char | buf_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
| size_t | count |
| char | count_l_ [0] |
| char | count_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
| char * | path |
| char | path_l_ [0] |
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 743 of file sysproto_posix.h.
| char* sys_readlink_args::buf |
Definition at line 748 of file sysproto_posix.h.
| char sys_readlink_args::buf_l_[0] |
Definition at line 747 of file sysproto_posix.h.
| char sys_readlink_args::buf_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 749 of file sysproto_posix.h.
| size_t sys_readlink_args::count |
Definition at line 751 of file sysproto_posix.h.
Referenced by sys_readlink().
| char sys_readlink_args::count_l_[0] |
Definition at line 750 of file sysproto_posix.h.
| char sys_readlink_args::count_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))] |
Definition at line 752 of file sysproto_posix.h.
| char* sys_readlink_args::path |
Definition at line 745 of file sysproto_posix.h.
Referenced by sys_readlink().
| char sys_readlink_args::path_l_[0] |
Definition at line 744 of file sysproto_posix.h.
| char sys_readlink_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 746 of file sysproto_posix.h.