UbixOS  2.0
sys_fopen_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_fopen_args:
Collaboration graph

Data Fields

userFileDescriptorFILE
 
char FILE_l_ [0]
 
char FILE_r_ [(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))]
 
char * mode
 
char mode_l_ [0]
 
char mode_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 
char * path
 
char path_l_ [0]
 
char path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 

Detailed Description

Definition at line 166 of file sysproto_posix.h.

Field Documentation

◆ FILE

userFileDescriptor* sys_fopen_args::FILE

Definition at line 174 of file sysproto_posix.h.

Referenced by sys_fopen().

◆ FILE_l_

char sys_fopen_args::FILE_l_[0]

Definition at line 173 of file sysproto_posix.h.

◆ FILE_r_

char sys_fopen_args::FILE_r_[(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))]

Definition at line 175 of file sysproto_posix.h.

◆ mode

char* sys_fopen_args::mode

Definition at line 171 of file sysproto_posix.h.

Referenced by sys_fopen().

◆ mode_l_

char sys_fopen_args::mode_l_[0]

Definition at line 170 of file sysproto_posix.h.

◆ mode_r_

char sys_fopen_args::mode_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 172 of file sysproto_posix.h.

◆ path

char* sys_fopen_args::path

Definition at line 168 of file sysproto_posix.h.

Referenced by sys_fopen().

◆ path_l_

char sys_fopen_args::path_l_[0]

Definition at line 167 of file sysproto_posix.h.

◆ path_r_

char sys_fopen_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 169 of file sysproto_posix.h.


The documentation for this struct was generated from the following file: