UbixOS  2.0
ioctl_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for ioctl_args:
Collaboration graph

Data Fields

u_long com
 
char com_l_ [0]
 
char com_r_ [(sizeof(register_t)<=sizeof(u_long) ? 0 :sizeof(register_t) - sizeof(u_long))]
 
caddr_t data
 
char data_l_ [0]
 
char data_r_ [(sizeof(register_t)<=sizeof(caddr_t) ? 0 :sizeof(register_t) - sizeof(caddr_t))]
 
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 475 of file sysproto_posix.h.

Field Documentation

◆ com

u_long ioctl_args::com

Definition at line 480 of file sysproto_posix.h.

◆ com_l_

char ioctl_args::com_l_[0]

Definition at line 479 of file sysproto_posix.h.

◆ com_r_

char ioctl_args::com_r_[(sizeof(register_t)<=sizeof(u_long) ? 0 :sizeof(register_t) - sizeof(u_long))]

Definition at line 481 of file sysproto_posix.h.

◆ data

caddr_t ioctl_args::data

Definition at line 483 of file sysproto_posix.h.

◆ data_l_

char ioctl_args::data_l_[0]

Definition at line 482 of file sysproto_posix.h.

◆ data_r_

char ioctl_args::data_r_[(sizeof(register_t)<=sizeof(caddr_t) ? 0 :sizeof(register_t) - sizeof(caddr_t))]

Definition at line 484 of file sysproto_posix.h.

◆ fd

int ioctl_args::fd

Definition at line 477 of file sysproto_posix.h.

◆ fd_l_

char ioctl_args::fd_l_[0]

Definition at line 476 of file sysproto_posix.h.

◆ fd_r_

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

Definition at line 478 of file sysproto_posix.h.


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