UbixOS  2.0
sys_pread_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_pread_args:
Collaboration graph

Data Fields

void * buf
 
char buf_l_ [0]
 
char buf_r_ [(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))]
 
int fd
 
char fd_l_ [0]
 
char fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
size_t nbyte
 
char nbyte_l_ [0]
 
char nbyte_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]
 
off_t offset
 
char offset_l_ [0]
 
char offset_r_ [(sizeof(register_t)<=sizeof(off_t) ? 0 :sizeof(register_t) - sizeof(off_t))]
 

Detailed Description

Definition at line 728 of file sysproto_posix.h.

Field Documentation

◆ buf

void* sys_pread_args::buf

Definition at line 733 of file sysproto_posix.h.

Referenced by sys_pread().

◆ buf_l_

char sys_pread_args::buf_l_[0]

Definition at line 732 of file sysproto_posix.h.

◆ buf_r_

char sys_pread_args::buf_r_[(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))]

Definition at line 734 of file sysproto_posix.h.

◆ fd

int sys_pread_args::fd

Definition at line 730 of file sysproto_posix.h.

Referenced by sys_pread().

◆ fd_l_

char sys_pread_args::fd_l_[0]

Definition at line 729 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 731 of file sysproto_posix.h.

◆ nbyte

size_t sys_pread_args::nbyte

Definition at line 736 of file sysproto_posix.h.

Referenced by sys_pread().

◆ nbyte_l_

char sys_pread_args::nbyte_l_[0]

Definition at line 735 of file sysproto_posix.h.

◆ nbyte_r_

char sys_pread_args::nbyte_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]

Definition at line 737 of file sysproto_posix.h.

◆ offset

off_t sys_pread_args::offset

Definition at line 739 of file sysproto_posix.h.

Referenced by sys_pread().

◆ offset_l_

char sys_pread_args::offset_l_[0]

Definition at line 738 of file sysproto_posix.h.

◆ offset_r_

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

Definition at line 740 of file sysproto_posix.h.


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