Go to the source code of this file.
Functions | |
int64_t | bf_ioctl_open () |
int64_t | bf_send_ioctl (int64_t fd, unsigned long request) |
int64_t | bf_read_ioctl (int64_t fd, unsigned long request, void *data) |
int64_t | bf_write_ioctl (int64_t fd, unsigned long request, const void *data) |
int64_t bf_ioctl_open | ( | ) |
Definition at line 35 of file ioctl_private.cpp.
int64_t bf_send_ioctl | ( | int64_t | fd, |
unsigned long | request | ||
) |
Definition at line 41 of file ioctl_private.cpp.
int64_t bf_read_ioctl | ( | int64_t | fd, |
unsigned long | request, | ||
void * | data | ||
) |
Definition at line 50 of file ioctl_private.cpp.
int64_t bf_write_ioctl | ( | int64_t | fd, |
unsigned long | request, | ||
const void * | data | ||
) |
Definition at line 60 of file ioctl_private.cpp.