UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
void * | buf |
char | buf_l_ [0] |
char | buf_r_ [(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))] |
uint32_t | size |
char | size_l_ [0] |
char | size_r_ [(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] |
Definition at line 132 of file sysproto_posix.h.
void* sys_getcwd_args::buf |
Definition at line 134 of file sysproto_posix.h.
Referenced by sys_getcwd().
char sys_getcwd_args::buf_l_[0] |
Definition at line 133 of file sysproto_posix.h.
char sys_getcwd_args::buf_r_[(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))] |
Definition at line 135 of file sysproto_posix.h.
uint32_t sys_getcwd_args::size |
Definition at line 138 of file sysproto_posix.h.
char sys_getcwd_args::size_l_[0] |
Definition at line 137 of file sysproto_posix.h.
char sys_getcwd_args::size_r_[(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] |
Definition at line 139 of file sysproto_posix.h.