UbixOS  2.0
sys_read_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_read_args:
Collaboration graph

Data Fields

const void * buf
 
char buf_l_ [0]
 
char buf_r_ [(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const 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))]
 

Detailed Description

Definition at line 62 of file sysproto_posix.h.

Field Documentation

◆ buf

const void* sys_read_args::buf

Definition at line 67 of file sysproto_posix.h.

Referenced by sys_read().

◆ buf_l_

char sys_read_args::buf_l_[0]

Definition at line 66 of file sysproto_posix.h.

◆ buf_r_

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

Definition at line 68 of file sysproto_posix.h.

◆ fd

int sys_read_args::fd

Definition at line 64 of file sysproto_posix.h.

Referenced by sys_read().

◆ fd_l_

char sys_read_args::fd_l_[0]

Definition at line 63 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 65 of file sysproto_posix.h.

◆ nbyte

size_t sys_read_args::nbyte

Definition at line 70 of file sysproto_posix.h.

Referenced by sys_read().

◆ nbyte_l_

char sys_read_args::nbyte_l_[0]

Definition at line 69 of file sysproto_posix.h.

◆ nbyte_r_

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

Definition at line 71 of file sysproto_posix.h.


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