UbixOS  2.0
sys_getcwd_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_getcwd_args:
Collaboration graph

Data Fields

void * buf
 
char buf_l_ [0]
 
char buf_r_ [(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))]
 
uint32_t size
 
char size_l_ [0]
 
char size_r_ [(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))]
 

Detailed Description

Definition at line 132 of file sysproto_posix.h.

Field Documentation

◆ buf

void* sys_getcwd_args::buf

Definition at line 134 of file sysproto_posix.h.

Referenced by sys_getcwd().

◆ buf_l_

char sys_getcwd_args::buf_l_[0]

Definition at line 133 of file sysproto_posix.h.

◆ buf_r_

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

Definition at line 135 of file sysproto_posix.h.

◆ size

uint32_t sys_getcwd_args::size

Definition at line 138 of file sysproto_posix.h.

◆ size_l_

char sys_getcwd_args::size_l_[0]

Definition at line 137 of file sysproto_posix.h.

◆ size_r_

char sys_getcwd_args::size_r_[(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))]

Definition at line 139 of file sysproto_posix.h.


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