搜索资源列表
ioctl
- 用c开发的ioctl源代码-developed using ioctl source code
capture.rar
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
Linuxdevicedriveradvancedchardeivice
- Linux设备驱动程序学习(4)-高级字符驱动程序操作[(1)ioctl and llseek] - Linux设备驱动程序.rar-Linux设备驱动程序学习(4)-高级字符驱动程序操作[(1)ioctl and llseek]- Linux设备驱动程序.rar
test_netfilter
- IOCTL的示例程序,已在mips-linux-gcc环境中调试通过-IOCTL example procedures in mips-linux-gcc debug environment through
code
- 一个简单的ioctl实现,包含定义ioctl命令、应用程序,通过混杂设备模型实现,可供初学者参考。-A simple ioctl implementation, including the definition of ioctl commands, applications, through the hybrid device model implementation for beginners reference.
ioctl
- IOCTL初始化,linux底层文件,为头文件-IOCTL initialization, linux underlying documents, the header file
linux-ioctl.doc
- 本文结合实例详细介绍了通过ioctl()函数对网卡等各种参数进行读写控制等操作。-In this paper, the instance described in detail by ioctl () function to read and write control the various parameters of network cards and other operations.
cx18-ioctl
- cx18 ioctl system call,Derived from ivtv-ioctl.c
ioctl
- ATM ioctl handling driver
ioctl
- Marvell Wireless LAN device driver: ioctl data structures & APIs for Linux Driver.
ivtv-ioctl
- ioctl system call for Embedded Linux.
dev-ioctl
- This module implements an interface for routing autofs ioctl control commands via a miscellaneous device file.
cx18-ioctl
- cx18 ioctl system call for Linux v2.13.6.
v4l2-ioctl
- A generic framework to process V4L2 ioctl commands.
cx18-ioctl
- cx18 ioctl system call for Linux v2.13.6.
dm-ioctl
- The ioctl interface needs to be able to look up devices by name or uuid.
dm-ioctl
- A traditional ioctl interface for the device mapper.
ioctl-types
- Get definition of constants for use with `ioctl .
ioctl
- Process private IOCTL messages (typically scctrl).Perform a hard reset of the adapter. -Process private IOCTL messages (typically scctrl).Perform a hard reset of the adapter.