UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
char * | path |
char | path_l_ [0] |
char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
struct stat * | sb |
char | sb_l_ [0] |
char | sb_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] |
Definition at line 408 of file sysproto_posix.h.
char* sys_lstat_args::path |
Definition at line 410 of file sysproto_posix.h.
Referenced by sys_lstat().
char sys_lstat_args::path_l_[0] |
Definition at line 409 of file sysproto_posix.h.
char sys_lstat_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 411 of file sysproto_posix.h.
struct stat* sys_lstat_args::sb |
Definition at line 413 of file sysproto_posix.h.
Referenced by sys_lstat().
char sys_lstat_args::sb_l_[0] |
Definition at line 412 of file sysproto_posix.h.
char sys_lstat_args::sb_r_[(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] |
Definition at line 414 of file sysproto_posix.h.