搜索资源列表
将IOCTL发送到筛选器驱动程序
- 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
ioctl
- 用c开发的ioctl源代码-developed using ioctl source code
ioctl
- 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。
IoCtrlSample.rar
- 这是是NT系统下用户模式和内核模式交互信息的例子,包括应用程序和驱动程序。压缩包内包含了可执行文件和源代码。,Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems. Binaries and 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
IOCTL
- IOCTL 应用程序与驱动通信,我只写了应用程序读驱动里面的东西。-IOCTL communication applications and drivers, I just write the application reading drive inside.
reader
- ST7100 SCI routines IOCTL API descr iption and test code
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 <
IOCTL_Test
- usb驱动开发,IOCTL的读写操作,供大家学习用-usb-driven development, IOCTL operation of reading and writing for everyone to learn
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
WMIClient
- 不像IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL,Windows Management Instrumentation(WMI)接口可以用于查询小端口驱动信息,即可以用来查询NDIS小端口驱动支持的OID。本文示例是查询无线网络的信号强度。-Unlike IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL, Windows Management Instrumentation (WMI) interfaces can be used to query
app
- Window application for Ioctl
VB_IOCT
- VB 动态加载驱动并使用IOCTL通讯程序-VB Dynamic load drive and use the IOCTL communication program
IOCTL
- IOCTL助手,分析IOCTL定义,并能智能定义IOCTL值。-IOCTL Assist
ioctl_example
- mDoc driver ioctl example source code
code
- 一个简单的ioctl实现,包含定义ioctl命令、应用程序,通过混杂设备模型实现,可供初学者参考。-A simple ioctl implementation, including the definition of ioctl commands, applications, through the hybrid device model implementation for beginners reference.
ioctl
- THIS THE SKELETON CODE FOR KERNEL TIMER IN LINUX-THIS IS THE SKELETON CODE FOR KERNEL TIMER IN LINUX
ioctl
- IOCTL初始化,linux底层文件,为头文件-IOCTL initialization, linux underlying documents, the header file
linux_device_ioctl
- linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, parameters and other configurat