Functions | Variables
ioctl_private.cpp File Reference

Go to the source code of this file.

Functions

int __attribute__ ((weak)) bf_ioctl_open()
 

Variables

int64_t unsigned long request
 
int64_t unsigned long void * data
 

Function Documentation

◆ __attribute__()

int __attribute__ ( (weak)  )

Definition at line 35 of file ioctl_private.cpp.

Variable Documentation

◆ request

void request
Initial value:
{
return ioctl(fd, request)
int64_t unsigned long request
Definition: ioctl.h:48

Definition at line 42 of file ioctl_private.cpp.

◆ data

void data
Initial value:
{
return ioctl(fd, request, data)
int64_t unsigned long request
int64_t unsigned long void * data
Definition: ioctl.h:48

Definition at line 48 of file ioctl_private.cpp.