UbixOS  2.0
sys_fcntl_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_fcntl_args:
Collaboration graph

Data Fields

long arg
 
char arg_l_ [0]
 
char arg_r_ [(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))]
 
int cmd
 
char cmd_l_ [0]
 
char cmd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
int fd
 
char fd_l_ [0]
 
char fd_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 

Detailed Description

Definition at line 252 of file sysproto_posix.h.

Field Documentation

◆ arg

long sys_fcntl_args::arg

Definition at line 260 of file sysproto_posix.h.

Referenced by fcntl().

◆ arg_l_

char sys_fcntl_args::arg_l_[0]

Definition at line 259 of file sysproto_posix.h.

◆ arg_r_

char sys_fcntl_args::arg_r_[(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))]

Definition at line 261 of file sysproto_posix.h.

◆ cmd

int sys_fcntl_args::cmd

Definition at line 257 of file sysproto_posix.h.

Referenced by fcntl().

◆ cmd_l_

char sys_fcntl_args::cmd_l_[0]

Definition at line 256 of file sysproto_posix.h.

◆ cmd_r_

char sys_fcntl_args::cmd_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 258 of file sysproto_posix.h.

◆ fd

int sys_fcntl_args::fd

Definition at line 254 of file sysproto_posix.h.

Referenced by fcntl().

◆ fd_l_

char sys_fcntl_args::fd_l_[0]

Definition at line 253 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 255 of file sysproto_posix.h.


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