Welcome![Sign In][Sign Up]
Location:
Search - Ioctl

Search list

[Internet-Networkdlos

Description: enctime = msecond() - enctime printf("Frame %d: %6.2fms\n", i, enctime) ioctl(fd, CMD_MOTION_GET_PROFILE, &profile) printf("convert: %d\n", profile.convert/600000) printf("gaussian: %d\n", profile.gaussian/600000) printf("pair: %d\n", profile.pair/600000) printf("area: %d\n", profile.area/600000) printf("post: %d\n", profile.post/600000) printf("copy: %d\n", profile.copy/600000) -enctime = msecond ()- enctime printf (
Platform: | Size: 1024 | Author: glm28 | Hits:

[Linux-Unixffaudio.tar

Description: Linux OSS声卡驱动测试程序,支持播放,录制,支持多种速率,多种格式,以及通道。如有其他特殊需要,只需添加ioctl接口即可。 本程序在Linux 2.6.20下测试通过,并可方便地移植到MIPS/ARM架构CPU上。-Linux OSS sound drivers test procedures in support of broadcast, recording, supports a wide range of rates, a variety of formats, as well as the channel. If there are other special needs, simply add the ioctl interface to. This procedure to test the adoption of Linux 2.6.20, and easily ported to MIPS/ARM architecture CPU on.
Platform: | Size: 2048 | Author: H Simon | Hits:

[Linux-Unixpcidevice

Description: 将pci设备模拟成字符设备的模板程序。目前主要实现了ioctl系统调用。-Pci device simulation into the characters of the template process equipment. At present, the main achievement of the ioctl system call.
Platform: | Size: 3072 | Author: xiaoqing | Hits:

[Firewall-SecurityDrvFltIp

Description: 接收4个IOCTL设备控制代码,作用分别是开始过滤、停止过滤、添加过滤规则和清除过滤规则。其中每一个过滤规则由一个自定义的CIPFilter结构描述,指定了如何对待特定的IP封包。过滤钩子处理封包时,要比较每个用户添加的规则,然后采取相应的行动。-4 receive IOCTL device control code, the role is the beginning of filtration, filtering to stop, add the filter rules and clear the filtering rules. Each of these filtering rules defined by a self-described CIPFilter structure, specify how to treat a particular IP packet. Hook to deal with packet filtering, it is necessary to compare the rules for each user, and then act accordingly.
Platform: | Size: 8192 | Author: wanglei | Hits:

[Linux-Unixchardev_u

Description: 一个测试IOCTL编程的用户层示例程序,已在mips-linux-gcc上编译通过-IOCTL programming a test sample of the user-level process, in mips-linux-gcc compiled through
Platform: | Size: 24576 | Author: xyx | Hits:

[Embeded-SCM Developbkondisk

Description: to dump nand flash - only as long as your device has the required ioctl api s-to dump nand flash- only as long as your device has the required ioctl api s
Platform: | Size: 12288 | Author: dadas | Hits:

[Windows CEbksam

Description: bksamsung - to dump nand flash - only as long as your device has the required ioctl api s-bksamsung- to dump nand flash- only as long as your device has the required ioctl api s
Platform: | Size: 7168 | Author: dadas | Hits:

[Linux-Unixpci

Description: Linux PCI driver skeleton sample code
Platform: | Size: 1024 | Author: B.J. | Hits:

[Embeded LinuxarmLinux_2.6.24_SD

Description: 自己开发的,针对cpu:s3c24x0,os:arm_linux 的sd卡的驱动程序,和其他驱动程序不同的是实现了更多ioctl中的功能-Their own development, for cpu: s3c24x0, os: arm_linux the sd card driver, and other drivers is to achieve a different ioctl function more
Platform: | Size: 13312 | Author: 潘雨尘 | Hits:

[OS programGetDisk

Description: 读取硬盘物理序列号,与网上其他读硬盘物理序列号软件所不的同的是,支持了windows xp,windows 2000,以及windows Vista系统-Reading the hard disk physical serial number, and online reading of the hard disk physical serial number of the other software that is not the same is supported by windows xp, windows 2000, as well as the windows Vista system
Platform: | Size: 793600 | Author: 王波 | Hits:

[Linux-Unixvlan.1.7m.tar

Description: vconfig工具源代码,如果感觉加载进程麻烦,直接参考里面的ioctl就可以了-vconfig source code, if you wantn t to load process, use ioctl function directly.
Platform: | Size: 134144 | Author: 阿里 | Hits:

[CommunicationVBdynamicloadingdriveandusetheIOCTLcommunication.r

Description: VB 动态加载驱动并使用IOCTL通讯 -VB dynamic loading drive and use the IOCTL communication
Platform: | Size: 2048 | Author: sying | Hits:

[Linux-Unixlibv4l-0.6.1.tar

Description: 一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-V4l2 camera can be used for the preparation of an application' s database libv4l, which are commonly used in addition to the package v4l2 ioctl API call, there yuv convert to rgb, rgb to yuv conversion and jpeg decoder API.
Platform: | Size: 128000 | Author: 碧海 | Hits:

[Linux-Unixlibv4l-0.6.2-test.tar

Description: 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl API calls, there yuv to rgb converter, rgb to yuv conversion and jpeg decoder API.
Platform: | Size: 129024 | Author: 碧海 | Hits:

[Linux-Unixled_dev_and_led_test

Description: 一个在友善mini2440板子上控制led的驱动程序和应用程序,通过混杂设备模型实现,通过完整的ioctl设备方法实现规则实现,友善之臂提供的源码没有利用完整的ioctl实现规则,这里的代码多了ioctl命令定义,ioctl命令检查。在应用程序中多了一个获得led状态的功能。里面附代编译好的模块和程序,可直接加载到mini2440板子上进行实验。-A control board in a friendly mini2440 led drivers and applications, through the hybrid device model implementation, through the complete rules of ioctl device methods to achieve implementation of the arms provide a friendly source did not make use ioctl to achieve complete rules and more code here ioctl command defined, ioctl command to check. In the application of a gain led many state functions.
Platform: | Size: 7168 | Author: lifegnwei | Hits:

[Linux-Unixchrdev_led_five_function

Description: 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the led character device driver, and test applications. led driver realized the ioctl, read, write device methods are relatively simple, you can reference for beginners, there are five in the application command method, 0- Close the specified led 1- Open the specified led 2- access to specified led state of 3- led the state to get all 4- to set all of the led
Platform: | Size: 3072 | Author: lifegnwei | Hits:

[Linux-UnixLAB7

Description: ioctl commucation with linux char-buffer device
Platform: | Size: 72704 | Author: dimka | Hits:

[Hook apiDrvFltIp

Description: 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。   2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).   3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter driver, 1) a device driver to create the entrance, create a symbolic link for the communication and processing of IRPs (distribution, loading, unloading, create ...) standard routines. 2) in the standard routines in the management IRPs. In our code, we achieved four IOCTL code: START_IP_HOOK (up filter function), STOP_IP_HOOK (cancellation filter function), ADD_FILTER (installation of new filter rules), CLEAR_FILTER (clear all the rules). 3) for our drivers, we used to filter multiple functions.
Platform: | Size: 18432 | Author: test | Hits:

[Internet-Networkudp_brodcast_rcv

Description: 如果没有设置BLOADCASE选项的不递送。 如果bind端口不匹配不递送该套接口 如果绑定的不是INADDR_ANY话,那么BIND的地址和目的地址匹配才能递送:也就是说你必须BIND一个广播地址或者绑定INADDR_ANY 用ifconfig命令可以disable块网卡的BROADCAST标志,让其不能接受以太网广播。 也可以使用ioctl的SIOCSIFFLAGS方法去掉一个接口的标志IFF_BROADCAST,使之不能接受以太网广播。-If the option is not set BLOADCASE not delivered. If the port does not match does not bind the socket if delivery is not bound to INADDR_ANY, then the BIND destination address matches the address and can be delivered: that you have a broadcast address or BIND bind INADDR_ANY block with the ifconfig command to disable the network card BROADCAST flag, let it not accept the Ethernet broadcast. You can also use ioctl' s SIOCSIFFLAGS method to remove an interface symbol IFF_BROADCAST, so they can not accept the Ethernet broadcast.
Platform: | Size: 1024 | Author: 张小令 | Hits:

[Linux-Unixaudioioctl

Description: 关于音频接口基本程序的实验报告,有两个实验,一个是播放wav格式的音乐,另一个是可以实现先录音几秒再放音的程序-a report about audio ioctl,includes two parts one is designed to Play wav format of music,the other can record a few seconds of sound and then play it.
Platform: | Size: 26624 | Author: chengsimeng | Hits:
« 1 2 3 4 56 7 8 9 10 ... 16 »

CodeBus www.codebus.net