UbixOS  2.0
sys_readlink_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_readlink_args:
Collaboration graph

Data Fields

char * buf
 
char buf_l_ [0]
 
char buf_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 
size_t count
 
char count_l_ [0]
 
char count_r_ [(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]
 
char * path
 
char path_l_ [0]
 
char path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 

Detailed Description

Definition at line 743 of file sysproto_posix.h.

Field Documentation

◆ buf

char* sys_readlink_args::buf

Definition at line 748 of file sysproto_posix.h.

◆ buf_l_

char sys_readlink_args::buf_l_[0]

Definition at line 747 of file sysproto_posix.h.

◆ buf_r_

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

Definition at line 749 of file sysproto_posix.h.

◆ count

size_t sys_readlink_args::count

Definition at line 751 of file sysproto_posix.h.

Referenced by sys_readlink().

◆ count_l_

char sys_readlink_args::count_l_[0]

Definition at line 750 of file sysproto_posix.h.

◆ count_r_

char sys_readlink_args::count_r_[(sizeof(register_t)<=sizeof(size_t) ? 0 :sizeof(register_t) - sizeof(size_t))]

Definition at line 752 of file sysproto_posix.h.

◆ path

char* sys_readlink_args::path

Definition at line 745 of file sysproto_posix.h.

Referenced by sys_readlink().

◆ path_l_

char sys_readlink_args::path_l_[0]

Definition at line 744 of file sysproto_posix.h.

◆ path_r_

char sys_readlink_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 746 of file sysproto_posix.h.


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