UbixOS  2.0
fcntl_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for 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 337 of file sysproto_posix.h.

Field Documentation

◆ arg

long fcntl_args::arg

Definition at line 345 of file sysproto_posix.h.

◆ arg_l_

char fcntl_args::arg_l_[0]

Definition at line 344 of file sysproto_posix.h.

◆ arg_r_

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

Definition at line 346 of file sysproto_posix.h.

◆ cmd

int fcntl_args::cmd

Definition at line 342 of file sysproto_posix.h.

◆ cmd_l_

char fcntl_args::cmd_l_[0]

Definition at line 341 of file sysproto_posix.h.

◆ cmd_r_

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

Definition at line 343 of file sysproto_posix.h.

◆ fd

int fcntl_args::fd

Definition at line 339 of file sysproto_posix.h.

◆ fd_l_

char fcntl_args::fd_l_[0]

Definition at line 338 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 340 of file sysproto_posix.h.


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