UbixOS  2.0
sys_lseek_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_lseek_args:
Collaboration graph

Data Fields

int fd
 
char fd_l_ [0]
 
char fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
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 217 of file sysproto_posix.h.

Field Documentation

◆ fd

int sys_lseek_args::fd

Definition at line 219 of file sysproto_posix.h.

Referenced by sys_lseek().

◆ fd_l_

char sys_lseek_args::fd_l_[0]

Definition at line 218 of file sysproto_posix.h.

◆ fd_r_

char sys_lseek_args::fd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 220 of file sysproto_posix.h.

◆ offset

off_t sys_lseek_args::offset

Definition at line 222 of file sysproto_posix.h.

Referenced by sys_lseek().

◆ offset_l_

char sys_lseek_args::offset_l_[0]

Definition at line 221 of file sysproto_posix.h.

◆ offset_r_

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

Definition at line 223 of file sysproto_posix.h.

◆ whence

int sys_lseek_args::whence

Definition at line 225 of file sysproto_posix.h.

Referenced by sys_lseek().

◆ whence_l_

char sys_lseek_args::whence_l_[0]

Definition at line 224 of file sysproto_posix.h.

◆ whence_r_

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

Definition at line 226 of file sysproto_posix.h.


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