UbixOS  2.0
access_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for access_args:
Collaboration graph

Data Fields

int flags
 
char flags_l_ [0]
 
char flags_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
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 278 of file sysproto_posix.h.

Field Documentation

◆ flags

int access_args::flags

Definition at line 283 of file sysproto_posix.h.

◆ flags_l_

char access_args::flags_l_[0]

Definition at line 282 of file sysproto_posix.h.

◆ flags_r_

char access_args::flags_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 284 of file sysproto_posix.h.

◆ path

char* access_args::path

Definition at line 280 of file sysproto_posix.h.

Referenced by access().

◆ path_l_

char access_args::path_l_[0]

Definition at line 279 of file sysproto_posix.h.

◆ path_r_

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

Definition at line 281 of file sysproto_posix.h.


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