Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3516796
  • 博文数量: 1805
  • 博客积分: 135
  • 博客等级: 入伍新兵
  • 技术积分: 3345
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-19 20:01
文章分类

全部博文(1805)

文章存档

2017年(19)

2016年(80)

2015年(341)

2014年(438)

2013年(349)

2012年(332)

2011年(248)

发布时间:2014-09-20 18:36:14

......【阅读全文】

阅读(607) | 评论(0) | 转发(0)

发布时间:2014-09-19 22:24:25

1 selectselect()系统调用提供一个机制来实现同步多元I/O:#include #include #include int select (int n,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,struct timeval *timeout);FD_CLR(int fd, fd_set *set);FD_ISSET(int fd, fd_set *set);.........【阅读全文】

阅读(540) | 评论(0) | 转发(0)

发布时间:2014-09-19 18:28:08

kernel 2.6.36 中已经完全删除了struct file_operations 中的ioctl 函数指针,取而代之的是unlocked_ioctl ,所以我怀疑二者是不是兼容的。上网查了一些资料,说在应用程序中ioctl是兼容的,不必变化。而在驱动程序中这个指针函数变了之后最大的影响是参数中少了inode ,所以应用程序ioctl是兼容的,但驱动程序中我.........【阅读全文】

阅读(533) | 评论(0) | 转发(0)

发布时间:2014-09-19 02:46:46

......【阅读全文】

阅读(325) | 评论(0) | 转发(0)

发布时间:2014-09-19 02:38:34

......【阅读全文】

阅读(202) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

huoyancool2021-09-18 16:04

这写年,人去哪了,怎么不更了

回复  |  举报
留言热议
请登录后留言。

登录 注册