UbixOS  2.0
sys_fseek_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_fseek_args:
Collaboration graph

Data Fields

userFileDescriptorFILE
 
char FILE_l_ [0]
 
char FILE_r_ [(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))]
 
off_t offset
 
char offset_l_ [0]
 
char offset_r_ [(sizeof(register_t)<=sizeof(off_t) ? 0 :sizeof(register_t) - sizeof(off_t))]
 
int whence
 
char whence_l_ [0]
 
char whence_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 

Detailed Description

Definition at line 205 of file sysproto_posix.h.

Field Documentation

◆ FILE

userFileDescriptor* sys_fseek_args::FILE

Definition at line 207 of file sysproto_posix.h.

Referenced by sys_fseek().

◆ FILE_l_

char sys_fseek_args::FILE_l_[0]

Definition at line 206 of file sysproto_posix.h.

◆ FILE_r_

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

Definition at line 208 of file sysproto_posix.h.

◆ offset

off_t sys_fseek_args::offset

Definition at line 210 of file sysproto_posix.h.

Referenced by sys_fseek().

◆ offset_l_

char sys_fseek_args::offset_l_[0]

Definition at line 209 of file sysproto_posix.h.

◆ offset_r_

char sys_fseek_args::offset_r_[(sizeof(register_t)<=sizeof(off_t) ? 0 :sizeof(register_t) - sizeof(off_t))]

Definition at line 211 of file sysproto_posix.h.

◆ whence

int sys_fseek_args::whence

Definition at line 213 of file sysproto_posix.h.

Referenced by sys_fseek().

◆ whence_l_

char sys_fseek_args::whence_l_[0]

Definition at line 212 of file sysproto_posix.h.

◆ whence_r_

char sys_fseek_args::whence_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 214 of file sysproto_posix.h.


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