UbixOS  2.0
sys_fstat_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_fstat_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))]
 
struct statsb
 
char sb_l_ [0]
 
char sb_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))]
 

Detailed Description

Definition at line 467 of file sysproto_posix.h.

Field Documentation

◆ fd

int sys_fstat_args::fd

Definition at line 469 of file sysproto_posix.h.

Referenced by fstat(), and sys_fstat().

◆ fd_l_

char sys_fstat_args::fd_l_[0]

Definition at line 468 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 470 of file sysproto_posix.h.

◆ sb

struct stat* sys_fstat_args::sb

Definition at line 472 of file sysproto_posix.h.

Referenced by fstat(), and sys_fstat().

◆ sb_l_

char sys_fstat_args::sb_l_[0]

Definition at line 471 of file sysproto_posix.h.

◆ sb_r_

char sys_fstat_args::sb_r_[(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))]

Definition at line 473 of file sysproto_posix.h.


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